Sun Sep 20 13:05:21 2009 UTC ()
Updating databases/p5-DBD-PgPP 0.06 to 0.07

pkgsrc changes:
  - Adding license definition

Upstream changes:
0.07  Sat Aug 29 13:17:21 UTC 2009
    - RT#48919: Allow quoting strings containing \0 (not that doing so is
      very useful, but there's not much I can do about that).


(sno)
diff -r1.5 -r1.6 pkgsrc/databases/p5-DBD-PgPP/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/p5-DBD-PgPP/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/databases/p5-DBD-PgPP/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-PgPP/Makefile 2009/05/19 08:59:06 1.5
+++ pkgsrc/databases/p5-DBD-PgPP/Makefile 2009/09/20 13:05:21 1.6
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2009/09/20 13:05:21 sno Exp $
2# 2#
3 3
4DISTNAME= DBD-PgPP-0.06 4DISTNAME= DBD-PgPP-0.07
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= databases 6CATEGORIES= databases
7MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ 7MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/
8 8
9MAINTAINER= ficovh@yahoo.com 9MAINTAINER= ficovh@yahoo.com
10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ 10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/
11COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI 11COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI
12LICENSE= artistic-2.0 # OR gnu-gpl-v2+ 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16PERL5_PACKLIST= auto/DBD/PgPP/.packlist 16PERL5_PACKLIST= auto/DBD/PgPP/.packlist
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.59 19BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.59
20 20
21.include "../../databases/p5-DBI/buildlink3.mk" 21.include "../../databases/p5-DBI/buildlink3.mk"
22.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/databases/p5-DBD-PgPP/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-PgPP/distinfo 2009/04/24 14:59:28 1.2
+++ pkgsrc/databases/p5-DBD-PgPP/distinfo 2009/09/20 13:05:21 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/04/24 14:59:28 sno Exp $ 1$NetBSD: distinfo,v 1.3 2009/09/20 13:05:21 sno Exp $
2 2
3SHA1 (DBD-PgPP-0.06.tar.gz) = 664c1830ab2af2262a61f82f57ae82937af2dd1b 3SHA1 (DBD-PgPP-0.07.tar.gz) = e2cf585f81f2364ce2279156063ffedf70f9ab56
4RMD160 (DBD-PgPP-0.06.tar.gz) = 0aafe44fd3fda67f73229967a60e33d5e203cba2 4RMD160 (DBD-PgPP-0.07.tar.gz) = 2721b044af04cb851b09b60e5e094a6a03440ae6
5Size (DBD-PgPP-0.06.tar.gz) = 25369 bytes 5Size (DBD-PgPP-0.07.tar.gz) = 25121 bytes