From owner-svn-ports-all@freebsd.org Sun Jun 17 22:29:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C92D9100D5F1; Sun, 17 Jun 2018 22:29:56 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75ED8830F3; Sun, 17 Jun 2018 22:29:56 +0000 (UTC) (envelope-from lifanov@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 526C41B7A3; Sun, 17 Jun 2018 22:29:56 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5HMTugI079552; Sun, 17 Jun 2018 22:29:56 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5HMTtTK079550; Sun, 17 Jun 2018 22:29:55 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201806172229.w5HMTtTK079550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sun, 17 Jun 2018 22:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472647 - head/archivers/innoextract X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/archivers/innoextract X-SVN-Commit-Revision: 472647 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 22:29:57 -0000 Author: lifanov Date: Sun Jun 17 22:29:55 2018 New Revision: 472647 URL: https://svnweb.freebsd.org/changeset/ports/472647 Log: update archivers/innoextract to 1.7 Added support for Inno Setup 5.6.0 installers Added support for new GOG installers with GOG Galaxy file parts Added support for encrypted installers Added --list-sizes and --list-checksums options to print file information Adde a --data-version (-V) option to check if an executable is an Inno Setup installer Fixed case-sensitivity in parent directory when creating subdirectories Fixed issues with names used to load .bin slice files Modified: head/archivers/innoextract/Makefile head/archivers/innoextract/distinfo Modified: head/archivers/innoextract/Makefile ============================================================================== --- head/archivers/innoextract/Makefile Sun Jun 17 22:23:10 2018 (r472646) +++ head/archivers/innoextract/Makefile Sun Jun 17 22:29:55 2018 (r472647) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= innoextract -PORTVERSION= 1.6 -PORTREVISION= 7 +PORTVERSION= 1.7 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ Modified: head/archivers/innoextract/distinfo ============================================================================== --- head/archivers/innoextract/distinfo Sun Jun 17 22:23:10 2018 (r472646) +++ head/archivers/innoextract/distinfo Sun Jun 17 22:29:55 2018 (r472647) @@ -1,2 +1,3 @@ -SHA256 (innoextract-1.6.tar.gz) = 66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e -SIZE (innoextract-1.6.tar.gz) = 183380 +TIMESTAMP = 1529273428 +SHA256 (innoextract-1.7.tar.gz) = c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4 +SIZE (innoextract-1.7.tar.gz) = 195123