Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 13:20:50 +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: r349251 - in head/security/php-suhosin: . files
Message-ID:  <201403261320.s2QDKo7v097179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Wed Mar 26 13:20:50 2014
New Revision: 349251
URL: http://svnweb.freebsd.org/changeset/ports/349251
QAT: https://qat.redports.org/buildarchive/r349251/

Log:
  Update to 0.9.35 release with support for PHP 5.4+.
  
  PR:		ports/187925
  Submitted by:	Reko Turja <reko.turja@liukuma.net>

Deleted:
  head/security/php-suhosin/files/
Modified:
  head/security/php-suhosin/Makefile
  head/security/php-suhosin/distinfo

Modified: head/security/php-suhosin/Makefile
==============================================================================
--- head/security/php-suhosin/Makefile	Wed Mar 26 13:18:13 2014	(r349250)
+++ head/security/php-suhosin/Makefile	Wed Mar 26 13:20:50 2014	(r349251)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	suhosin
-PORTVERSION=	0.9.33
+PORTVERSION=	0.9.35
 CATEGORIES=	security
 MASTER_SITES=	http://download.suhosin.org/
 PKGNAMEPREFIX=	php-
@@ -11,16 +11,18 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	A PHP extension that implements high-level protections
 
+LICENSE=	PHP301
+
+OPTIONS_DEFINE=	EXAMPLES
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5 55
+IGNORE_WITH_PHP=53
 
 CONFIGURE_ARGS=	--enable-suhosin
 
-NO_STAGE=	yes
 post-install:
-	${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/security/php-suhosin/distinfo
==============================================================================
--- head/security/php-suhosin/distinfo	Wed Mar 26 13:18:13 2014	(r349250)
+++ head/security/php-suhosin/distinfo	Wed Mar 26 13:20:50 2014	(r349251)
@@ -1,2 +1,2 @@
-SHA256 (suhosin-0.9.33.tgz) = 865b1c72bae9a5a710fe0b07a0635556ce6c838653ec364d2a2a6e6f594529c5
-SIZE (suhosin-0.9.33.tgz) = 104488
+SHA256 (suhosin-0.9.35.tgz) = 19de2eb1b6060bd09fda18bb2402dbcc14bd55aa366a482f37a55501b9980f21
+SIZE (suhosin-0.9.35.tgz) = 129287



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