pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/895631a695c8
branches:  trunk
changeset: 573642:895631a695c8
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Mar 21 11:20:41 2010 +0000

description:
use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages,
which are PHP 5.2.* only

diffstat:

 databases/php-dbase/Makefile |  4 ++--
 databases/php-dbx/Makefile   |  7 ++-----
 security/php-mhash/Makefile  |  4 ++--
 3 files changed, 6 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 646ac3922bc3 -r 895631a695c8 databases/php-dbase/Makefile
--- a/databases/php-dbase/Makefile      Sun Mar 21 11:07:37 2010 +0000
+++ b/databases/php-dbase/Makefile      Sun Mar 21 11:20:41 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $
+# $NetBSD: Makefile,v 1.11 2010/03/21 11:20:41 jdolecek Exp $
 
 MODNAME=               dbase
 CATEGORIES+=           databases
@@ -10,7 +10,7 @@
 
 CONFIGURE_ARGS+=       --with-${MODNAME}=shared
 
-PHP_VERSION_REQD=      5
+PHP_VERSIONS_ACCEPTED= 52
 
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 646ac3922bc3 -r 895631a695c8 databases/php-dbx/Makefile
--- a/databases/php-dbx/Makefile        Sun Mar 21 11:07:37 2010 +0000
+++ b/databases/php-dbx/Makefile        Sun Mar 21 11:20:41 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/03/16 11:56:22 taca Exp $
+# $NetBSD: Makefile,v 1.10 2010/03/21 11:20:41 jdolecek Exp $
 
 MODNAME=               dbx
 PECL_VERSION=          1.1.0
@@ -11,10 +11,7 @@
 
 CONFLICTS=     php-dbx-[0-9]*
 
-#
-# can't catch up with PHP 5.3.
-#
-PHP_VERSION_REQD=      5
+PHP_VERSIONS_ACCEPTED= 52
 
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 646ac3922bc3 -r 895631a695c8 security/php-mhash/Makefile
--- a/security/php-mhash/Makefile       Sun Mar 21 11:07:37 2010 +0000
+++ b/security/php-mhash/Makefile       Sun Mar 21 11:20:41 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $
+# $NetBSD: Makefile,v 1.11 2010/03/21 11:20:41 jdolecek Exp $
 
 MODNAME=               mhash
 CATEGORIES+=           security
@@ -10,7 +10,7 @@
 
 CONFIGURE_ARGS+=       --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
 
-PHP_VERSION_REQD=      5
+PHP_VERSIONS_ACCEPTED= 52
 
 .include "../../lang/php/ext.mk"
 .include "../../security/mhash/buildlink3.mk"



Home | Main Index | Thread Index | Old Index