[Midnightbsd-cvs] mports [17022] trunk/lang/php5: php 5.4.32
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 13 16:36:34 EDT 2014
Revision: 17022
http://svnweb.midnightbsd.org/mports/?rev=17022
Author: laffer1
Date: 2014-09-13 16:36:34 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
php 5.4.32
Modified Paths:
--------------
trunk/lang/php5/Makefile
trunk/lang/php5/Makefile.ext
trunk/lang/php5/distinfo
trunk/lang/php5/pkg-message.mod
Added Paths:
-----------
trunk/lang/php5/pkg-plist.mod
Modified: trunk/lang/php5/Makefile
===================================================================
--- trunk/lang/php5/Makefile 2014-09-13 20:28:55 UTC (rev 17021)
+++ trunk/lang/php5/Makefile 2014-09-13 20:36:34 UTC (rev 17022)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= php5
-PORTVERSION= 5.4.31
+PORTVERSION= 5.4.32
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
@@ -15,13 +15,15 @@
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
-USES= tar:bzip2
+USES= tar:bzip2 cpe
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
USE_AUTOTOOLS= autoconf
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
+CPE_PRODUCT= php
+
CONFIGURE_ARGS= --with-layout=GNU \
--localstatedir=/var \
--with-config-file-scan-dir=${PREFIX}/etc/php \
Modified: trunk/lang/php5/Makefile.ext
===================================================================
--- trunk/lang/php5/Makefile.ext 2014-09-13 20:28:55 UTC (rev 17021)
+++ trunk/lang/php5/Makefile.ext 2014-09-13 20:36:34 UTC (rev 17022)
@@ -373,7 +373,7 @@
.if ${PHP_MODNAME} == "tidy"
CONFIGURE_ARGS+=--with-tidy=${LOCALBASE}
-LIB_DEPENDS+= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
+LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib
.endif
.if ${PHP_MODNAME} == "tokenizer"
Modified: trunk/lang/php5/distinfo
===================================================================
--- trunk/lang/php5/distinfo 2014-09-13 20:28:55 UTC (rev 17021)
+++ trunk/lang/php5/distinfo 2014-09-13 20:36:34 UTC (rev 17022)
@@ -1,4 +1,4 @@
-SHA256 (php-5.4.31.tar.bz2) = 5e8e491431fd1d99df925d762b05da05c80b02cb38c9b3db616e8894a307914d
-SIZE (php-5.4.31.tar.bz2) = 12273437
+SHA256 (php-5.4.32.tar.bz2) = 26d0717669a098f18cd22dc3ae8282101d38508054500c26775ddcc26ca7c826
+SIZE (php-5.4.32.tar.bz2) = 12277458
SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344
SIZE (php-5.4.x-mail-header.patch) = 3379
Modified: trunk/lang/php5/pkg-message.mod
===================================================================
--- trunk/lang/php5/pkg-message.mod 2014-09-13 20:28:55 UTC (rev 17021)
+++ trunk/lang/php5/pkg-message.mod 2014-09-13 20:36:34 UTC (rev 17022)
@@ -4,7 +4,11 @@
You should add the following to your Apache configuration file:
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
+<FilesMatch "\.php$">
+ SetHandler application/x-httpd-php
+</FilesMatch>
+<FilesMatch "\.phps$">
+ SetHandler application/x-httpd-php-source
+</FilesMatch>
***************************************************************
Added: trunk/lang/php5/pkg-plist.mod
===================================================================
--- trunk/lang/php5/pkg-plist.mod (rev 0)
+++ trunk/lang/php5/pkg-plist.mod 2014-09-13 20:36:34 UTC (rev 17022)
@@ -0,0 +1,3 @@
+%%APACHEMODDIR%%/%%AP_MODULE%%
+ at exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
+ at unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
More information about the Midnightbsd-cvs
mailing list