diff options
author | ale <ale@FreeBSD.org> | 2005-04-04 23:47:08 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-04-04 23:47:08 +0800 |
commit | 2c957531334378352f0dde7a221165045227266c (patch) | |
tree | 94190cbd0ae6ef2dc775317611462441c4d15443 /lang/php53 | |
parent | fce35f0d141ea39407feff8a0ce64eae4fa9ccbb (diff) | |
download | freebsd-ports-gnome-2c957531334378352f0dde7a221165045227266c.tar.gz freebsd-ports-gnome-2c957531334378352f0dde7a221165045227266c.tar.zst freebsd-ports-gnome-2c957531334378352f0dde7a221165045227266c.zip |
Distfile rerolled to include a missing PEAR file.
Spotted by: leeym
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/distinfo | 4 | ||||
-rw-r--r-- | lang/php53/pkg-plist.pear | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index e795ec20aca9..fbde54df410a 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.4 -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/php53/distinfo b/lang/php53/distinfo index 316a6b444a77..7a01a4850efb 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,2 +1,2 @@ -MD5 (php-5.0.4.tar.bz2) = 47727afde39329d5cebda4cb5e5ecee0 -SIZE (php-5.0.4.tar.bz2) = 4728453 +MD5 (php-5.0.4.tar.bz2) = fb1aac107870f897d26563a9cc5053c0 +SIZE (php-5.0.4.tar.bz2) = 4731383 diff --git a/lang/php53/pkg-plist.pear b/lang/php53/pkg-plist.pear index 9e212b3666d5..6d944929b280 100644 --- a/lang/php53/pkg-plist.pear +++ b/lang/php53/pkg-plist.pear @@ -30,6 +30,7 @@ share/pear/bootstrap/PEAR/Installer.php share/pear/bootstrap/PEAR/Packager.php share/pear/bootstrap/PEAR/Registry.php share/pear/bootstrap/PEAR/Remote.php +share/pear/bootstrap/PEAR/RunTest.php share/pear/bootstrap/XML/RPC.php share/pear/bootstrap/XML/RPC/Server.php @unexec rmdir %D/lib/php/pear/.registry 2> /dev/null || true |