diff options
author | ale <ale@FreeBSD.org> | 2007-03-05 14:48:04 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-03-05 14:48:04 +0800 |
commit | 804c65ea23e1101524f0553cd3af3c71d1d1c7bf (patch) | |
tree | c350a7fcdf3a22761e0eab935b790119c583750e /security | |
parent | 53bcf305666df8dd559f489aca89950b92191798 (diff) | |
download | freebsd-ports-gnome-804c65ea23e1101524f0553cd3af3c71d1d1c7bf.tar.gz freebsd-ports-gnome-804c65ea23e1101524f0553cd3af3c71d1d1c7bf.tar.zst freebsd-ports-gnome-804c65ea23e1101524f0553cd3af3c71d1d1c7bf.zip |
Update to 0.9.17 release:
- install config sample
Diffstat (limited to 'security')
-rw-r--r-- | security/php-suhosin/Makefile | 6 | ||||
-rw-r--r-- | security/php-suhosin/distinfo | 6 | ||||
-rw-r--r-- | security/php-suhosin/pkg-plist | 2 |
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%% |