[Midnightbsd-cvs] mports [19642] trunk/lang/php5: php 5.4.43
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 31 21:56:02 EDT 2015
Revision: 19642
http://svnweb.midnightbsd.org/mports/?rev=19642
Author: laffer1
Date: 2015-07-31 21:56:00 -0400 (Fri, 31 Jul 2015)
Log Message:
-----------
php 5.4.43
Modified Paths:
--------------
trunk/lang/php5/Makefile
trunk/lang/php5/Makefile.ext
trunk/lang/php5/distinfo
trunk/lang/php5/pkg-plist
Modified: trunk/lang/php5/Makefile
===================================================================
--- trunk/lang/php5/Makefile 2015-08-01 00:33:34 UTC (rev 19641)
+++ trunk/lang/php5/Makefile 2015-08-01 01:56:00 UTC (rev 19642)
@@ -1,11 +1,10 @@
# $MidnightBSD$
PORTNAME= php5
-PORTVERSION= 5.4.39
+PORTVERSION= 5.4.43
PORTREVISION?= 0
CATEGORIES?= lang devel www
-MASTER_SITES= ${MASTER_SITE_PHP}
-MASTER_SITE_SUBDIR= distributions
+MASTER_SITES= PHP/distributions
DISTNAME= php-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
@@ -60,8 +59,7 @@
PATCH_DIST_STRIP= -p1
-PATCH_SITES+= ${MASTER_SITE_FREEBSD_LOCAL}
-PATCH_SITE_SUBDIR= ale
+PATCH_SITES+= FREEBSD_LOCAL/ale
.if ${PORT_OPTIONS:MMAILHEAD}
PATCHFILES+= php-5.4.x-mail-header.patch:mail
@@ -143,7 +141,7 @@
lt_cv_path_SED="sed"
.if ${PORT_OPTIONS:MLINKTHR}
-LIBS+= ${PTHREAD_LIBS}
+LIBS+= -lpthread
.endif
.if ${PORT_OPTIONS:MZTS}
@@ -159,6 +157,9 @@
IGNORE= cannot be built with DTrace support on MidnightBSD < 0.4
.endif
CONFIGURE_ARGS+=--enable-dtrace
+PLIST_SUB+= DTRACE=""
+.else
+PLIST_SUB+= DTRACE="@comment "
.endif
.if empty(PORT_OPTIONS:MIPV6)
Modified: trunk/lang/php5/Makefile.ext
===================================================================
--- trunk/lang/php5/Makefile.ext 2015-08-01 00:33:34 UTC (rev 19641)
+++ trunk/lang/php5/Makefile.ext 2015-08-01 01:56:00 UTC (rev 19642)
@@ -87,7 +87,7 @@
.if ${PHP_MODNAME} == "gd"
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
- libpng15.so:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
libjpeg.so:${PORTSDIR}/graphics/jpeg
CONFIGURE_ARGS+=--with-gd \
Modified: trunk/lang/php5/distinfo
===================================================================
--- trunk/lang/php5/distinfo 2015-08-01 00:33:34 UTC (rev 19641)
+++ trunk/lang/php5/distinfo 2015-08-01 01:56:00 UTC (rev 19642)
@@ -1,2 +1,4 @@
-SHA256 (php-5.4.39.tar.bz2) = 7ceb76538e709c74533210ae41148d5c01c330ac8a73220954bbc4fcae69d77e
-SIZE (php-5.4.39.tar.bz2) = 12271717
+SHA256 (php-5.4.43.tar.bz2) = 25d7724fb00ad1b520f5bad2173717031153d0a8e3de2c75e7a084c76f8ecd6b
+SIZE (php-5.4.43.tar.bz2) = 12708452
+SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344
+SIZE (php-5.4.x-mail-header.patch) = 3379
Modified: trunk/lang/php5/pkg-plist
===================================================================
--- trunk/lang/php5/pkg-plist 2015-08-01 00:33:34 UTC (rev 19641)
+++ trunk/lang/php5/pkg-plist 2015-08-01 01:56:00 UTC (rev 19642)
@@ -241,25 +241,3 @@
man/man1/phpize.1.gz
%%FPM%%man/man8/php-fpm.8.gz
%%FPM%%share/php/fpm/status.html
- at dirrm include/php/TSRM
- at dirrm include/php/Zend
- at dirrm include/php/ext/date/lib
- at dirrm include/php/ext/date
- at dirrm include/php/ext/ereg/regex
- at dirrm include/php/ext/ereg
- at dirrm include/php/ext/libxml
- at dirrm include/php/ext/mysqlnd
- at dirrm include/php/ext/pcre
- at dirrm include/php/ext/spl
- at dirrm include/php/ext/standard
- at dirrmtry include/php/ext
- at dirrm include/php/main/streams
- at dirrm include/php/main
-%%CLI%%@dirrm include/php/sapi/cli
-%%EMBED%%@dirrm include/php/sapi/embed
-%%SAPI_INC%%@dirrmtry include/php/sapi
- at dirrmtry include/php
- at dirrm lib/php/build
- at dirrmtry lib/php
-%%FPM%%@dirrm share/php/fpm
-%%FPM%%@dirrm share/php
More information about the Midnightbsd-cvs
mailing list