Mon Jun 17 11:25:43 2013 UTC ()
Replace a perl interpreter in an installed file. Bump PKGREVISION.


(wiz)
diff -r1.22 -r1.23 pkgsrc/security/p5-Crypt-IDEA/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/security/p5-Crypt-IDEA/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Crypt-IDEA/Makefile 2013/05/31 12:41:54 1.22
+++ pkgsrc/security/p5-Crypt-IDEA/Makefile 2013/06/17 11:25:43 1.23
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.22 2013/05/31 12:41:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2013/06/17 11:25:43 wiz Exp $
2# 
3 2
4DISTNAME= Crypt-IDEA-1.08 3DISTNAME= Crypt-IDEA-1.08
5PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
6PKGREVISION= 5 5PKGREVISION= 6
7CATEGORIES= security perl5 6CATEGORIES= security perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/ 10HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/
12COMMENT= Perl5 module for the IDEA symmetric key algorithm 11COMMENT= Perl5 module for the IDEA symmetric key algorithm
13LICENSE= idea-license 12LICENSE= idea-license
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17USE_LANGUAGES= c 16USE_LANGUAGES= c
18PERL5_PACKLIST= auto/Crypt/IDEA/.packlist 17PERL5_PACKLIST= auto/Crypt/IDEA/.packlist
 18REPLACE_PERL= IDEA.pm
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"