svn commit: r526180 - head/mail/fetchmail

Matthias Andree mandree at FreeBSD.org
Fri Feb 14 22:18:57 UTC 2020


Author: mandree
Date: Fri Feb 14 22:18:57 2020
New Revision: 526180
URL: https://svnweb.freebsd.org/changeset/ports/526180

Log:
  Unbreak fetch of fetchmailconf...
  
  ...which inherits MASTER_SITES through .including fetchmail/Makefile

Modified:
  head/mail/fetchmail/Makefile

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Fri Feb 14 22:01:01 2020	(r526179)
+++ head/mail/fetchmail/Makefile	Fri Feb 14 22:18:57 2020	(r526180)
@@ -5,7 +5,7 @@ PORTNAME?=	fetchmail
 PORTVERSION=	6.4.1
 PORTREVISION=	1
 CATEGORIES=	mail
-MASTER_SITES=	SF/${PORTNAME}/branch_6.4/
+MASTER_SITES=	SF/fetchmail/branch_6.4/
 
 MAINTAINER=	chalpin at cs.wisc.edu
 COMMENT?=	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR


More information about the svn-ports-all mailing list