Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 22:23:22 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r526181 - branches/2020Q1/mail/fetchmail
Message-ID:  <202002142223.01EMNMQh036854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Feb 14 22:23:22 2020
New Revision: 526181
URL: https://svnweb.freebsd.org/changeset/ports/526181

Log:
  MFH: r526180, to complement r526177 (MFH r526173)
  
  Unbreak fetch of fetchmailconf...
  
  ...which inherits MASTER_SITES through .including fetchmail/Makefile
  
  Approved by:	ports-secteam (blanket, unbreak broken port)

Modified:
  branches/2020Q1/mail/fetchmail/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/mail/fetchmail/Makefile
==============================================================================
--- branches/2020Q1/mail/fetchmail/Makefile	Fri Feb 14 22:18:57 2020	(r526180)
+++ branches/2020Q1/mail/fetchmail/Makefile	Fri Feb 14 22:23:22 2020	(r526181)
@@ -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@cs.wisc.edu
 COMMENT?=	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002142223.01EMNMQh036854>