diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-08-26 06:49:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-08-26 06:49:35 +0000 |
commit | 2d30e769b5106aa3edfbb330a26abd8ac3cc7b66 (patch) | |
tree | 2f0aee179d0ffe4f6a4ebd40abbff59e92351a94 /lang | |
parent | - Add missing depend (lang/gawk) (diff) |
Update to 4.4.9 release.
Notes
Notes:
svn path=/head/; revision=219198
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 6 | ||||
-rw-r--r-- | lang/php4/distinfo | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 6f00f1b9422e..0fb64a3000f2 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php4 -PORTVERSION= 4.4.8 -PORTREVISION?= 1 +PORTVERSION= 4.4.9 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -64,7 +64,7 @@ PLIST_SUB+= SUHOSIN="@comment " .endif .if defined(WITH_MAILHEAD) -PATCHFILES+= php-${PORTVERSION}-mail-header.patch:mail +PATCHFILES+= php-4.4.8-mail-header.patch:mail PATCH_SITES+= http://choon.net/opensource/php/:mail .endif diff --git a/lang/php4/distinfo b/lang/php4/distinfo index 9313acb04962..1ea311bb1341 100644 --- a/lang/php4/distinfo +++ b/lang/php4/distinfo @@ -1,9 +1,9 @@ -MD5 (php-4.4.8.tar.bz2) = ed31e77414e0331e787487b53732dbca -SHA256 (php-4.4.8.tar.bz2) = 30d8e281cf1b785301f0ce2ba6a803bda72fb229942d415ae601ef176b46d5c1 -SIZE (php-4.4.8.tar.bz2) = 4546525 -MD5 (suhosin-patch-4.4.8-0.9.6.patch.gz) = 094162a3cc48bec95b29e02df4930a43 -SHA256 (suhosin-patch-4.4.8-0.9.6.patch.gz) = eff5b6ed79dd76c59bd63ac591f778266c2d518cfab2cede716637cf8fc99630 -SIZE (suhosin-patch-4.4.8-0.9.6.patch.gz) = 22246 +MD5 (php-4.4.9.tar.bz2) = 2e3b2a0e27f10cb84fd00e5ecd7a1880 +SHA256 (php-4.4.9.tar.bz2) = 2ac502d56ba3360fa4ea2e5c53ea6e35b6367a5654161f9aeec86a549b1656c2 +SIZE (php-4.4.9.tar.bz2) = 4545009 +MD5 (suhosin-patch-4.4.9-0.9.6.patch.gz) = c4e88782b1572e0aee26e6b2124e6257 +SHA256 (suhosin-patch-4.4.9-0.9.6.patch.gz) = 163dc01b0ce2412fec6dcd63f1b4d474c82657672f8d4ca1b40979722c46ca3f +SIZE (suhosin-patch-4.4.9-0.9.6.patch.gz) = 22248 MD5 (php-4.4.8-mail-header.patch) = ff1bd80a0dd79f02403cb2336987b3d9 SHA256 (php-4.4.8-mail-header.patch) = bfd0e625b7148d683212f764dcf9a30fe9294494ad2463362fb947ef188d7965 SIZE (php-4.4.8-mail-header.patch) = 3420 |