Date: Tue, 28 Feb 2023 00:35:20 GMT From: =?utf-8?Q?Romain=20Tarti=C3=A8re?= <romain@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4fd117f634c9 - main - devel/leatherman: Update to 1.12.9 Message-ID: <202302280035.31S0ZK6h059070@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fd117f634c9d4f78c8a27f4a330e664bd7f9d56 commit 4fd117f634c9d4f78c8a27f4a330e664bd7f9d56 Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2023-02-28 00:31:36 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2023-02-28 00:34:36 +0000 devel/leatherman: Update to 1.12.9 With hat: puppet --- devel/leatherman/Makefile | 7 +++++-- devel/leatherman/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index cee507665b23..ee44fe1b961c 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -1,6 +1,5 @@ PORTNAME= leatherman -PORTVERSION= 1.12.6 -PORTREVISION= 3 +PORTVERSION= 1.12.9 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org @@ -21,6 +20,10 @@ CMAKE_OFF= ENABLE_CXX_WERROR USE_LDCONFIG= yes TEST_TARGET= test +post-configure: + # This file is vendored in vendor/Catch-1.10.0.zip and extracted at configure step + ${SED} -i '' -e '1s|\(.*\)|#include <sys/signal.h>\n\1|' ${CONFIGURE_WRKSRC}/src/Catch-1.10.0/single_include/catch.hpp + PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.mk> diff --git a/devel/leatherman/distinfo b/devel/leatherman/distinfo index e974c13afb68..fa1c5ca5d015 100644 --- a/devel/leatherman/distinfo +++ b/devel/leatherman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626634142 -SHA256 (puppetlabs-leatherman-1.12.6_GH0.tar.gz) = 1a1dbdb8ec000b8d7e586910d7cb7a3c7a4f49913ad439717e571daf88d451d2 -SIZE (puppetlabs-leatherman-1.12.6_GH0.tar.gz) = 818106 +TIMESTAMP = 1677533770 +SHA256 (puppetlabs-leatherman-1.12.9_GH0.tar.gz) = 62c1b86b6bfe8e2f06f84e605b1bad8a0fa3224d2bf2dc33e69b2e46b902c2cb +SIZE (puppetlabs-leatherman-1.12.9_GH0.tar.gz) = 816107
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302280035.31S0ZK6h059070>