Mon Mar 30 15:35:09 2020 UTC ()
ansiweather: add GITHUB_RELEASE directive.


(fcambus)
diff -r1.12 -r1.13 pkgsrc/misc/ansiweather/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/misc/ansiweather/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ansiweather/Makefile 2020/01/21 18:07:52 1.12
+++ pkgsrc/misc/ansiweather/Makefile 2020/03/30 15:35:09 1.13
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.12 2020/01/21 18:07:52 fcambus Exp $ 1# $NetBSD: Makefile,v 1.13 2020/03/30 15:35:09 fcambus Exp $
2 2
3DISTNAME= ansiweather-1.16.0 3DISTNAME= ansiweather-1.16.0
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
6 7
7MAINTAINER= fcambus@NetBSD.org 8MAINTAINER= fcambus@NetBSD.org
8HOMEPAGE= https://github.com/fcambus/ansiweather/ 9HOMEPAGE= https://github.com/fcambus/ansiweather/
9COMMENT= Display current weather conditions in your terminal 10COMMENT= Display current weather conditions in your terminal
10LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
11 12
12USE_LANGUAGES= # none 13USE_LANGUAGES= # none
13 14
14USE_TOOLS+= awk:run date:run grep:run 15USE_TOOLS+= awk:run date:run grep:run
15 16
16DEPENDS+= curl-[0-9]*:../../www/curl 17DEPENDS+= curl-[0-9]*:../../www/curl
17DEPENDS+= jq-[0-9]*:../../devel/jq 18DEPENDS+= jq-[0-9]*:../../devel/jq
18 19