From owner-svn-ports-branches@freebsd.org Fri Feb 14 21:32:24 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6361A24344A; Fri, 14 Feb 2020 21:32:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48K66J21rrz4J3n; Fri, 14 Feb 2020 21:32:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40A4A224A; Fri, 14 Feb 2020 21:32:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01ELWOEp006888; Fri, 14 Feb 2020 21:32:24 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01ELWO7N006887; Fri, 14 Feb 2020 21:32:24 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002142132.01ELWO7N006887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 14 Feb 2020 21:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526177 - branches/2020Q1/mail/fetchmailconf X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q1/mail/fetchmailconf X-SVN-Commit-Revision: 526177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 21:32:24 -0000 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: