git: 53618c85f9db - main - databases/p5-DBIx-QueryLog: Update to 0.42
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:03:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=53618c85f9db47c3c11cc4efbe580b278a1d8efc
commit 53618c85f9db47c3c11cc4efbe580b278a1d8efc
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-17 23:47:01 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-17 23:58:44 +0000
databases/p5-DBIx-QueryLog: Update to 0.42
- Add LICENSE_FILE
- Fix indent
Changes: https://metacpan.org/dist/DBIx-QueryLog/changes
---
databases/p5-DBIx-QueryLog/Makefile | 21 +++++++++++----------
databases/p5-DBIx-QueryLog/distinfo | 5 +++--
databases/p5-DBIx-QueryLog/files/patch-Build.PL | 11 -----------
3 files changed, 14 insertions(+), 23 deletions(-)
diff --git a/databases/p5-DBIx-QueryLog/Makefile b/databases/p5-DBIx-QueryLog/Makefile
index f41694eda32c..8495f60ea4eb 100644
--- a/databases/p5-DBIx-QueryLog/Makefile
+++ b/databases/p5-DBIx-QueryLog/Makefile
@@ -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>
diff --git a/databases/p5-DBIx-QueryLog/distinfo b/databases/p5-DBIx-QueryLog/distinfo
index 68b2cbb63e4a..e380b2d015df 100644
--- a/databases/p5-DBIx-QueryLog/distinfo
+++ b/databases/p5-DBIx-QueryLog/distinfo
@@ -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
diff --git a/databases/p5-DBIx-QueryLog/files/patch-Build.PL b/databases/p5-DBIx-QueryLog/files/patch-Build.PL
deleted file mode 100644
index cd02605f6967..000000000000
--- a/databases/p5-DBIx-QueryLog/files/patch-Build.PL
+++ /dev/null
@@ -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 => {},
-