pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/url2pkg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jul 10 13:31:54 UTC 2016

Modified Files:
        pkgsrc/pkgtools/url2pkg: Makefile

Log Message:
Fixed pkglint warning.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/pkgtools/url2pkg/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/url2pkg/Makefile
diff -u pkgsrc/pkgtools/url2pkg/Makefile:1.84 pkgsrc/pkgtools/url2pkg/Makefile:1.85
--- pkgsrc/pkgtools/url2pkg/Makefile:1.84       Sat Jul  9 06:38:49 2016
+++ pkgsrc/pkgtools/url2pkg/Makefile    Sun Jul 10 13:31:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2016/07/09 06:38:49 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2016/07/10 13:31:54 rillig Exp $
 
 PKGNAME=       url2pkg-2.27
 PKGREVISION=   1
@@ -10,6 +10,7 @@ COMMENT=      Tool to automate initial steps 
 LICENSE=       original-bsd
 
 WRKSRC=                ${WRKDIR}
+NO_CHECKSUM=   yes
 NO_BUILD=      yes
 USE_LANGUAGES= # none
 USE_TOOLS+=    perl:run



Home | Main Index | Thread Index | Old Index