pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/corebird Use GITHUB framework to fetch the distfil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90d5c79f7fd0
branches:  trunk
changeset: 357127:90d5c79f7fd0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jan 14 09:43:36 2017 +0000

description:
Use GITHUB framework to fetch the distfile. No distfile change

diffstat:

 net/corebird/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f2d1171bbf4d -r 90d5c79f7fd0 net/corebird/Makefile
--- a/net/corebird/Makefile     Sat Jan 14 09:29:13 2017 +0000
+++ b/net/corebird/Makefile     Sat Jan 14 09:43:36 2017 +0000
@@ -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@localhost



Home | Main Index | Thread Index | Old Index