mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 2.3.9.
PR: ports/50786 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
This commit is contained in:
parent
c1c1c88364
commit
a37c94b3e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78741
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (turck-mmcache-2.3.8.tar.gz) = 01e7b64dcb32f765dfd518486a1b9d38
|
||||
MD5 (turck-mmcache-2.3.9.tar.gz) = d578827ef7914f6c9d7920ad0e27727d
|
||||
|
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (turck-mmcache-2.3.8.tar.gz) = 01e7b64dcb32f765dfd518486a1b9d38
|
||||
MD5 (turck-mmcache-2.3.9.tar.gz) = d578827ef7914f6c9d7920ad0e27727d
|
||||
|
Loading…
Reference in New Issue
Block a user