diff options
author | mat <mat@FreeBSD.org> | 2017-06-07 00:18:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-06-07 00:18:16 +0800 |
commit | 1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7 (patch) | |
tree | 5f4b0929a4e87f1210c33c147719daa95ce9085e /security | |
parent | 439a42e43acf58e01e3f9fabb9bbf0a7f115d700 (diff) | |
download | freebsd-ports-gnome-1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7.tar.gz freebsd-ports-gnome-1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7.tar.zst freebsd-ports-gnome-1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7.zip |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight
Diffstat (limited to 'security')
-rw-r--r-- | security/enchive/Makefile | 5 | ||||
-rw-r--r-- | security/enchive/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/enchive/Makefile b/security/enchive/Makefile index 9c3a9002be86..a5594fad2fec 100644 --- a/security/enchive/Makefile +++ b/security/enchive/Makefile @@ -3,8 +3,6 @@ PORTNAME= enchive PORTVERSION= 3.2 CATEGORIES= security -MASTER_SITES= https://github.com/skeeto/enchive/archive/ -DISTFILES= ${PORTVERSION}.tar.gz MAINTAINER= acm@FreeBSD.org COMMENT= Tool to encrypt files to yourself for long-term archival @@ -13,6 +11,9 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/UNLICENSE USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= skeeto + ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ diff --git a/security/enchive/distinfo b/security/enchive/distinfo index 0c7b2a1a5432..fa621b3f07bb 100644 --- a/security/enchive/distinfo +++ b/security/enchive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492799602 -SHA256 (3.2.tar.gz) = 1bd31ccff26a06cf7e86ba5143496f300b6cf6d432f26f34670483b9dfb947a2 -SIZE (3.2.tar.gz) = 29577 +TIMESTAMP = 1496752755 +SHA256 (skeeto-enchive-3.2_GH0.tar.gz) = 1bd31ccff26a06cf7e86ba5143496f300b6cf6d432f26f34670483b9dfb947a2 +SIZE (skeeto-enchive-3.2_GH0.tar.gz) = 29577 |