p5-Tie-DBI: update to 1.08.
1.08 Sat Jan 18 2020 Todd Rinaldo Switch testing to github actions update MANIFEST and .gitignorew Switch to github issues 1.07 Tue Apr 12 2016 Todd Rinaldo Stop using vars in favor of ours Add Travis support Debian QA tool tidy fix Apply Perl::Tidy 20150815 and track .perltidyrc Fixes RT 104338 - prepare fails when a question mark appears in a text field Add an explicit minimum version of perl supported Add warnings.
This commit is contained in:
parent
21cbc2049b
commit
6f263c527b
2 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2020/08/31 18:07:08 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.17 2020/09/06 22:11:48 wiz Exp $
|
||||
|
||||
DISTNAME= Tie-DBI-1.06
|
||||
DISTNAME= Tie-DBI-1.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
|
||||
|
||||
|
@ -12,6 +10,8 @@ HOMEPAGE= https://metacpan.org/release/Tie-DBI
|
|||
COMMENT= Tie hashes to DBI relational databases
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
|
||||
|
||||
ALL_ENV+= DBI_DSN=dbi:DBM:dbm_mldbm=Storable
|
||||
|
||||
PERL5_PACKLIST= auto/Tie/DBI/.packlist
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2017/04/26 12:46:27 mef Exp $
|
||||
$NetBSD: distinfo,v 1.5 2020/09/06 22:11:48 wiz Exp $
|
||||
|
||||
SHA1 (Tie-DBI-1.06.tar.gz) = bddfa88a4f9628b8dc9fd67c8574c7846304cb22
|
||||
RMD160 (Tie-DBI-1.06.tar.gz) = 1cd36982507017641b1a7d8f78fe1f0c38be4c4f
|
||||
SHA512 (Tie-DBI-1.06.tar.gz) = a501505532c2bf3ccbe8a93d36904b39bd15ee3c75df70317862555c623902ab4cb88dd3712ffc2e37171a59fe1351bf95a1a59bb7ad8d9e726d2d367623fdb2
|
||||
Size (Tie-DBI-1.06.tar.gz) = 24951 bytes
|
||||
SHA1 (Tie-DBI-1.08.tar.gz) = 48320d14f1e09351ae358b8f15ad6357b8399080
|
||||
RMD160 (Tie-DBI-1.08.tar.gz) = 2c416557c1e9baf148b2d6bc0e01b8b6deaebd1a
|
||||
SHA512 (Tie-DBI-1.08.tar.gz) = 9a66d5c6dbdcbb7f6afbc77cfd28246243e2544371d971f3234a107f2e61c89ce2addc1f6dfc1821603eaab768464cc02fa6a2f5438c20fbea65a9742259a989
|
||||
Size (Tie-DBI-1.08.tar.gz) = 31012 bytes
|
||||
|
|
Loading…
Reference in a new issue