Skip to content

Commit

Permalink
security/heimdal-devel: Update to the latest Heimdal github commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuber committed Jun 27, 2023
1 parent ed63bb8 commit ed48993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions security/heimdal-devel/Makefile
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
8 changes: 4 additions & 4 deletions 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;

0 comments on commit ed48993

Please sign in to comment.