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.438 retrieving revision 1.459 diff -u -p -r1.438 -r1.459 --- pkgsrc/pkgtools/pkglint/Makefile 2014/01/13 01:54:52 1.438 +++ pkgsrc/pkgtools/pkglint/Makefile 2015/03/11 19:05:58 1.459 @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.438 2014/01/13 01:54:52 cheusov Exp $ +# $NetBSD: Makefile,v 1.459 2015/03/11 19:05:58 rillig Exp $ # 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.135 +PKGNAME= pkglint-4.153 CATEGORIES= pkgtools -MASTER_SITES= # none -DISTFILES= # none OWNER= wiz@NetBSD.org HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ @@ -17,10 +15,8 @@ DEPENDS+= p5-Digest-SHA1-[0-9]*:../../se DEPENDS+= p5-enum>=1.016:../../devel/p5-enum DEPENDS+= p5-pkgsrc-Dewey>=1.0:../../pkgtools/p5-pkgsrc-Dewey -BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap - -PKG_INSTALLATION_TYPES= overwrite pkgviews +#BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +#BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap WRKSRC= ${WRKDIR} NO_CHECKSUM= yes @@ -39,7 +35,7 @@ SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|/ SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|${PKGSRCDIR}\|g .endif SUBST_SED.pkglint+= -e s\|@PREFIX@\|${PREFIX}\|g -SUBST_SED.pkglint+= -e s\|@DISTVER@\|${DISTNAME:S/pkglint-//}\|g +SUBST_SED.pkglint+= -e s\|@DISTVER@\|${PKGNAME:S/pkglint-//}\|g SUBST_SED.pkglint+= -e s\|@MAKE@\|${MAKE:Q}\|g SUBST_SED.pkglint+= -e s\|@PERL@\|${PERL5:Q}\|g SUBST_SED.pkglint+= -e s\|@DATADIR@\|${FILESDIR}\|g