svn commit: r415519 - head/archivers/unarchiver

Alexey Dokuchaev danfe at FreeBSD.org
Thu May 19 18:30:34 UTC 2016


Author: danfe
Date: Thu May 19 18:30:33 2016
New Revision: 415519
URL: https://svnweb.freebsd.org/changeset/ports/415519

Log:
  Update to version 1.10, which features:
  
    - unar(1) can now extract to stdout
    - Support for RAR version 5 archives
    - Handle opening archives with huge number of parts better
    - Bug fixes for zip64, NSIS, and Squeeze
  
  Reported by:	portscout

Modified:
  head/archivers/unarchiver/Makefile
  head/archivers/unarchiver/distinfo

Modified: head/archivers/unarchiver/Makefile
==============================================================================
--- head/archivers/unarchiver/Makefile	Thu May 19 18:25:24 2016	(r415518)
+++ head/archivers/unarchiver/Makefile	Thu May 19 18:30:33 2016	(r415519)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unar
-PORTVERSION=	1.9.1
+PORTVERSION=	1.10
 CATEGORIES=	archivers gnustep
 MASTER_SITES=	http://wakaba.c3.cx/releases/TheUnarchiver/
 DISTNAME=	${PORTNAME}${PORTVERSION}_src

Modified: head/archivers/unarchiver/distinfo
==============================================================================
--- head/archivers/unarchiver/distinfo	Thu May 19 18:25:24 2016	(r415518)
+++ head/archivers/unarchiver/distinfo	Thu May 19 18:30:33 2016	(r415519)
@@ -1,2 +1,2 @@
-SHA256 (unar1.9.1_src.zip) = 28045fb688563c002b7c2807e80575d3f9af8eb024739f9ab836f681bb8e822c
-SIZE (unar1.9.1_src.zip) = 2541499
+SHA256 (unar1.10_src.zip) = 866320ef9a4a21d593d314e229e38d928bbb31965b9e81ed347bfbf55fc2f25f
+SIZE (unar1.10_src.zip) = 2540625


More information about the svn-ports-head mailing list