Update from version 0.06 to 0.09.
Terminate HOMEPAGE url with / Adapt PERL5_PACKLIST to what the package does. Changes: 0.09 Mon Jul 10 03:40:00 2006 * "I'm doind this as I watch the World Cup Finals" release - Add POD tests 0.08_02 Mon May 29 15:30:00 2006 - Apply patches from Boris Sukholitko. Adds "Primary As Option" and "Column Groups" features 0.08_01 Sat May 20 10:00:00 2006 - Fix typo in the sequence detection - Restructure directory structure 0.08 Sat Mar 11 17:00:00 2006 - Stop using _croak (#18093) 0.07 Thu Jan 26 03:00:00 2006 - work with PostgreSQL 8.1's new sequence display - pg_version(full_version => 1) gets you the major, minor, micro version strings - maintainer changed to Daisuke Maki
This commit is contained in:
parent
84f2766140
commit
517a9bcde4
2 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:10 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2008/07/17 14:22:44 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Class-DBI-Pg-0.06
|
||||
DISTNAME= Class-DBI-Pg-0.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Class-DBI-Pg
|
||||
HOMEPAGE= http://search.cpan.org/dist/Class-DBI-Pg/
|
||||
COMMENT= Class::DBI extension for Postgres
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Class-DBI>=0.9:../../databases/p5-Class-DBI
|
||||
|
||||
PERL5_PACKLIST= auto/Class/DBI/Pg/.packlist
|
||||
PERL5_PACKLIST= auto/Class-DBI-Pg/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:45:07 he Exp $
|
||||
$NetBSD: distinfo,v 1.2 2008/07/17 14:22:44 he Exp $
|
||||
|
||||
SHA1 (Class-DBI-Pg-0.06.tar.gz) = abe94965ae44c45dc7ab6600b43f76090521b4fd
|
||||
RMD160 (Class-DBI-Pg-0.06.tar.gz) = 2474ae8b9977750b95f0facc49839fac1f88a99b
|
||||
Size (Class-DBI-Pg-0.06.tar.gz) = 3227 bytes
|
||||
SHA1 (Class-DBI-Pg-0.09.tar.gz) = 93c33daf7487a346c8012bf151da3faa8fefd9b2
|
||||
RMD160 (Class-DBI-Pg-0.09.tar.gz) = 3a14066ff4be00259d1716b0df611993d60fdd49
|
||||
Size (Class-DBI-Pg-0.09.tar.gz) = 4959 bytes
|
||||
|
|
Loading…
Reference in a new issue