mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
Update to 5.6.5 release.
This commit is contained in:
parent
e89bd47801
commit
13f4df7c05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377730
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= php56
|
||||
PORTVERSION= 5.6.4
|
||||
PORTVERSION= 5.6.5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= ${MASTER_SITE_PHP}
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (php-5.6.4.tar.bz2) = 576f9001b612f5ddc22f447311bbec321e2c959b6a52259d664c4ba04ef044f1
|
||||
SIZE (php-5.6.4.tar.bz2) = 13498882
|
||||
SHA256 (php-5.6.5.tar.bz2) = adab4c0775512a5ca0ae74e08efdc941d92529b75283e0f44d3f53822cdfd06d
|
||||
SIZE (php-5.6.5.tar.bz2) = 13556146
|
||||
SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4
|
||||
SIZE (php-5.5.x-mail-header.patch) = 3379
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user