git: c5b3042655a6 - main - www/rt50: Update DBIx::SearchBuilder dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Sep 2022 15:27:48 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c5b3042655a6485e9e5e62fb24a13b83387ca495
commit c5b3042655a6485e9e5e62fb24a13b83387ca495
Author: David Siebörger <drs-freebsd@sieborger.nom.za>
AuthorDate: 2022-09-23 15:23:29 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-09-23 15:27:24 +0000
www/rt50: Update DBIx::SearchBuilder dependency
RT 5.0.3 requires DBIx::SearchBuilder 1.71
PR: 265584
---
www/rt50/Makefile.cpan | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/rt50/Makefile.cpan b/www/rt50/Makefile.cpan
index 677d9b1ef77e..0e70d034966b 100644
--- a/www/rt50/Makefile.cpan
+++ b/www/rt50/Makefile.cpan
@@ -23,7 +23,7 @@
### DateTime::Format::Natural 0.67
### DateTime::Locale 0.40
### DBI 1.37
-### DBIx::SearchBuilder 1.68
+### DBIx::SearchBuilder 1.71
### Devel::GlobalDestruction
### Devel::StackTrace 1.19
### Digest::base perl std
@@ -106,7 +106,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \
p5-Convert-Color>0:graphics/p5-Convert-Color \
p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish \
p5-DBI>=1.37:databases/p5-DBI \
- p5-DBIx-SearchBuilder>=1.68:databases/p5-DBIx-SearchBuilder \
+ p5-DBIx-SearchBuilder>=1.71:databases/p5-DBIx-SearchBuilder \
p5-Data-GUID>0:devel/p5-Data-GUID \
p5-Data-ICal>0:deskutils/p5-Data-ICal \
p5-Data-Page-Pageset>0:devel/p5-Data-Page-Pageset \