summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DBx-Garden-Catalyst/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-12-20 16:12:47 +0000
committerhe <he@pkgsrc.org>2008-12-20 16:12:47 +0000
commit8bff0926802fe6cd7ee11cafbe1845a2a8adaed7 (patch)
tree603c5721d3f266195ff767c56b7960276f3567d9 /databases/p5-Rose-DBx-Garden-Catalyst/Makefile
parentd62bb247652a5cfb91cb7a1cb1a072fb0320c449 (diff)
downloadpkgsrc-8bff0926802fe6cd7ee11cafbe1845a2a8adaed7.tar.gz
Updte from version 0.12 to 0.13.
Pkgsrc changes: o Fix the problem with the sqlite3-using regression test properly; apparently sqlite3 thinks it's an error to drop a nonexistent table. This is a follow-up on CPAN ticket #41769. o Adapt substitution pattern for sqlite3 after upstream change. o Add dependency on p5-IPC-Cmd, as per upstream change. Upstream changes: 0.13 16 Dec 2008 * fixes for Perl 5.10 File::Copy * use IPC::Cmd::run to create db in t/lib/MyDB.pm
Diffstat (limited to 'databases/p5-Rose-DBx-Garden-Catalyst/Makefile')
-rw-r--r--databases/p5-Rose-DBx-Garden-Catalyst/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile
index 4705120789a..10eab3205c0 100644
--- a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile
+++ b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/12/17 01:45:44 he Exp $
+# $NetBSD: Makefile,v 1.4 2008/12/20 16:12:47 he Exp $
-DISTNAME= Rose-DBx-Garden-Catalyst-0.12
+DISTNAME= Rose-DBx-Garden-Catalyst-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -35,12 +35,13 @@ DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
# For tests:
BUILD_DEPENDS+= sqlite3>=0:../../databases/sqlite3
+BUILD_DEPENDS+= p5-IPC-Cmd>=0:../../devel/p5-IPC-Cmd
SUBST_CLASSES+= sqlite3
SUBST_MESSAGE.sqlite3= Fixing sqlite3-using test
SUBST_STAGE.sqlite3= post-configure
SUBST_FILES.sqlite3= t/lib/MyDB.pm
-SUBST_SED.sqlite3= -e "s!system(\"sqlite3!system(\"${PREFIX}/bin/sqlite3!"
+SUBST_SED.sqlite3= -e "s!\"sqlite3!\"${PREFIX}/bin/sqlite3!"
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Rose/DBx/Garden/Catalyst/.packlist