Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 09:59:12 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378918 - head/security/php-suhosin
Message-ID:  <201502130959.t1D9xCav071152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502130959.t1D9xCav071152>