diff options
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index a2673a88ab34..f0c269469584 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -57,7 +57,7 @@ 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://download.suhosin.org/:suhosin PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " diff --git a/lang/php53/Makefile b/lang/php53/Makefile index a2673a88ab34..f0c269469584 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -57,7 +57,7 @@ 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://download.suhosin.org/:suhosin PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " |