Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.383 retrieving revision 1.415 diff -u -p -r1.383 -r1.415 --- pkgsrc/pkgtools/pkglint/Makefile 2010/01/16 23:42:32 1.383 +++ pkgsrc/pkgtools/pkglint/Makefile 2012/08/05 09:55:54 1.415 @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.383 2010/01/16 23:42:32 jnemeth Exp $ +# $NetBSD: Makefile,v 1.415 2012/08/05 09:55:54 wiz Exp $ # -DISTNAME= pkglint-4.92 +# Note: if you update the version number, please have a look at the +# changes between the CVS tag "pkglint_current" and HEAD. +# After updating, please re-set the CVS tag to HEAD. +DISTNAME= pkglint-4.122 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none -MAINTAINER= rillig@NetBSD.org +OWNER= wiz@NetBSD.org HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ COMMENT= Verifier for NetBSD packages @@ -18,6 +21,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgvie PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} +NO_CHECKSUM= yes NO_BUILD= yes USE_LANGUAGES= # none AUTO_MKDIRS= yes @@ -38,6 +42,7 @@ SUBST_SED.pkglint+= -e s\|@DISTVER@\|${D SUBST_SED.pkglint+= -e s\|@MAKE@\|${MAKE:Q}\|g SUBST_SED.pkglint+= -e s\|@PERL@\|${PERL5:Q}\|g SUBST_SED.pkglint+= -e s\|@DATADIR@\|${PREFIX}/share/pkglint\|g +#SUBST_SED.pkglint+= -e s\|@DATADIR@\|/usr/pkgsrc/pkgtools/pkglint/files\|g # Note: This target is only intended for use by the pkglint author. .PHONY: quick-install