diff options
author | nork <nork@FreeBSD.org> | 2003-04-12 00:17:06 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-12 00:17:06 +0800 |
commit | 5f1dc136a92d23c6b36ee6a0dab99d9d24eb499e (patch) | |
tree | 39f822cadfc25450c0cf2a45b299df1efdc6e838 /www/eaccelerator | |
parent | d7b79b3ff80a07c7b0d72985f6677c4e3e83fbb9 (diff) | |
download | freebsd-ports-gnome-5f1dc136a92d23c6b36ee6a0dab99d9d24eb499e.tar.gz freebsd-ports-gnome-5f1dc136a92d23c6b36ee6a0dab99d9d24eb499e.tar.zst freebsd-ports-gnome-5f1dc136a92d23c6b36ee6a0dab99d9d24eb499e.zip |
Update to 2.3.9.
PR: ports/50786
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Diffstat (limited to 'www/eaccelerator')
-rw-r--r-- | www/eaccelerator/Makefile | 10 | ||||
-rw-r--r-- | www/eaccelerator/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index 87aa80ef50ea..ceda6afca1bd 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= turck-mmcache -PORTVERSION= 2.3.8 +PORTVERSION= 2.3.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sysadmin@alexdupre.com COMMENT= An opcode cache for PHP -BUILD_DEPENDS= phpize:${PORTSDIR}/www/mod_php4 +EXTRACT_DEPENDS=phpize:${PORTSDIR}/www/mod_php4 +BUILD_DEPENDS= ${LOCALBASE}/include/php/Zend/zend.h:${PORTSDIR}/www/mod_php4 LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${APACHE_PORT} \ ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 @@ -43,12 +44,11 @@ APACHE_PORT?= ${PORTSDIR}/www/apache13 .endif post-extract: + @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/config.m4 + @${REINPLACE_CMD} -e 's,[[:cntrl:]]$$,,g' ${WRKSRC}/mmcache.c @${ECHO_MSG} "===> PHPizing for ${DISTNAME}" @cd ${WRKSRC} && ${LOCALBASE}/bin/phpize -post-patch: - ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/configure - post-build: @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \ ${.CURDIR}/pkg-message > ${PKGMESSAGE} diff --git a/www/eaccelerator/distinfo b/www/eaccelerator/distinfo index 765a015aef41..89ad8d074256 100644 --- a/www/eaccelerator/distinfo +++ b/www/eaccelerator/distinfo @@ -1 +1 @@ -MD5 (turck-mmcache-2.3.8.tar.gz) = 01e7b64dcb32f765dfd518486a1b9d38 +MD5 (turck-mmcache-2.3.9.tar.gz) = d578827ef7914f6c9d7920ad0e27727d |