aboutsummaryrefslogtreecommitdiff
path: root/security/php-suhosin
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-03-05 06:48:04 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-03-05 06:48:04 +0000
commited728c084f9f4206f12225bafb577e093e1ace22 (patch)
treef8fef1dcc8f1dca65ca22867d1b76913d81149b6 /security/php-suhosin
parentd646f3e63e8370c528572802d257ff439e520fbf (diff)
downloadports-ed728c084f9f4206f12225bafb577e093e1ace22.tar.gz
ports-ed728c084f9f4206f12225bafb577e093e1ace22.zip
Notes
Diffstat (limited to 'security/php-suhosin')
-rw-r--r--security/php-suhosin/Makefile6
-rw-r--r--security/php-suhosin/distinfo6
-rw-r--r--security/php-suhosin/pkg-plist2
3 files changed, 10 insertions, 4 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile
index 046d69634f78..4e2cde06b563 100644
--- a/security/php-suhosin/Makefile
+++ b/security/php-suhosin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= suhosin
-PORTVERSION= 0.9.16
+PORTVERSION= 0.9.17
CATEGORIES= security
MASTER_SITES= http://www.hardened-php.net/suhosin/_media/
PKGNAMEPREFIX= php-
@@ -20,4 +20,8 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-suhosin
+post-install:
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR}
+
.include <bsd.port.mk>
diff --git a/security/php-suhosin/distinfo b/security/php-suhosin/distinfo
index 72cb9fa853f2..9291d5aeec2b 100644
--- a/security/php-suhosin/distinfo
+++ b/security/php-suhosin/distinfo
@@ -1,3 +1,3 @@
-MD5 (suhosin-0.9.16.tgz) = 83db16381732218d0d44fe60988dcaaa
-SHA256 (suhosin-0.9.16.tgz) = a30b7b9263e94ce95bc4be00fb224ed32e59db071578c9fcbb7105923c6cd5f5
-SIZE (suhosin-0.9.16.tgz) = 102582
+MD5 (suhosin-0.9.17.tgz) = 5643f9b0267d4caafed2697986c21c89
+SHA256 (suhosin-0.9.17.tgz) = 3d53c40ba845b187f343c22f405f802842e3e2fb753734b53af310942a20f3a0
+SIZE (suhosin-0.9.17.tgz) = 110324
diff --git a/security/php-suhosin/pkg-plist b/security/php-suhosin/pkg-plist
new file mode 100644
index 000000000000..62a53beca140
--- /dev/null
+++ b/security/php-suhosin/pkg-plist
@@ -0,0 +1,2 @@
+%%EXAMPLESDIR%%/suhosin.ini
+@dirrm %%EXAMPLESDIR%%