git: aa80a23dae34 - main - mail/slapd-cyrus: Update dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 12:10:28 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa80a23dae343d166608d86aeb191c2400ec4232
commit aa80a23dae343d166608d86aeb191c2400ec4232
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-20 10:50:23 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-20 12:10:08 +0000
mail/slapd-cyrus: Update dependency
- Update dependency to a more recent supported cyrus-imapd
- Add LICENSE GPLv2
- Mark DEPRECATED as last upstream release was in 2013
- Set EXPIRATION_DATE to 2023-10-20
---
mail/slapd-cyrus/Makefile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/mail/slapd-cyrus/Makefile b/mail/slapd-cyrus/Makefile
index 9385d817db9a..bec6a1911f19 100644
--- a/mail/slapd-cyrus/Makefile
+++ b/mail/slapd-cyrus/Makefile
@@ -1,6 +1,6 @@
PORTNAME= slapd-cyrus
PORTVERSION= 1.00
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail net
MASTER_SITES= SF/${PORTNAME}
DISTNAME= Slapd-Backend-Cyrus-${PORTVERSION}
@@ -9,7 +9,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Slapd backend to translate DIT into Cyrus configuration
WWW= http://slapd-cyrus.sourceforge.net
-BUILD_DEPENDS= cyrus-imapd24>=0:mail/cyrus-imapd24 \
+LICENSE= GPLv2 # Mentioned in WWW
+
+DEPRECATED= Last upstream release was in 2013
+EXPIRATION_DATE= 2023-10-20
+
+BUILD_DEPENDS= cyrus-imapd25>=0:mail/cyrus-imapd25 \
p5-BerkeleyDB>=0:databases/p5-BerkeleyDB \
p5-Class-Accessor-Lvalue>=0:devel/p5-Class-Accessor-Lvalue \
p5-IO-String>=0:devel/p5-IO-String \