[Midnightbsd-cvs] mports: lang/php5: update autoconf version
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 31 22:29:39 EDT 2008
Log Message:
-----------
update autoconf version
Modified Files:
--------------
mports/lang/php5:
Makefile (r1.17 -> r1.18)
mports/lang/php5/files:
patch-scripts::phpize.in (r1.8 -> r1.9)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/php5/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -L lang/php5/Makefile -L lang/php5/Makefile -u -r1.17 -r1.18
--- lang/php5/Makefile
+++ lang/php5/Makefile
@@ -8,7 +8,7 @@
PORTNAME= php5
PORTVERSION= 5.2.6
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
@@ -25,7 +25,7 @@
USE_BZIP2= yes
.if !defined(PKGNAMESUFFIX)
-USE_AUTOTOOLS= autoconf:261
+USE_AUTOTOOLS= autoconf:262
USE_GETOPT_LONG=yes
CONFIGURE_ARGS= --enable-versioning \
Index: patch-scripts::phpize.in
===================================================================
RCS file: /home/cvs/mports/lang/php5/files/patch-scripts::phpize.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -L lang/php5/files/patch-scripts::phpize.in -L lang/php5/files/patch-scripts::phpize.in -u -r1.8 -r1.9
--- lang/php5/files/patch-scripts::phpize.in
+++ lang/php5/files/patch-scripts::phpize.in
@@ -6,8 +6,8 @@
{
- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf
- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader
-+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.61
-+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.61
++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62
++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
cat <<EOF
More information about the Midnightbsd-cvs
mailing list