pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/corebird



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jan 14 09:43:36 UTC 2017

Modified Files:
        pkgsrc/net/corebird: Makefile

Log Message:
Use GITHUB framework to fetch the distfile. No distfile change


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/corebird/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/corebird/Makefile
diff -u pkgsrc/net/corebird/Makefile:1.20 pkgsrc/net/corebird/Makefile:1.21
--- pkgsrc/net/corebird/Makefile:1.20   Sat Jan 14 09:28:41 2017
+++ pkgsrc/net/corebird/Makefile        Sat Jan 14 09:43:36 2017
@@ -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