ports/118986: Update port:devel/php5-ice An Ice (Internet Communications Engine) language mapping for PHP
DIrk
dirk.ye at gmail.com
Mon Dec 24 10:10:02 UTC 2007
>Number: 118986
>Category: ports
>Synopsis: Update port:devel/php5-ice An Ice (Internet Communications Engine) language mapping for PHP
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 24 10:10:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: DIrk
>Release: 6.2-Release-p9
>Organization:
N/A
>Environment:
FreeBSD cvsup.asweb.cn 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #6: Fri Dec 7 16:52:34 CST 2007 root at cvsup.asweb.cn:/usr/obj/usr/src/sys/REDNORA amd64
>Description:
An Ice language mapping for PHP is a recent and welcome addition
to the Ice product portfolio, enabling developers to take advantage
of the productivity offered by PHP's friendly syntax and extensive
function library.
This Ice distribution is released under the GNU General Public License (GPL).
WWW: http://www.zeroc.com/
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -Nru php5-ice.bak/Makefile php5-ice/Makefile
--- php5-ice.bak/Makefile Fri Dec 21 08:58:36 2007
+++ php5-ice/Makefile Mon Dec 24 18:01:11 2007
@@ -7,7 +7,7 @@
PORTNAME= Ice
PORTVERSION= 3.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.zeroc.com/download/Ice/3.2/ \
http://www.dirk.sh/dirk/php/Ice/
@@ -72,6 +72,8 @@
@${ECHO_CMD} "@unexec rm %D/etc/php/extensions.ini.orig" \
>> ${TMPPLIST}
@${ECHO_CMD} "@unexec [ -s %D/etc/php/extensions.ini ] || rm %D/etc/php/extensions.ini" \
+ >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir %D/etc/php 2> /dev/null || true" \
>> ${TMPPLIST}
security-check:
diff -Nru php5-ice.bak/pkg-plist php5-ice/pkg-plist
--- php5-ice.bak/pkg-plist Wed Dec 12 04:45:43 2007
+++ php5-ice/pkg-plist Mon Dec 24 18:00:46 2007
@@ -1,4 +1,5 @@
lib/php/%%PHP_EXT_DIR%%/ICE_LICENSE
lib/php/%%PHP_EXT_DIR%%/IcePHP.so
lib/php/%%PHP_EXT_DIR%%/LICENSE
- at dirrm lib/php/%%PHP_EXT_DIR%%/slice
+ at dirrmtry lib/php/%%PHP_EXT_DIR%%/slice
+ at dirrmtry lib/php/%%PHP_EXT_DIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list