diff options
Diffstat (limited to 'archivers/pecl-rar/Makefile')
-rw-r--r-- | archivers/pecl-rar/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index 728bb6003a4d..0a4adcaf0e27 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -1,10 +1,15 @@ PORTNAME= rar PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers pear -PATCH_SITES= https://github.com/cataphract/php-rar/commit/ -PATCHFILES= ab26d285759e4c917879967b09976a44829ed570.diff:-p1 +# Temporary switch patches source to Remi Collet's repo +#PATCH_SITES= https://github.com/cataphract/php-rar/commit/ +PATCH_SITES= https://github.com/remicollet/php-rar/commit/ +PATCHFILES= ab26d285759e4c917879967b09976a44829ed570.diff:-p1 \ + 02331ca1cc1e8638c34e024566f4b391a6c863c5.diff:-p1 \ + eefdef210536834617bc57d3d38e4ab092481c6b.diff:-p1 \ + 048aa2b35bfd1ec5dfae30d2f9c8d52fb8842784.diff:-p1 MAINTAINER= fluffy@FreeBSD.org COMMENT= PECL extension to create and read RAR files |