- Upgrade to 0.34.
This commit is contained in:
parent
813f69598b
commit
0dc398761c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318676
4 changed files with 15 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-QueryLog
|
||||
PORTVERSION= 0.33
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -17,7 +17,7 @@ TEST_DEPENDS= \
|
|||
p5-Class-Method-Modifiers>0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
|
||||
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= DBIx::QueryLog.3
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DBIx-QueryLog-0.33.tar.gz) = f5f27708184a98b214a6c62deda1bb3380f742cc9066203d46a41df975bcd7cd
|
||||
SIZE (DBIx-QueryLog-0.33.tar.gz) = 34684
|
||||
SHA256 (DBIx-QueryLog-0.34.tar.gz) = e46427bcbf63bc24e621f96f761676a285f2fd80eaebe42c1198f85baa146c4d
|
||||
SIZE (DBIx-QueryLog-0.34.tar.gz) = 23692
|
||||
|
|
11
databases/p5-DBIx-QueryLog/files/patch-Build.PL
Normal file
11
databases/p5-DBIx-QueryLog/files/patch-Build.PL
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Build.PL.orig 2013-05-21 08:30:37.755439420 +0900
|
||||
+++ Build.PL 2013-05-21 08:30:47.893439551 +0900
|
||||
@@ -27,7 +27,7 @@
|
||||
module_name => 'DBIx::QueryLog',
|
||||
allow_pure_perl => 0,
|
||||
|
||||
- script_files => [glob('script/*'), glob('bin/*')],
|
||||
+# script_files => [glob('script/*'), glob('bin/*')],
|
||||
|
||||
test_files => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') ? 't/ xt/' : 't/',
|
||||
recursive_test_files => 1,
|
|
@ -1,5 +1,2 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/QueryLog/.packlist
|
||||
%%SITE_PERL%%/DBIx/QueryLog.pm
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/QueryLog
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
|
|
Loading…
Reference in a new issue