aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2023-07-27 15:05:48 +0000
committerDoug Rabson <dfr@FreeBSD.org>2023-07-28 08:58:43 +0000
commitf95273e649e408f3d668ac37953b569112635365 (patch)
tree0665a1a56813dfaeebe720d5ee885d1e1b242bed
parent1b52dea5504c8f00424456eedcc8e113d8b30a06 (diff)
downloadports-f95273e649e408f3d668ac37953b569112635365.tar.gz
ports-f95273e649e408f3d668ac37953b569112635365.zip
sysutils/catatonit: fix port build on 14.0-CURRENT
This disables catatonit's implementation of secure_getenv on 14.0-CURRENT since it's now a part of libc. Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D41213
-rw-r--r--sysutils/catatonit/Makefile4
-rw-r--r--sysutils/catatonit/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/catatonit/Makefile b/sysutils/catatonit/Makefile
index 551e017b1926..9cba4fe27331 100644
--- a/sysutils/catatonit/Makefile
+++ b/sysutils/catatonit/Makefile
@@ -1,7 +1,7 @@
PORTNAME= catatonit
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= dfr
-GH_TAGNAME= 65a1a0f
+GH_TAGNAME= 74113d7
GNU_CONFIGURE= yes
diff --git a/sysutils/catatonit/distinfo b/sysutils/catatonit/distinfo
index 8d60e5ac61ae..e037402770bb 100644
--- a/sysutils/catatonit/distinfo
+++ b/sysutils/catatonit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686565868
-SHA256 (dfr-catatonit-v0.1.7-65a1a0f_GH0.tar.gz) = e189a16b8b31a275ed9184c1c985f1cb197817b917805a99f0e576f4ec5bcfaf
-SIZE (dfr-catatonit-v0.1.7-65a1a0f_GH0.tar.gz) = 22325
+TIMESTAMP = 1690470080
+SHA256 (dfr-catatonit-v0.1.7-74113d7_GH0.tar.gz) = 226e5094554401b85c33b8811106f3d63d4a5bf51bea12d7b4aeb8a20fbba2b2
+SIZE (dfr-catatonit-v0.1.7-74113d7_GH0.tar.gz) = 22340