diff options
author | erwin <erwin@FreeBSD.org> | 2007-05-22 18:12:51 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-05-22 18:12:51 +0800 |
commit | bff96730096b0a17abbe585ac612dd4b13dcf8f5 (patch) | |
tree | 2efb48f5c9f18ea2747b080e0792ad3de0b1c51e /lang/php53 | |
parent | de06dde19bbe8f325870e569aec654915e2c6051 (diff) | |
download | freebsd-ports-gnome-bff96730096b0a17abbe585ac612dd4b13dcf8f5.tar.gz freebsd-ports-gnome-bff96730096b0a17abbe585ac612dd4b13dcf8f5.tar.zst freebsd-ports-gnome-bff96730096b0a17abbe585ac612dd4b13dcf8f5.zip |
Put suhosin on local master sites to fix fetch now the official site is down.
Approved by: portmgr (self)
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 1c4e337a489a..593c1c93e03f 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -60,7 +60,8 @@ PATCH_DIST_STRIP= -p1 .if !defined(WITHOUT_SUHOSIN) PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.2.patch.gz:suhosin -PATCH_SITES+= http://www.hardened-php.net/suhosin/_media/:suhosin +PATCH_SITES+= http://www.hardened-php.net/suhosin/_media/:suhosin \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%\//erwin\/:suhosin/} PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " |