Date: Fri, 1 Nov 2024 13:06:22 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 69e0cbe46342 - 2024Q4 - archivers/innoextract: Update to 1.9-11 Message-ID: <202411011306.4A1D6MEr030484@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=69e0cbe46342c1116a7b513481050e50ba916cc2 commit 69e0cbe46342c1116a7b513481050e50ba916cc2 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-08 10:08:01 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-11-01 13:05:47 +0000 archivers/innoextract: Update to 1.9-11 - Switch to DISTVERSION - Unbreak build with boost 1.85 ChangeLog: https://github.com/dscharrer/innoextract/compare/1.9...1.9-11-g264c2fe (cherry picked from commit 16dd72e693971f4230b00321380c54656f8cf52b) --- archivers/innoextract/Makefile | 7 ++++--- archivers/innoextract/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 7f4aa7e623e4..65459d106e90 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -1,8 +1,7 @@ PORTNAME= innoextract -PORTVERSION= 1.9 -PORTREVISION= 2 +DISTVERSION= 1.9-11 +DISTVERSIONSUFFIX= -g264c2fe CATEGORIES= archivers -MASTER_SITES= http://constexpr.org/innoextract/files/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Program to extract Inno Setup files @@ -14,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= cmake compiler:c++11-lang iconv +USE_GITHUB= yes +GH_ACCOUNT= dscharrer CMAKE_ON= Boost_USE_STATIC_LIBS PLIST_FILES= bin/innoextract \ diff --git a/archivers/innoextract/distinfo b/archivers/innoextract/distinfo index 3559d528699a..65a6bbbf091e 100644 --- a/archivers/innoextract/distinfo +++ b/archivers/innoextract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608199073 -SHA256 (innoextract-1.9.tar.gz) = 6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126 -SIZE (innoextract-1.9.tar.gz) = 206931 +TIMESTAMP = 1728380729 +SHA256 (dscharrer-innoextract-1.9-11-g264c2fe_GH0.tar.gz) = c71e42c91b4765761c2d5fa0fec4d0ef8c1451ac8465a6268ecdf666f08337e4 +SIZE (dscharrer-innoextract-1.9-11-g264c2fe_GH0.tar.gz) = 204952
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411011306.4A1D6MEr030484>