diff options
author | nork <nork@FreeBSD.org> | 2003-06-07 02:07:54 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-07 02:07:54 +0800 |
commit | a54f58ed5d2722b0a5eb35819c7d4170330be1ba (patch) | |
tree | 45d92179af68cd3204562944db10a799c8193e38 /lang/php4 | |
parent | fca90df4903fb354d0938a9e34cca2a5ec0951bc (diff) | |
download | freebsd-ports-gnome-a54f58ed5d2722b0a5eb35819c7d4170330be1ba.tar.gz freebsd-ports-gnome-a54f58ed5d2722b0a5eb35819c7d4170330be1ba.tar.zst freebsd-ports-gnome-a54f58ed5d2722b0a5eb35819c7d4170330be1ba.zip |
Update to 4.3.2 release.
PR: ports/52784
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 14 | ||||
-rw-r--r-- | lang/php4/distinfo | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 463f91b06181..34a9fca846d5 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -20,10 +20,16 @@ # PORTNAME= php4 -PORTVERSION= 4.3.2.r4 +PORTVERSION= 4.3.2 CATEGORIES?= lang devel www -MASTER_SITES= http://downloads.php.net/jani/ \ - http://www.gufi.org/~alex/php/ +MASTER_SITES= http://www.php.net/distributions/ \ + http://it.php.net/distributions/ \ + http://fi.php.net/distributions/ \ + http://de.php.net/distributions/ \ + http://gr.php.net/distributions/ \ + http://fr.php.net/distributions/ \ + http://es.php.net/distributions/ \ + http://se.php.net/distributions/ .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else @@ -35,7 +41,7 @@ PKGNAMESUFFIX= -cli .endif .endif .endif -DISTNAME= php-${PORTVERSION:S/.r/RC/} +DISTNAME= php-${PORTVERSION} MAINTAINER?= sysadmin@alexdupre.com COMMENT= PHP Scripting Language (Apache Module and CLI) diff --git a/lang/php4/distinfo b/lang/php4/distinfo index d6aba4b19e76..111ca4244813 100644 --- a/lang/php4/distinfo +++ b/lang/php4/distinfo @@ -1 +1 @@ -MD5 (php-4.3.2RC4.tar.bz2) = 9efabc2c2ee949b256b46d7fc1818154 +MD5 (php-4.3.2.tar.bz2) = 8aec1bb2dbcca1c92835c71e2e30d9c5 |