diff options
author | ale <ale@FreeBSD.org> | 2015-01-23 20:14:58 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2015-01-23 20:14:58 +0800 |
commit | 2279b48f85e6f5e5817633345d20c9b100426e95 (patch) | |
tree | 902f6248f647bd6bb072bae9f84aa97b849322dd /lang | |
parent | bfe9c17f73c1449852d5396d681237fb969ed444 (diff) | |
download | freebsd-ports-gnome-2279b48f85e6f5e5817633345d20c9b100426e95.tar.gz freebsd-ports-gnome-2279b48f85e6f5e5817633345d20c9b100426e95.tar.zst freebsd-ports-gnome-2279b48f85e6f5e5817633345d20c9b100426e95.zip |
Update to 5.5.21 release.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php55/Makefile | 2 | ||||
-rw-r--r-- | lang/php55/distinfo | 4 | ||||
-rw-r--r-- | lang/php55/files/patch-sapi_fpm_Makefile.frag | 12 | ||||
-rw-r--r-- | lang/php55/files/patch-sapi_fpm_php-fpm.conf.in | 11 |
4 files changed, 3 insertions, 26 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index dc554341fdda..ba086e7db744 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.20 +PORTVERSION= 5.5.21 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 37217dfc2d73..25ae3fd835d7 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,4 +1,4 @@ -SHA256 (php-5.5.20.tar.bz2) = f28a150d1cd8991bd1a41dce4fdff4e343d1dbe01a48b9b44bea74532ce0391a -SIZE (php-5.5.20.tar.bz2) = 13240796 +SHA256 (php-5.5.21.tar.bz2) = 62e9429975c4ca5d7067a5052d5388fbf2ac8c51eeee581d59b04cc5a8da83fe +SIZE (php-5.5.21.tar.bz2) = 13306064 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 diff --git a/lang/php55/files/patch-sapi_fpm_Makefile.frag b/lang/php55/files/patch-sapi_fpm_Makefile.frag deleted file mode 100644 index 3d0ff1979f9e..000000000000 --- a/lang/php55/files/patch-sapi_fpm_Makefile.frag +++ /dev/null @@ -1,12 +0,0 @@ ---- sapi/fpm/Makefile.frag.orig 2013-12-10 23:31:06.000000000 +0000 -+++ sapi/fpm/Makefile.frag 2013-12-13 21:50:25.575258563 +0000 -@@ -18,6 +18,6 @@ install-fpm: $(SAPI_FPM_PATH) - @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8 - @$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8 - -- @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/fpm/" -- @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/fpm -- @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/fpm/status.html -+ @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/php/fpm/" -+ @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/php/fpm -+ @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/php/fpm/status.html diff --git a/lang/php55/files/patch-sapi_fpm_php-fpm.conf.in b/lang/php55/files/patch-sapi_fpm_php-fpm.conf.in deleted file mode 100644 index f80dcb9ff714..000000000000 --- a/lang/php55/files/patch-sapi_fpm_php-fpm.conf.in +++ /dev/null @@ -1,11 +0,0 @@ ---- sapi/fpm/php-fpm.conf.in.orig 2013-12-10 23:31:06.000000000 +0000 -+++ sapi/fpm/php-fpm.conf.in 2013-12-13 21:50:25.757258451 +0000 -@@ -341,7 +341,7 @@ pm.max_spare_servers = 3 - ; last request memory: 0 - ; - ; Note: There is a real-time FPM status monitoring sample web page available --; It's available in: @EXPANDED_DATADIR@/fpm/status.html -+; It's available in: @EXPANDED_DATADIR@/php/fpm/status.html - ; - ; Note: The value must start with a leading slash (/). The value can be - ; anything, but it may not be a good idea to use the .php extension or it |