[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkglint

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

Diff for /pkgsrc/pkgtools/pkglint/Makefile between version 1.382 and 1.420

version 1.382, 2009/09/15 08:16:24 version 1.420, 2012/10/03 21:57:15
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       pkglint-4.91  # 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.125
   PKGREVISION=    1
 CATEGORIES=     pkgtools  CATEGORIES=     pkgtools
 MASTER_SITES=   # none  MASTER_SITES=   # none
 DISTFILES=      # none  DISTFILES=      # none
   
 MAINTAINER=     rillig@NetBSD.org  OWNER=          wiz@NetBSD.org
 HOMEPAGE=       http://www.NetBSD.org/docs/pkgsrc/  HOMEPAGE=       http://www.NetBSD.org/docs/pkgsrc/
 COMMENT=        Verifier for NetBSD packages  COMMENT=        Verifier for NetBSD packages
   
Line 15  DEPENDS+= p5-enum>=1.016:../../devel/p5-
Line 19  DEPENDS+= p5-enum>=1.016:../../devel/p5-
 DEPENDS+=       p5-pkgsrc-Dewey>=1.0:../../pkgtools/p5-pkgsrc-Dewey  DEPENDS+=       p5-pkgsrc-Dewey>=1.0:../../pkgtools/p5-pkgsrc-Dewey
   
 PKG_INSTALLATION_TYPES= overwrite pkgviews  PKG_INSTALLATION_TYPES= overwrite pkgviews
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 WRKSRC=         ${WRKDIR}  WRKSRC=         ${WRKDIR}
   NO_CHECKSUM=    yes
 NO_BUILD=       yes  NO_BUILD=       yes
 USE_LANGUAGES=  # none  USE_LANGUAGES=  # none
 AUTO_MKDIRS=    yes  AUTO_MKDIRS=    yes
Line 38  SUBST_SED.pkglint+= -e s\|@DISTVER@\|${D
Line 42  SUBST_SED.pkglint+= -e s\|@DISTVER@\|${D
 SUBST_SED.pkglint+=     -e s\|@MAKE@\|${MAKE:Q}\|g  SUBST_SED.pkglint+=     -e s\|@MAKE@\|${MAKE:Q}\|g
 SUBST_SED.pkglint+=     -e s\|@PERL@\|${PERL5: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@\|${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.  # Note: This target is only intended for use by the pkglint author.
 .PHONY: quick-install  .PHONY: quick-install

Legend:
Removed from v.1.382  
changed lines
  Added in v.1.420

CVSweb <webmaster@jp.NetBSD.org>