diff options
author | ale <ale@FreeBSD.org> | 2014-05-01 18:36:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-05-01 18:36:34 +0800 |
commit | 771a38c8a0c7d43b7fa3fde469babff3ff494e72 (patch) | |
tree | 6d969a6174f263db52affdf7792371be6cedb823 | |
parent | fea15f656929b74755c96e17508fe61a233bef62 (diff) | |
download | freebsd-ports-gnome-771a38c8a0c7d43b7fa3fde469babff3ff494e72.tar.gz freebsd-ports-gnome-771a38c8a0c7d43b7fa3fde469babff3ff494e72.tar.zst freebsd-ports-gnome-771a38c8a0c7d43b7fa3fde469babff3ff494e72.zip |
Update to 5.5.12 release.
-rw-r--r-- | Mk/bsd.php.mk | 2 | ||||
-rw-r--r-- | lang/php55/Makefile | 4 | ||||
-rw-r--r-- | lang/php55/distinfo | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 0ab78b52cd6e..04c438e5bba8 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -161,6 +161,8 @@ BUILD_DEPENDS+= ${PHPBASE}/include/php/main/php.h:${PORTSDIR}/${PHP_PORT} .endif RUN_DEPENDS+= ${PHPBASE}/include/php/main/php.h:${PORTSDIR}/${PHP_PORT} .if defined(WANT_PHP_MOD) || (defined(WANT_PHP_WEB) && defined(PHP_VERSION) && ${PHP_SAPI:Mcgi} == "" && ${PHP_SAPI:Mfpm} == "") +USE_APACHE_RUN= 22+ +.include "${PORTSDIR}/Mk/bsd.apache.mk" RUN_DEPENDS+= ${PHPBASE}/${APACHEMODDIR}/libphp5.so:${PORTSDIR}/${MOD_PHP_PORT} .endif diff --git a/lang/php55/Makefile b/lang/php55/Makefile index c57c3993ce40..9ea912afc69a 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.11 -PORTREVISION?= 1 +PORTVERSION= 5.5.12 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php55/distinfo b/lang/php55/distinfo index a253ae24d83f..692dc91f1cb9 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,4 +1,4 @@ -SHA256 (php-5.5.11.tar.bz2) = 60e14c255f2a461a7a26639b84a2fc448cc2f91c8dead0e9fd00cd8ba27a2e96 -SIZE (php-5.5.11.tar.bz2) = 13207627 +SHA256 (php-5.5.12.tar.bz2) = 519ee29e28532782676f3d8e31a808ffbfee383e0279ccc8cbd2b12ed53c2335 +SIZE (php-5.5.12.tar.bz2) = 13251734 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 |