svn commit: r419999 - head/security/php-suhosin

Mathieu Arnold mat at FreeBSD.org
Wed Aug 10 09:24:54 UTC 2016


Author: mat
Date: Wed Aug 10 09:24:53 2016
New Revision: 419999
URL: https://svnweb.freebsd.org/changeset/ports/419999

Log:
  Suhosin needs session at build time so that it can encrypt the session.
  
  Sponsored by:	Absolight

Modified:
  head/security/php-suhosin/Makefile   (contents, props changed)

Modified: head/security/php-suhosin/Makefile
==============================================================================
--- head/security/php-suhosin/Makefile	Wed Aug 10 09:24:30 2016	(r419998)
+++ head/security/php-suhosin/Makefile	Wed Aug 10 09:24:53 2016	(r419999)
@@ -3,7 +3,7 @@
 
 PORTNAME=	suhosin
 PORTVERSION=	0.9.38
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://download.suhosin.org/
 PKGNAMEPREFIX=	php-
@@ -18,6 +18,7 @@ BROKEN_powerpc64=	Does not build
 OPTIONS_DEFINE=	EXAMPLES
 
 USES=		php:ext
+USE_PHP=	session:build
 IGNORE_WITH_PHP=	70
 
 CONFIGURE_ARGS=	--enable-suhosin


More information about the svn-ports-all mailing list