Date: Tue, 1 Aug 2017 21:15:49 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447078 - in head/archivers/pecl-rar: . files Message-ID: <201708012115.v71LFnKL042894@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Tue Aug 1 21:15:49 2017 New Revision: 447078 URL: https://svnweb.freebsd.org/changeset/ports/447078 Log: - archivers/pecl-rar: Update from 3.0.2 to 4.0.0 Changelog: - Merge changes made to unrar up to version 5.5.6. - Support PHP 7.0 and PHP 7.1. - Added functions RarEntry::getRedirType(), RarEntry::isRedirectToDirectory() and RarEntry::getRedirTarget(), as well as the following constants on RarEntry: FSREDIR_UNIXSYMLINK, FSREDIR_WINSYMLINK, FSREDIR_JUNCTION, FSREDIR_HARDLINK and FSREDIR_FILECOPY. - Changed stat handler to return UTC time for creation, modification and access time (does not work reliably on Windows). - Fix cloning of RarArchive being allowed. Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D11762 Deleted: head/archivers/pecl-rar/files/ Modified: head/archivers/pecl-rar/Makefile head/archivers/pecl-rar/distinfo Modified: head/archivers/pecl-rar/Makefile ============================================================================== --- head/archivers/pecl-rar/Makefile Tue Aug 1 20:46:22 2017 (r447077) +++ head/archivers/pecl-rar/Makefile Tue Aug 1 21:15:49 2017 (r447078) @@ -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 @@ LICENSE= PHP301 USES= php:pecl USE_PHP= spl:build IGNORE_WITH_PHP= 70 71 - CONFIGURE_ARGS= --enable-rar Modified: head/archivers/pecl-rar/distinfo ============================================================================== --- head/archivers/pecl-rar/distinfo Tue Aug 1 20:46:22 2017 (r447077) +++ head/archivers/pecl-rar/distinfo Tue Aug 1 21:15:49 2017 (r447078) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708012115.v71LFnKL042894>