svn commit: r472647 - head/archivers/innoextract

Nikolai Lifanov lifanov at FreeBSD.org
Sun Jun 17 22:29:57 UTC 2018


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


More information about the svn-ports-all mailing list