pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI Fix path to Perl. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a9d64b57dbd
branches:  trunk
changeset: 531400:1a9d64b57dbd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jul 29 16:39:43 2007 +0000

description:
Fix path to Perl. Bump revision.

diffstat:

 databases/p5-DBI/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 239ba5a77fb6 -r 1a9d64b57dbd databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Sun Jul 29 16:26:08 2007 +0000
+++ b/databases/p5-DBI/Makefile Sun Jul 29 16:39:43 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2007/06/09 23:23:07 abs Exp $
+# $NetBSD: Makefile,v 1.38 2007/07/29 16:39:43 joerg Exp $
 
 DISTNAME=      DBI-1.56
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 SVR4_PKGNAME=  p5dbi
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -10,6 +11,8 @@
 HOMEPAGE=      http://dbi.perl.org/
 COMMENT=       The database-independent Perl database access API
 
+REPLACE_PERL=  goferperf.pl
+
 # Tests need Test::More
 BUILD_DEPENDS+=                p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
 



Home | Main Index | Thread Index | Old Index