aboutsummaryrefslogtreecommitdiff
path: root/lang/php84/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-11-23 14:18:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-11-23 14:26:56 +0000
commit093d50b2c4ba92c1949dba370b3cacd56ffd40b7 (patch)
tree701e43ceb8dded59a938e7d956f42b2d278f79b9 /lang/php84/Makefile
parent99c21bda431130924d20a229a9f9e7aa86a545a0 (diff)
Diffstat (limited to 'lang/php84/Makefile')
-rw-r--r--lang/php84/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/lang/php84/Makefile b/lang/php84/Makefile
index ded9fce43f56..f79e3b788e71 100644
--- a/lang/php84/Makefile
+++ b/lang/php84/Makefile
@@ -1,9 +1,8 @@
PORTNAME= php84
-DISTVERSION= 8.4.0RC4
+DISTVERSION= 8.4.1
PORTREVISION?= 0
CATEGORIES?= lang devel www
-MASTER_SITES= https://downloads.php.net/~saki/ \
- https://downloads.php.net/~calvinb/
+MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
@@ -171,19 +170,19 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Zend/zend_lazy_objects.h ${STAGEDIR}${PREFIX}/include/php/Zend
post-install-CGI-on:
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/php-cgi
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php-cgi
post-install-CLI-on:
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/php
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php
post-install-EMBED-on:
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libphp.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libphp.so
post-install-FPM-on:
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/sbin/php-fpm
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/php-fpm
post-install-PHPDBG-on:
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/phpdbg
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/phpdbg
.else
do-install:
@@ -275,7 +274,7 @@ USE_GNOME= libxml2
.endif
.if ${PHP_MODNAME} == "enchant"
-LIB_DEPENDS+= libenchant-2.so:textproc/enchant2
+LIB_DEPENDS+= libenchant-2.so:textproc/enchant2
CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
USES+= pkgconfig
.endif