pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix path to Perl. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2211a734d1b2
branches:  trunk
changeset: 531532:2211a734d1b2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 01 19:45:17 2007 +0000

description:
Fix path to Perl. Bump revision.

diffstat:

 devel/p5-FileKGlob/Makefile  |  6 ++++--
 math/p5-Math-Random/Makefile |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r b8620108ba14 -r 2211a734d1b2 devel/p5-FileKGlob/Makefile
--- a/devel/p5-FileKGlob/Makefile       Wed Aug 01 18:52:25 2007 +0000
+++ b/devel/p5-FileKGlob/Makefile       Wed Aug 01 19:45:17 2007 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:21 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2007/08/01 19:47:27 joerg Exp $
 #
 
 DISTNAME=      FileKGlob
 PKGNAME=       p5-FileKGlob-1.2
 SVR4_PKGNAME=  p5fkg
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
 
@@ -16,6 +16,8 @@
 WRKSRC=                        ${WRKDIR}/File
 PERL5_PACKLIST=                auto/File/KGlob/.packlist
 
+REPLACE_PERL=  KGlob.pm KGlob2RE.pm
+
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 pre-configure:
diff -r b8620108ba14 -r 2211a734d1b2 math/p5-Math-Random/Makefile
--- a/math/p5-Math-Random/Makefile      Wed Aug 01 18:52:25 2007 +0000
+++ b/math/p5-Math-Random/Makefile      Wed Aug 01 19:45:17 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:23 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2007/08/01 19:45:17 joerg Exp $
 #
 
 DISTNAME=      Math-Random-0.67
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
 
@@ -13,5 +13,7 @@
 
 PERL5_PACKLIST=        auto/Math/Random/.packlist
 
+REPLACE_PERL=  example.pl
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index