Index: head/archivers/pecl-rar/Makefile =================================================================== --- head/archivers/pecl-rar/Makefile +++ head/archivers/pecl-rar/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rar -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= archivers pear MAINTAINER= joneum@FreeBSD.org @@ -14,7 +13,6 @@ USES= php:pecl USE_PHP= spl:build IGNORE_WITH_PHP= 70 71 - CONFIGURE_ARGS= --enable-rar Index: head/archivers/pecl-rar/distinfo =================================================================== --- head/archivers/pecl-rar/distinfo +++ head/archivers/pecl-rar/distinfo @@ -1,2 +1,3 @@ -SHA256 (PECL/rar-3.0.2.tgz) = 37841aea7c91afe2a250afc28bcdc7d6807f8aa3a2411a1c121f17252f66f21d -SIZE (PECL/rar-3.0.2.tgz) = 257787 +TIMESTAMP = 1501194981 +SHA256 (PECL/rar-4.0.0.tgz) = 2ac503b242b3f0192c12093dd9dd72da32126c39e23cd423a4ec41af9a7b8279 +SIZE (PECL/rar-4.0.0.tgz) = 383732 Index: head/archivers/pecl-rar/files/patch-config.m4 =================================================================== --- head/archivers/pecl-rar/files/patch-config.m4 +++ head/archivers/pecl-rar/files/patch-config.m4 @@ -1,10 +0,0 @@ ---- config.m4.orig 2013-10-14 15:30:44 UTC -+++ config.m4 -@@ -27,6 +27,6 @@ if test "$PHP_RAR" != "no"; then - PHP_REQUIRE_CXX() - PHP_ADD_LIBRARY_WITH_PATH(stdc++, "", RAR_SHARED_LIBADD) - -- PHP_NEW_EXTENSION(rar, rar.c rar_error.c rararch.c rarentry.c rar_stream.c rar_navigation.c $unrar_sources, $ext_shared,,-DRARDLL -DGUI -DSILENT -Wno-write-strings -Wno-logical-op-parentheses -I@ext_srcdir@/unrar) -+ PHP_NEW_EXTENSION(rar, rar.c rar_error.c rararch.c rarentry.c rar_stream.c rar_navigation.c $unrar_sources, $ext_shared,,-DRARDLL -DGUI -DSILENT -Wno-write-strings -I@ext_srcdir@/unrar) - PHP_ADD_BUILD_DIR($ext_builddir/unrar) - fi