Sun Jun 28 10:20:59 2020 UTC ()
pkgtools/url2pkg: update version to 20.2.0

No code changes.  This is just to align the url2pkg version number with
the upcoming branch name.


(rillig)
diff -r1.112 -r1.113 pkgsrc/pkgtools/url2pkg/Makefile

cvs diff -r1.112 -r1.113 pkgsrc/pkgtools/url2pkg/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/url2pkg/Makefile 2020/05/18 10:31:31 1.112
+++ pkgsrc/pkgtools/url2pkg/Makefile 2020/06/28 10:20:59 1.113
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.112 2020/05/18 10:31:31 adam Exp $ 1# $NetBSD: Makefile,v 1.113 2020/06/28 10:20:59 rillig Exp $
2 2
3PKGNAME= url2pkg-19.3.7 3PKGNAME= url2pkg-20.2.0
4CATEGORIES= pkgtools 4CATEGORIES= pkgtools
5 5
6MAINTAINER= rillig@NetBSD.org 6MAINTAINER= rillig@NetBSD.org
7HOMEPAGE= https://www.NetBSD.org/docs/pkgsrc/creating.html 7HOMEPAGE= https://www.NetBSD.org/docs/pkgsrc/creating.html
8COMMENT= Tool to automate initial steps in building a package 8COMMENT= Tool to automate initial steps in building a package
9LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
10 10
11WRKSRC= ${WRKDIR} 11WRKSRC= ${WRKDIR}
12NO_CHECKSUM= yes 12NO_CHECKSUM= yes
13NO_BUILD= yes 13NO_BUILD= yes
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15USE_TOOLS+= perl:run 15USE_TOOLS+= perl:run
16AUTO_MKDIRS= yes 16AUTO_MKDIRS= yes