summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-01-14 09:43:36 +0000
committerryoon <ryoon@pkgsrc.org>2017-01-14 09:43:36 +0000
commit5c2aa6f0de7e6491b30ab132dab3e0a4b714deaa (patch)
treec6d842bb5d0fb817ade7b93c59731404ed5d819f /net
parent6e4b6cf004b88f5c0ae1b6843f64caccd6511d00 (diff)
downloadpkgsrc-5c2aa6f0de7e6491b30ab132dab3e0a4b714deaa.tar.gz
Use GITHUB framework to fetch the distfile. No distfile change
Diffstat (limited to 'net')
-rw-r--r--net/corebird/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/corebird/Makefile b/net/corebird/Makefile
index f0d368436e7..a1215b35d2b 100644
--- a/net/corebird/Makefile
+++ b/net/corebird/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2017/01/14 09:28:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/01/14 09:43:36 ryoon Exp $
DISTNAME= corebird-1.4.1
CATEGORIES= net
-MASTER_SITES= https://github.com/baedert/corebird/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=baedert/}
+GITHUB_PROJECT= corebird
+GITHUB_RELEASE= 1.4.1
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org