Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 22:18:57 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526180 - head/mail/fetchmail
Message-ID:  <202002142218.01EMIvwv031057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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?202002142218.01EMIvwv031057>