Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2016 13:01:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419518 - in head/www: php-screw php-templates
Message-ID:  <201608031301.u73D1Gow084209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Aug  3 13:01:15 2016
New Revision: 419518
URL: https://svnweb.freebsd.org/changeset/ports/419518

Log:
  Fix PHP ports I missed from my exp-run.
  
  PR:		210697
  Submitted by:	mat
  Reported by:	antoine
  Exp-run by:	antoine
  Sponsored by:	Absolight

Modified:
  head/www/php-screw/Makefile   (contents, props changed)
  head/www/php-screw/pkg-plist   (contents, props changed)
  head/www/php-templates/Makefile   (contents, props changed)
  head/www/php-templates/pkg-plist   (contents, props changed)

Modified: head/www/php-screw/Makefile
==============================================================================
--- head/www/php-screw/Makefile	Wed Aug  3 13:01:05 2016	(r419517)
+++ head/www/php-screw/Makefile	Wed Aug  3 13:01:15 2016	(r419518)
@@ -3,6 +3,7 @@
 
 PORTNAME=	php-screw
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	www security
 MASTER_SITES=	SF/${PORTNAME}/OldFiles
 DISTNAME=	php_screw-${PORTVERSION}
@@ -44,7 +45,7 @@ do-install:
 		${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}
 	@${INSTALL_PROGRAM} ${WRKSRC}/tools/screw ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/php
-	@${ECHO_CMD} "extension="${PREFIX}/lib/php/${PHP_EXT_DIR}/php_screw.so" > \
+	@${ECHO_CMD} "extension=${PREFIX}/lib/php/${PHP_EXT_DIR}/php_screw.so" > \
 		${STAGEDIR}${PREFIX}/etc/php/ext-30-screw.ini
 
 .include <bsd.port.mk>

Modified: head/www/php-screw/pkg-plist
==============================================================================
--- head/www/php-screw/pkg-plist	Wed Aug  3 13:01:05 2016	(r419517)
+++ head/www/php-screw/pkg-plist	Wed Aug  3 13:01:15 2016	(r419518)
@@ -1,2 +1,3 @@
 bin/screw
 lib/php/%%PHP_EXT_DIR%%/php_screw.so
+etc/php/ext-30-screw.ini

Modified: head/www/php-templates/Makefile
==============================================================================
--- head/www/php-templates/Makefile	Wed Aug  3 13:01:05 2016	(r419517)
+++ head/www/php-templates/Makefile	Wed Aug  3 13:01:15 2016	(r419518)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php-templates
 PORTVERSION=	1.7.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.7:ext \
 		SF/${PORTNAME}/${PORTNAME}-doc/html:doc
@@ -32,7 +32,7 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}-doc/* ${STAGEDIR}${DOCSDIR}
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/php
-	@${ECHO_CMD} "extension="${PREFIX}/lib/php/${PHP_EXT_DIR}/templates.so" > \
+	@${ECHO_CMD} "extension=${PREFIX}/lib/php/${PHP_EXT_DIR}/templates.so" > \
 		${STAGEDIR}${PREFIX}/etc/php/ext-20-templates.ini
 
 .include <bsd.port.mk>

Modified: head/www/php-templates/pkg-plist
==============================================================================
--- head/www/php-templates/pkg-plist	Wed Aug  3 13:01:05 2016	(r419517)
+++ head/www/php-templates/pkg-plist	Wed Aug  3 13:01:15 2016	(r419518)
@@ -1 +1,2 @@
 lib/php/%%PHP_EXT_DIR%%/templates.so
+etc/php/ext-20-templates.ini



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