From owner-svn-ports-head@freebsd.org Thu May 19 18:30:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8133B42A6D; Thu, 19 May 2016 18:30:34 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 888B813C9; Thu, 19 May 2016 18:30:34 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4JIUXGa059925; Thu, 19 May 2016 18:30:33 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JIUXQD059923; Thu, 19 May 2016 18:30:33 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201605191830.u4JIUXQD059923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 19 May 2016 18:30:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415519 - head/archivers/unarchiver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 18:30:34 -0000 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