- Upgrade to 0.0732.
This commit is contained in:
parent
54a8b9f872
commit
29df36ecb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266884
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DBIx-Skinny
|
||||
PORTVERSION= 0.0729
|
||||
PORTVERSION= 0.0732
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -18,7 +18,9 @@ RUN_DEPENDS= \
|
|||
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||
p5-Class-Accessor-Lite>0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-DBIx-TransactionManager>=1.02:${PORTSDIR}/databases/p5-DBIx-TransactionManager \
|
||||
p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -36,7 +38,6 @@ MAN3= DBIx::Skinny.3 \
|
|||
DBIx::Skinny::Profiler::Trace.3 \
|
||||
DBIx::Skinny::Row.3 \
|
||||
DBIx::Skinny::SQL.3 \
|
||||
DBIx::Skinny::Schema.3 \
|
||||
DBIx::Skinny::Transaction.3
|
||||
DBIx::Skinny::Schema.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DBIx-Skinny-0.0729.tar.gz) = ffcbc12671c8d902a7aec4e41eccdd6b6471e76d5350b81c2f537b19fd38259e
|
||||
SIZE (DBIx-Skinny-0.0729.tar.gz) = 76425
|
||||
SHA256 (DBIx-Skinny-0.0732.tar.gz) = 2395965ef6b00b12b9872e3de2ee25aa09974693753d31a131df91e70f8ccbf9
|
||||
SIZE (DBIx-Skinny-0.0732.tar.gz) = 76749
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
%%SITE_PERL%%/DBIx/Skinny/SQL.pm
|
||||
%%SITE_PERL%%/DBIx/Skinny/SQL/Oracle.pm
|
||||
%%SITE_PERL%%/DBIx/Skinny/Schema.pm
|
||||
%%SITE_PERL%%/DBIx/Skinny/Transaction.pm
|
||||
@dirrm %%SITE_PERL%%/DBIx/Skinny/SQL
|
||||
@dirrm %%SITE_PERL%%/DBIx/Skinny/Profiler
|
||||
@dirrm %%SITE_PERL%%/DBIx/Skinny/Manual/JA
|
||||
|
|
Loading…
Reference in a new issue