pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qremote



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Nov  2 10:53:04 UTC 2020

Modified Files:
        pkgsrc/mail/qremote: Makefile PLIST

Log Message:
Also install showdnsmx, as mentioned on the webpage. Ride recent import.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/qremote/Makefile \
    pkgsrc/mail/qremote/PLIST

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

Modified files:

Index: pkgsrc/mail/qremote/Makefile
diff -u pkgsrc/mail/qremote/Makefile:1.1 pkgsrc/mail/qremote/Makefile:1.2
--- pkgsrc/mail/qremote/Makefile:1.1    Mon Nov  2 10:24:58 2020
+++ pkgsrc/mail/qremote/Makefile        Mon Nov  2 10:53:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/11/02 10:24:58 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2020/11/02 10:53:04 schmonz Exp $
 
 DISTNAME=              qremote-20131231
 CATEGORIES=            mail
@@ -29,6 +29,7 @@ do-install:
        for i in qremote curvecpclient curvecpmessage rsmtp; do \
          ${INSTALL_PROGRAM} ${WRKSRC}/qmail-$${i} ${DESTDIR}${PREFIX}/bin; \
        done
+       ${INSTALL_PROGRAM} ${WRKSRC}/showdnsmx ${DESTDIR}${PREFIX}/bin
 
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/qremote/PLIST
diff -u pkgsrc/mail/qremote/PLIST:1.1 pkgsrc/mail/qremote/PLIST:1.2
--- pkgsrc/mail/qremote/PLIST:1.1       Mon Nov  2 10:24:58 2020
+++ pkgsrc/mail/qremote/PLIST   Mon Nov  2 10:53:04 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2020/11/02 10:24:58 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/11/02 10:53:04 schmonz Exp $
 bin/qmail-curvecpclient
 bin/qmail-curvecpmessage
 bin/qmail-qremote
 bin/qmail-rsmtp
+bin/showdnsmx



Home | Main Index | Thread Index | Old Index