Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=A//RfF3W; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sb1Az/2q Received: by mail.netbsd.org (Postfix, from userid 605) id 5F9D784F08; Thu, 18 Apr 2024 06:53:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713423197; bh=dkxTJVYC5dF1RKufCDFE2iSnV47ToL18IM34nvOKxPM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=A//RfF3WdEkOViMi343IVrZ70OJRyQHjS6eoUjHuuTsm4KPF8PCeCiGHnEm/kozd6 UYxvzUMLznL2IWXceNd6Fum8enzNkmIKTeF27ZIDcum4enIXcGwfPnu6rRtgduQjBC dC8SM7Y1qYZxWFujeNIvI5/LVUK9fvqaDjxjrNO8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F69D84F07 for ; Thu, 18 Apr 2024 06:53:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JQj56jBGlutA for ; Thu, 18 Apr 2024 06:53:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C485984D27 for ; Thu, 18 Apr 2024 06:53:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713423195; bh=dkxTJVYC5dF1RKufCDFE2iSnV47ToL18IM34nvOKxPM=; h=Date:From:Subject:To:Reply-To; b=sb1Az/2qu1k4yWpKE3/X8SgRwOOdA+1RWLBtjgQZjdmCP0v9keBILcfVq9HgmpCMn RVidlN5MRQ/cbTH7c79M9AAWUVZLERhEtJ+Fia3G88nn7T165Q49IIUhegmOYMJDvX mvs8StGwfS+YxZza+d62qTh+M+FYiuYsZSWYA8xU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B68F0FA2C; Thu, 18 Apr 2024 06:53:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713423195151700" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 06:53:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240418065315.B68F0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713423195151700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 18 06:53:15 UTC 2024 Modified Files: pkgsrc/mail/courier-imap: Makefile pkgsrc/mail/courier-mta: Makefile Log Message: courier*: uses realpath during installation, add it to tools To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/mail/courier-imap/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/mail/courier-mta/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713423195151700 Content-Disposition: inline Content-Length: 1465 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/courier-imap/Makefile diff -u pkgsrc/mail/courier-imap/Makefile:1.93 pkgsrc/mail/courier-imap/Makefile:1.94 --- pkgsrc/mail/courier-imap/Makefile:1.93 Mon Feb 12 21:36:08 2024 +++ pkgsrc/mail/courier-imap/Makefile Thu Apr 18 06:53:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2024/02/12 21:36:08 hans Exp $ +# $NetBSD: Makefile,v 1.94 2024/04/18 06:53:15 wiz Exp $ DISTNAME= courier-imap-5.2.6 PKGREVISION= @@ -11,7 +11,7 @@ HOMEPAGE= https://www.courier-mta.org/im DEPENDS+= courier-maildir>=1.3.5:../../mail/courier-maildir DEPENDS+= couriertcpd>=1.3.5:../../net/couriertcpd -USE_TOOLS+= env gmake perl +USE_TOOLS+= env gmake perl realpath USE_LANGUAGES= c c++ USE_LIBTOOL= yes Index: pkgsrc/mail/courier-mta/Makefile diff -u pkgsrc/mail/courier-mta/Makefile:1.67 pkgsrc/mail/courier-mta/Makefile:1.68 --- pkgsrc/mail/courier-mta/Makefile:1.67 Sat Mar 16 14:23:28 2024 +++ pkgsrc/mail/courier-mta/Makefile Thu Apr 18 06:53:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2024/03/16 14:23:28 tm Exp $ +# $NetBSD: Makefile,v 1.68 2024/04/18 06:53:15 wiz Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/-mta-/} @@ -17,7 +17,7 @@ DEPENDS+= maildrop>=2.5.0:../../mail/mai DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 DEPENDS+= wget-[0-9]*:../../net/wget -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run realpath USE_LANGUAGES= c c++ .include "Makefile.common" --_----------=_1713423195151700--