summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
committerAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
commit3b3128196e8706c3616c88df7206b4a27f7b8959 (patch)
tree31433c1d06ed5be6756933b97f6d80a77f17b710 /lang
parentUpdate to SRC680_m222. (diff)
Update to the autotools new world order.
Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
Notes
Notes: svn path=/head/; revision=196437
Diffstat (limited to 'lang')
-rw-r--r--lang/php4/Makefile2
-rw-r--r--lang/php4/files/patch-scripts::phpize.in4
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php5/files/patch-scripts::phpize.in4
-rw-r--r--lang/php53/Makefile2
-rw-r--r--lang/php53/files/patch-scripts::phpize.in4
6 files changed, 9 insertions, 9 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 69877cd132b6..fccd7395cb23 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php4
PORTVERSION= 4.4.7
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in
index 9db65b6f616a..3a885fd91475 100644
--- a/lang/php4/files/patch-scripts::phpize.in
+++ b/lang/php4/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=autoconf259
-+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259
++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.59
++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.59
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
cat <<EOF
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index be080c53aed4..1cb92d61ce21 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.2.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in
index 4f655b5ae454..198f1b397c71 100644
--- a/lang/php5/files/patch-scripts::phpize.in
+++ b/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=autoconf259
-+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259
++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.59
++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.59
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
cat <<EOF
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index be080c53aed4..1cb92d61ce21 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.2.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in
index 4f655b5ae454..198f1b397c71 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=autoconf259
-+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259
++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.59
++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.59
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
cat <<EOF