diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /security/kc | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/kc')
-rw-r--r-- | security/kc/Makefile | 3 | ||||
-rw-r--r-- | security/kc/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/kc/Makefile b/security/kc/Makefile index 33beb08e4db3..17cb142531d2 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -5,7 +5,6 @@ PORTNAME= kc PORTVERSION= 2.3.2 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ MAINTAINER= leva@ecentrum.hu COMMENT= Console based password storing application @@ -16,6 +15,8 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ libpcre.so:${PORTSDIR}/devel/pcre USES= pkgconfig uidfix +USE_GITHUB= yes +GH_ACCOUNT= levaidaniel PLIST_FILES= bin/kc man/man1/kc.1.gz diff --git a/security/kc/distinfo b/security/kc/distinfo index af0b169a0e20..5c9c5c16d154 100644 --- a/security/kc/distinfo +++ b/security/kc/distinfo @@ -1,2 +1,2 @@ -SHA256 (kc-2.3.2.tar.gz) = d40a7be30079e4cfc423e1aa2b5dbb0e6f0b3489f1d0e090cd66728bc328fcd8 -SIZE (kc-2.3.2.tar.gz) = 44779 +SHA256 (levaidaniel-kc-2.3.2_GH0.tar.gz) = d40a7be30079e4cfc423e1aa2b5dbb0e6f0b3489f1d0e090cd66728bc328fcd8 +SIZE (levaidaniel-kc-2.3.2_GH0.tar.gz) = 44779 |