aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-06-27 04:54:11 +0000
committerCy Schubert <cy@FreeBSD.org>2023-06-27 06:13:28 +0000
commited489937c40461862bb8c7d096be234b49e38e8c (patch)
tree1f59153c7028221a105793d89c4e69a8712a4e7b
parented63bb8de12c96323ba766935f2773ce6d2ce1c6 (diff)
downloadports-ed489937c40461862bb8c7d096be234b49e38e8c.tar.gz
ports-ed489937c40461862bb8c7d096be234b49e38e8c.zip
security/heimdal-devel: Update to the latest Heimdal github commit
-rw-r--r--security/heimdal-devel/Makefile4
-rw-r--r--security/heimdal-devel/distinfo6
-rw-r--r--security/heimdal-devel/files/patch-cf-make-proto.pl8
3 files changed, 9 insertions, 9 deletions
diff --git a/security/heimdal-devel/Makefile b/security/heimdal-devel/Makefile
index 8d4b9b3fadf8..3495cb62200d 100644
--- a/security/heimdal-devel/Makefile
+++ b/security/heimdal-devel/Makefile
@@ -2,8 +2,8 @@ PORTNAME= heimdal
PORTVERSION= ${HEIMDAL_COMMIT_DATE}
CATEGORIES= security
PKGNAMESUFFIX= -devel
-HASH= 93454c885
-HEIMDAL_COMMIT_DATE= 2023.06.06
+HASH= f62e2f278
+HEIMDAL_COMMIT_DATE= 2023.06.10
MAINTAINER= cy@FreeBSD.org
COMMENT= Popular BSD-licensed implementation of Kerberos 5
diff --git a/security/heimdal-devel/distinfo b/security/heimdal-devel/distinfo
index c0d30a4d392d..152edb93d807 100644
--- a/security/heimdal-devel/distinfo
+++ b/security/heimdal-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686075821
-SHA256 (heimdal-heimdal-2023.06.06-93454c885_GH0.tar.gz) = 86486a246ad0dd001731f489c9917eeeaf1543f267410fbe92521d4c64790368
-SIZE (heimdal-heimdal-2023.06.06-93454c885_GH0.tar.gz) = 13096885
+TIMESTAMP = 1687838469
+SHA256 (heimdal-heimdal-2023.06.10-f62e2f278_GH0.tar.gz) = e8c84fca398810b91eded7757638da74c031a19ee4bdcb99eecf21ec4124a82c
+SIZE (heimdal-heimdal-2023.06.10-f62e2f278_GH0.tar.gz) = 13096662
diff --git a/security/heimdal-devel/files/patch-cf-make-proto.pl b/security/heimdal-devel/files/patch-cf-make-proto.pl
index bf6fd1447cdc..d1fbc4c48dba 100644
--- a/security/heimdal-devel/files/patch-cf-make-proto.pl
+++ b/security/heimdal-devel/files/patch-cf-make-proto.pl
@@ -1,11 +1,11 @@
---- cf/make-proto.pl.orig 2019-06-07 06:21:35 UTC
-+++ cf/make-proto.pl
+--- cf/make-proto.pl.orig 2023-06-24 12:54:02.000000000 -0700
++++ cf/make-proto.pl 2023-06-26 21:14:16.008839000 -0700
@@ -4,7 +4,7 @@
use Getopt::Std;
use File::Compare;
--use JSON;
-+# use JSON;
+-use JSON::PP
++# use JSON::PP
my $comment = 0;
my $doxygen = 0;