pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php One more PHP_BASE_VERS related correction.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5fc88387473
branches:  trunk
changeset: 648672:d5fc88387473
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 16 09:21:11 2015 +0000

description:
One more PHP_BASE_VERS related correction.

diffstat:

 lang/php/ext.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r efd5950daba2 -r d5fc88387473 lang/php/ext.mk
--- a/lang/php/ext.mk   Mon Mar 16 09:09:19 2015 +0000
+++ b/lang/php/ext.mk   Mon Mar 16 09:21:11 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.38 2015/03/15 15:25:57 taca Exp $
+# $NetBSD: ext.mk,v 1.39 2015/03/16 09:21:11 taca Exp $
 #
 # PHP extension package framework, for both PECL and bundled PHP extensions.
 #
@@ -32,7 +32,7 @@
 
 .if !defined(PECL_VERSION)
 # bundled extension
-PKGNAME?=              ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}
+PKGNAME?=              ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_VERSION}
 EXTRACT_ELEMENTS?=     ${DISTNAME}/ext/${PKGMODNAME}
 WRKSRC?=               ${WRKDIR}/${EXTRACT_ELEMENTS}
 DISTINFO_FILE=         ${.CURDIR}/${PHPPKGSRCDIR}/distinfo



Home | Main Index | Thread Index | Old Index