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: nia
Date: Sat Nov 9 11:32:14 UTC 2019
Modified Files:
pkgsrc/mail/fetchmail: Makefile
pkgsrc/mail/fetchmailconf: Makefile
Log Message:
fetchmail: Follow HOMEPAGE redirect
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/mail/fetchmail/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/mail/fetchmailconf/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/fetchmail/Makefile
diff -u pkgsrc/mail/fetchmail/Makefile:1.189 pkgsrc/mail/fetchmail/Makefile:1.190
--- pkgsrc/mail/fetchmail/Makefile:1.189 Wed May 23 10:52:15 2018
+++ pkgsrc/mail/fetchmail/Makefile Sat Nov 9 11:32:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.189 2018/05/23 10:52:15 wiz Exp $
+# $NetBSD: Makefile,v 1.190 2019/11/09 11:32:14 nia Exp $
# Note to updaters: mail/fetchmailconf reaches over here, make sure it builds.
DISTNAME= fetchmail-6.3.26
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.fetchmail.info/
+HOMEPAGE= https://www.fetchmail.info/
COMMENT= Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
LICENSE= gnu-gpl-v1 AND gnu-gpl-v2 AND modified-bsd AND public-domain AND gnu-lgpl-v2.1
Index: pkgsrc/mail/fetchmailconf/Makefile
diff -u pkgsrc/mail/fetchmailconf/Makefile:1.102 pkgsrc/mail/fetchmailconf/Makefile:1.103
--- pkgsrc/mail/fetchmailconf/Makefile:1.102 Sat Nov 2 16:25:21 2019
+++ pkgsrc/mail/fetchmailconf/Makefile Sat Nov 9 11:32:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2019/11/02 16:25:21 rillig Exp $
+# $NetBSD: Makefile,v 1.103 2019/11/09 11:32:14 nia Exp $
DISTNAME= fetchmail-6.3.26
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.fetchmail.info/
+HOMEPAGE= https://www.fetchmail.info/
COMMENT= Configuration tool for fetchmail
DEPENDS+= ${DISTNAME}{,nb*}:../../mail/fetchmail
Home |
Main Index |
Thread Index |
Old Index