diff options
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 4 | ||||
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 1550c9f9ac19..94031a893fed 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.2.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -20,7 +20,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GETOPT_LONG=yes CONFIGURE_ARGS= \ diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in index 198f1b397c71..c5331abc2505 100644 --- a/lang/php53/files/patch-scripts::phpize.in +++ b/lang/php53/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.59 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.59 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.61 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.61 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF |