svn commit: r526173 - head/mail/fetchmailconf

Matthias Andree mandree at FreeBSD.org
Fri Feb 14 21:18:49 UTC 2020


Author: mandree
Date: Fri Feb 14 21:18:48 2020
New Revision: 526173
URL: https://svnweb.freebsd.org/changeset/ports/526173

Log:
  Unbreak. Un-deprecate due to PR 244130.
  
  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: (blanket, unbreak a port)

Deleted:
  head/mail/fetchmailconf/distinfo
Modified:
  head/mail/fetchmailconf/Makefile

Modified: head/mail/fetchmailconf/Makefile
==============================================================================
--- head/mail/fetchmailconf/Makefile	Fri Feb 14 21:12:31 2020	(r526172)
+++ head/mail/fetchmailconf/Makefile	Fri Feb 14 21:18:48 2020	(r526173)
@@ -6,9 +6,8 @@ DISTNAME=	fetchmail-${DISTVERSIONPREFIX}${DISTVERSION}
 MAINTAINER=	chalpin at cs.wisc.edu
 COMMENT=	Python-based GUI to configure fetchmail
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken, uses EOLed python27
-EXPIRATION_DATE=	2020-02-19
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244130 has an update to get it
+# compatible to Python 3.
 
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
@@ -27,7 +26,7 @@ NO_ARCH=	yes
 
 GNU_CONFIGURE=	yes
 
-TARGET=		fetchmailconf
+ALL_TARGET=	fetchmailconf
 INSTALL_TARGET=	install-data-am install-nodist_binSCRIPTS install-man
 
 post-install:


More information about the svn-ports-all mailing list