Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 21:32:24 +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: r526177 - branches/2020Q1/mail/fetchmailconf
Message-ID:  <202002142132.01ELWO7N006887@repo.freebsd.org>

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

Log:
  MFH: r526173
  
  Unbreak. The port had been broken while fetchmail 6.3.26 had
  been removed by upstream and before mail/fetchmail had been
  updated to 6.4.x - it fetches properly.
  
  Regarding Python 3.x compatibility,
  see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244130
  
  While here, fix TARGET -> ALL_TARGET to avoid building the C stuff,
  and drop the unused obsolete distinfo file.
  
  Approved by:	ports-secteam (blanket, unbreaking broken port)

Deleted:
  branches/2020Q1/mail/fetchmailconf/distinfo
Modified:
  branches/2020Q1/mail/fetchmailconf/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/mail/fetchmailconf/Makefile
==============================================================================
--- branches/2020Q1/mail/fetchmailconf/Makefile	Fri Feb 14 21:30:24 2020	(r526176)
+++ branches/2020Q1/mail/fetchmailconf/Makefile	Fri Feb 14 21:32:23 2020	(r526177)
@@ -6,8 +6,6 @@ DISTNAME=	fetchmail-${DISTVERSIONPREFIX}${DISTVERSION}
 MAINTAINER=	chalpin@cs.wisc.edu
 COMMENT=	Python-based GUI to configure fetchmail
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
@@ -25,7 +23,7 @@ NO_ARCH=	yes
 
 GNU_CONFIGURE=	yes
 
-TARGET=		fetchmailconf
+ALL_TARGET=	fetchmailconf
 INSTALL_TARGET=	install-data-am install-nodist_binSCRIPTS install-man
 
 post-install:



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