pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
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.
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"
Home |
Main Index |
Thread Index |
Old Index