aboutsummaryrefslogtreecommitdiff
path: root/archivers/php-zstd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/php-zstd/Makefile')
-rw-r--r--archivers/php-zstd/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/archivers/php-zstd/Makefile b/archivers/php-zstd/Makefile
index 1525059a5366..39a5238de729 100644
--- a/archivers/php-zstd/Makefile
+++ b/archivers/php-zstd/Makefile
@@ -1,6 +1,5 @@
PORTNAME= zstd
-DISTVERSION= 0.14.0
-PORTREVISION= 1
+DISTVERSION= 0.15.2
CATEGORIES= archivers
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
@@ -21,12 +20,4 @@ GH_PROJECT= php-ext-zstd
CONFIGURE_ARGS= --with-libzstd
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${PHP_VER} >= 85
- @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \
- ${WRKSRC}/zstd.c
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>