diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-01-12 17:40:10 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-01-12 17:40:10 +0000 |
commit | 6366cf99cfb61661b96ad56baaaa982a348fef1f (patch) | |
tree | 0d6d71e712a21fc910cef8f3dabeaef2790d00e3 /lang | |
parent | 592623f88724c250b32f1dbc9fbf133d11d0485e (diff) | |
download | ports-6366cf99cfb61661b96ad56baaaa982a348fef1f.tar.gz ports-6366cf99cfb61661b96ad56baaaa982a348fef1f.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 6 | ||||
-rw-r--r-- | lang/php4/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php4/distinfo | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 72bacc932b40..a337702288dd 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php4 -PORTVERSION= 4.4.7 -PORTREVISION?= 2 +PORTVERSION= 4.4.8 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -58,7 +58,7 @@ PATCH_DIST_STRIP= -p1 .if !defined(WITHOUT_SUHOSIN) PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.patch.gz:suhosin -PATCH_SITES+= http://www.hardened-php.net/suhosin/_media/:suhosin +PATCH_SITES+= http://download.suhosin.org/:suhosin PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index f101755c5ebe..a38a84af2aac 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -99,7 +99,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg . if !defined(WITHOUT_X11) -USE_XPM= yes +USE_XORG= xpm . endif CONFIGURE_ARGS+=--with-gd \ diff --git a/lang/php4/distinfo b/lang/php4/distinfo index 09770e7cc720..9313acb04962 100644 --- a/lang/php4/distinfo +++ b/lang/php4/distinfo @@ -1,9 +1,9 @@ -MD5 (php-4.4.7.tar.bz2) = 3f21b44d37a57ca3876d3aea713c700d -SHA256 (php-4.4.7.tar.bz2) = d9044635eccd17aeb4ff4ce8580439f4b0c83e6ae3d1e2544fd07a992ab5448e -SIZE (php-4.4.7.tar.bz2) = 4543531 -MD5 (suhosin-patch-4.4.7-0.9.6.patch.gz) = 6aa5d3d240a568a21d671952e7d6be2c -SHA256 (suhosin-patch-4.4.7-0.9.6.patch.gz) = 0ace6bd30fb6d5bf45fee2fd295358dbdbc3ff7bf142c0dc712d157e702c106e -SIZE (suhosin-patch-4.4.7-0.9.6.patch.gz) = 21548 -MD5 (php-4.4.7-mail-header.patch) = 3bddbb368d8dda92c0d36df4319aaf01 -SHA256 (php-4.4.7-mail-header.patch) = 9a3b62e950715ace1b8985ca0f79bd93023163d3a22ba246b3a503b80077f349 -SIZE (php-4.4.7-mail-header.patch) = 3420 +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.8-mail-header.patch) = ff1bd80a0dd79f02403cb2336987b3d9 +SHA256 (php-4.4.8-mail-header.patch) = bfd0e625b7148d683212f764dcf9a30fe9294494ad2463362fb947ef188d7965 +SIZE (php-4.4.8-mail-header.patch) = 3420 |