diff options
author | ale <ale@FreeBSD.org> | 2017-03-27 18:00:48 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2017-03-27 18:00:48 +0800 |
commit | b6bfe7dd0709a32ff0942fdfbd8cb8e4d495b9f5 (patch) | |
tree | 545eb56539a5eac46a24d664a57c0079237cada5 /security | |
parent | 5ecbac76e8254b24f0b2e75a4a698a9473aa2f3c (diff) | |
download | freebsd-ports-gnome-b6bfe7dd0709a32ff0942fdfbd8cb8e4d495b9f5.tar.gz freebsd-ports-gnome-b6bfe7dd0709a32ff0942fdfbd8cb8e4d495b9f5.tar.zst freebsd-ports-gnome-b6bfe7dd0709a32ff0942fdfbd8cb8e4d495b9f5.zip |
Change MASTER_SITES and unbreak.
Diffstat (limited to 'security')
-rw-r--r-- | security/pkcs11-dump/Makefile | 8 | ||||
-rw-r--r-- | security/pkcs11-dump/distinfo | 1 |
2 files changed, 2 insertions, 7 deletions
diff --git a/security/pkcs11-dump/Makefile b/security/pkcs11-dump/Makefile index e06522f2fbb9..65201771a7c7 100644 --- a/security/pkcs11-dump/Makefile +++ b/security/pkcs11-dump/Makefile @@ -4,17 +4,11 @@ PORTNAME= pkcs11-dump PORTVERSION= 0.3.4 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/alonbl/pkcs11-dump/releases/download/pkcs11-dump-${PORTVERSION}/ MAINTAINER= ale@FreeBSD.org COMMENT= Allow dumping PKCS\#11 token content -PROJECTHOST= pkcs11-tools - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - USES= tar:bzip2 ssl GNU_CONFIGURE= yes diff --git a/security/pkcs11-dump/distinfo b/security/pkcs11-dump/distinfo index e894c1827794..1680a52081f1 100644 --- a/security/pkcs11-dump/distinfo +++ b/security/pkcs11-dump/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1490608498 SHA256 (pkcs11-dump-0.3.4.tar.bz2) = 3c19d412350109423b12bfde196b5bd51e9b23552406bc82735c5ca5e7bcdda8 SIZE (pkcs11-dump-0.3.4.tar.bz2) = 255715 |