svn commit: r554443 - head/archivers/pecl-rar

Jochen Neumeister joneum at FreeBSD.org
Sun Nov 8 10:16:52 UTC 2020


Author: joneum
Date: Sun Nov  8 10:16:51 2020
New Revision: 554443
URL: https://svnweb.freebsd.org/changeset/ports/554443

Log:
  Update to 4.1.0
  
  - Merge changes made to unrar up to version 5.5.6.
  - Support PHP 7.2, PHP 7.3 and PHP 7.4.
  - Update to unrar 5.9.4
  - Fix bug #76592: streaming unpacking of uncompressed files incomplete
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/archivers/pecl-rar/Makefile
  head/archivers/pecl-rar/distinfo

Modified: head/archivers/pecl-rar/Makefile
==============================================================================
--- head/archivers/pecl-rar/Makefile	Sun Nov  8 09:41:25 2020	(r554442)
+++ head/archivers/pecl-rar/Makefile	Sun Nov  8 10:16:51 2020	(r554443)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rar
-PORTVERSION=	4.0.0
+PORTVERSION=	4.1.0
 CATEGORIES=	archivers pear
 
 MAINTAINER=	miwi at FreeBSD.org
@@ -12,7 +12,6 @@ LICENSE=	PHP301
 
 USES=		php:pecl
 USE_PHP=	spl:build
-IGNORE_WITH_PHP=	73 74
 
 CONFIGURE_ARGS=	--enable-rar
 

Modified: head/archivers/pecl-rar/distinfo
==============================================================================
--- head/archivers/pecl-rar/distinfo	Sun Nov  8 09:41:25 2020	(r554442)
+++ head/archivers/pecl-rar/distinfo	Sun Nov  8 10:16:51 2020	(r554443)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501194981
-SHA256 (PECL/rar-4.0.0.tgz) = 2ac503b242b3f0192c12093dd9dd72da32126c39e23cd423a4ec41af9a7b8279
-SIZE (PECL/rar-4.0.0.tgz) = 383732
+TIMESTAMP = 1604830162
+SHA256 (PECL/rar-4.1.0.tgz) = 81be7ef7db62d4384b85cb2128f7504ad6ab338486860928af1840f8491983de
+SIZE (PECL/rar-4.1.0.tgz) = 393885


More information about the svn-ports-all mailing list