diff options
author | sno <sno> | 2009-03-10 17:38:24 +0000 |
---|---|---|
committer | sno <sno> | 2009-03-10 17:38:24 +0000 |
commit | f4bbf2e74a478ac9d0cde430f745a7d91809f1af (patch) | |
tree | c35a4426bad7d95b54a9067b3e3cce6908e97f74 /databases | |
parent | 23d58f2563c984217128be384d6038159ec1c60c (diff) | |
download | pkgsrc-f4bbf2e74a478ac9d0cde430f745a7d91809f1af.tar.gz |
PkgSrc changes:
- Updating module to 1.20
Upstream changes:
Version 1.20, released March 5th, 2009
------------------------------------------
* Fixed Makefile in MANIFEST (reported by Havard Eidnes in RT #43586)
* Fixed invalid label FETCHROW used (reported by Michael in RT #42982)
* separated update_one_row and update_specific_row method names for tables
to avoid confusion
Auto-Oked by rhaen@, because I maintain the CPAN module
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-SQL-Statement/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-SQL-Statement/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile index 937516a288e..e8022fc92b2 100644 --- a/databases/p5-SQL-Statement/Makefile +++ b/databases/p5-SQL-Statement/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2009/02/25 21:06:00 sno Exp $ +# $NetBSD: Makefile,v 1.27 2009/03/10 17:38:24 sno Exp $ # -DISTNAME= SQL-Statement-1.19 +DISTNAME= SQL-Statement-1.20 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sqs CATEGORIES= databases perl5 @@ -11,10 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/ COMMENT= Small, abstract SQL engine -DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone -DEPENDS+= p5-Params-Util>=0.35:../../devel/p5-Params-Util -DEPENDS+= p5-Test-Simple>=0.86:../../devel/p5-Test-Simple - PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Test-Simple>=0.86:../../devel/p5-Test-Simple @@ -23,5 +19,8 @@ DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone PERL5_PACKLIST= auto/SQL/Statement/.packlist +pre-configure: + cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-SQL-Statement/distinfo b/databases/p5-SQL-Statement/distinfo index 4bc35188376..2f4e6a6511e 100644 --- a/databases/p5-SQL-Statement/distinfo +++ b/databases/p5-SQL-Statement/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/02/24 20:44:54 he Exp $ +$NetBSD: distinfo,v 1.12 2009/03/10 17:38:24 sno Exp $ -SHA1 (SQL-Statement-1.19.tar.gz) = 102c292f7173b44d739e24abe1ac9bbee42f79ef -RMD160 (SQL-Statement-1.19.tar.gz) = 84703efa17e4495fa256738db5df7f574b21b2b8 -Size (SQL-Statement-1.19.tar.gz) = 117823 bytes +SHA1 (SQL-Statement-1.20.tar.gz) = 795585cc075fd9e128c951a636c94a41333656b2 +RMD160 (SQL-Statement-1.20.tar.gz) = 7864d380001e18e3d7dbca2309aab9e84d7e1179 +Size (SQL-Statement-1.20.tar.gz) = 92966 bytes |