1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

security/heimdal-devel: Update to the latest Heimdal github commit

This commit is contained in:
Cy Schubert 2023-06-26 21:54:11 -07:00
parent ed63bb8de1
commit ed489937c4
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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;