pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dovecot24: bl file needs some dovecot->dovecot24 changes too



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Wed Feb 4 18:41:47 2026 +0100
Changeset:	1e9fd8cd4593848a9731c0eae325cccd7498f909

Modified Files:
	dovecot24/buildlink3.mk

Log Message:
dovecot24: bl file needs some dovecot->dovecot24 changes too

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e9fd8cd4593848a9731c0eae325cccd7498f909

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dovecot24/buildlink3.mk | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diffs:
diff --git a/dovecot24/buildlink3.mk b/dovecot24/buildlink3.mk
index 2ef24de09c..4b6c9c4ba0 100644
--- a/dovecot24/buildlink3.mk
+++ b/dovecot24/buildlink3.mk
@@ -1,22 +1,20 @@
 # $NetBSD: buildlink3.mk,v 1.40 2023/10/24 22:09:42 wiz Exp $
 
-BUILDLINK_TREE+=	dovecot
+BUILDLINK_TREE+=	dovecot24
 
 .if !defined(DOVECOT_BUILDLINK3_MK)
 DOVECOT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.dovecot+=		dovecot>=2.2.0
+BUILDLINK_API_DEPENDS.dovecot+=		dovecot>=2.4.0
 # must match current package version for plugins to load
-BUILDLINK_ABI_DEPENDS.dovecot+=		dovecot>=2.3.21nb1
-BUILDLINK_PKGSRCDIR.dovecot?=		../../mail/dovecot2
+BUILDLINK_ABI_DEPENDS.dovecot+=		dovecot>=2.4.0
+BUILDLINK_PKGSRCDIR.dovecot?=		../../wip/dovecot24
 
-pkgbase:=	dovecot
+pkgbase:=	dovecot24
 .include "../../mk/pkg-build-options.mk"
-.if ${PKG_BUILD_OPTIONS.dovecot:Mssl}
-.  include "../../security/openssl/buildlink3.mk"
-.endif
+.include "../../security/openssl/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .endif # DOVECOT_BUILDLINK3_MK
 
-BUILDLINK_TREE+=	-dovecot
+BUILDLINK_TREE+=	-dovecot24


Home | Main Index | Thread Index | Old Index