databases/p5-DBIx-QueryLog: Update to 0.42

- Add LICENSE_FILE
- Fix indent

Changes:	https://metacpan.org/dist/DBIx-QueryLog/changes
This commit is contained in:
Po-Chuan Hsieh 2022-04-18 07:47:01 +08:00
parent 18fbbe555c
commit 53618c85f9
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 14 additions and 23 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= DBIx-QueryLog
PORTVERSION= 0.41
PORTVERSION= 0.42
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -9,18 +9,19 @@ COMMENT= Perl extension for logging queries for DBI
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-DBI>0:databases/p5-DBI \
p5-Text-ASCIITable>0:textproc/p5-Text-ASCIITable
TEST_DEPENDS= \
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers \
p5-Test-Requires>0:devel/p5-Test-Requires
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \
p5-Text-ASCIITable>=0:textproc/p5-Text-ASCIITable
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires
USES= perl5
USE_PERL5= modbuild
NO_ARCH= YES
USE_PERL5= modbuildtiny
NO_ARCH= yes
post-patch:
@${RM} -r ${WRKSRC}/script/
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (DBIx-QueryLog-0.41.tar.gz) = 20a0c13a3d1c75594b4f729b7c986487cec9677ebb80360abe0871a8fc66cb99
SIZE (DBIx-QueryLog-0.41.tar.gz) = 24967
TIMESTAMP = 1650228982
SHA256 (DBIx-QueryLog-0.42.tar.gz) = 4f09674d7a2888b8c621f32b7b104aba80b7c88ae83b4855c712d31e49a532f5
SIZE (DBIx-QueryLog-0.42.tar.gz) = 24689

View file

@ -1,11 +0,0 @@
--- Build.PL.orig 2014-11-20 15:07:02.244462087 +0900
+++ Build.PL 2014-11-20 15:07:18.822650963 +0900
@@ -25,7 +25,7 @@
module_name => 'DBIx::QueryLog',
allow_pureperl => 0,
- script_files => [glob('script/*'), glob('bin/*')],
+# script_files => [glob('script/*'), glob('bin/*')],
c_source => [qw()],
PL_files => {},