mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Upgrade to 0.56.
This commit is contained in:
parent
7aa153fb36
commit
a76486c31c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426814
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Connector
|
||||
PORTVERSION= 0.53
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.56
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (DBIx-Connector-0.53.tar.gz) = 3c4af9fed9a09a8438a9aea4b482b6102946f719c4bf5de0fa06db7c525c18a5
|
||||
SIZE (DBIx-Connector-0.53.tar.gz) = 35777
|
||||
TIMESTAMP = 1479800255
|
||||
SHA256 (DBIx-Connector-0.56.tar.gz) = 57c08d2c1951486cb95cfb83f518f462a3dbf20d353f3eee4f46af44fa19c359
|
||||
SIZE (DBIx-Connector-0.56.tar.gz) = 36770
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/DBIx/Connector.pm
|
||||
%%SITE_PERL%%/DBIx/Connector/Driver.pm
|
||||
%%SITE_PERL%%/DBIx/Connector/Driver/Firebird.pm
|
||||
%%SITE_PERL%%/DBIx/Connector/Driver/MSSQL.pm
|
||||
%%SITE_PERL%%/DBIx/Connector/Driver/Oracle.pm
|
||||
%%SITE_PERL%%/DBIx/Connector/Driver/Pg.pm
|
||||
@ -7,6 +8,7 @@
|
||||
%%SITE_PERL%%/DBIx/Connector/Driver/mysql.pm
|
||||
%%PERL5_MAN3%%/DBIx::Connector.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Connector::Driver.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Connector::Driver::Firebird.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Connector::Driver::MSSQL.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Connector::Driver::Oracle.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Connector::Driver::Pg.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user