Update to 4.3.2 release.
PR: ports/52784 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
This commit is contained in:
parent
ac21e81c21
commit
02cfc7b89c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82387
6 changed files with 33 additions and 15 deletions
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (php-4.3.2RC4.tar.bz2) = 9efabc2c2ee949b256b46d7fc1818154
|
||||
MD5 (php-4.3.2.tar.bz2) = 8aec1bb2dbcca1c92835c71e2e30d9c5
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (php-4.3.2RC4.tar.bz2) = 9efabc2c2ee949b256b46d7fc1818154
|
||||
MD5 (php-4.3.2.tar.bz2) = 8aec1bb2dbcca1c92835c71e2e30d9c5
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (php-4.3.2RC4.tar.bz2) = 9efabc2c2ee949b256b46d7fc1818154
|
||||
MD5 (php-4.3.2.tar.bz2) = 8aec1bb2dbcca1c92835c71e2e30d9c5
|
||||
|
|
Loading…
Reference in a new issue