svn commit: r526177 - branches/2020Q1/mail/fetchmailconf
Matthias Andree
mandree at FreeBSD.org
Fri Feb 14 21:32:24 UTC 2020
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 at 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:
More information about the svn-ports-all
mailing list