svn commit: r378918 - head/security/php-suhosin
Alex Dupre
ale at FreeBSD.org
Fri Feb 13 09:59:12 UTC 2015
Author: ale
Date: Fri Feb 13 09:59:11 2015
New Revision: 378918
URL: https://svnweb.freebsd.org/changeset/ports/378918
QAT: https://qat.redports.org/buildarchive/r378918/
Log:
Fix php-session dependency and remove plist.
PR: 197751
Submitted by: garga
Deleted:
head/security/php-suhosin/pkg-plist
Modified:
head/security/php-suhosin/Makefile
Modified: head/security/php-suhosin/Makefile
==============================================================================
--- head/security/php-suhosin/Makefile Fri Feb 13 09:37:11 2015 (r378917)
+++ head/security/php-suhosin/Makefile Fri Feb 13 09:59:11 2015 (r378918)
@@ -3,6 +3,7 @@
PORTNAME= suhosin
PORTVERSION= 0.9.37.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://download.suhosin.org/
PKGNAMEPREFIX= php-
@@ -16,9 +17,12 @@ OPTIONS_DEFINE= EXAMPLES
USE_PHP= session
USE_PHPEXT= yes
+USE_PHP_BUILD= yes
CONFIGURE_ARGS= --enable-suhosin
+PORTEXAMPLES= suhosin.ini
+
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}
More information about the svn-ports-head
mailing list