Date: Sun, 17 Jun 2018 22:29:55 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472647 - head/archivers/innoextract Message-ID: <201806172229.w5HMTtTK079550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806172229.w5HMTtTK079550>