From owner-svn-ports-all@freebsd.org Fri Feb 14 21:18:49 2020 Return-Path: Delivered-To: svn-ports-all@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 465BA242E06; Fri, 14 Feb 2020 21:18:49 +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 48K5pd12zyz4Gpl; Fri, 14 Feb 2020 21:18:49 +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 1EEEC1E70; Fri, 14 Feb 2020 21:18:49 +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 01ELImEI094668; Fri, 14 Feb 2020 21:18:48 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01ELImuv094667; Fri, 14 Feb 2020 21:18:48 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002142118.01ELImuv094667@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:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526173 - head/mail/fetchmailconf X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/mail/fetchmailconf X-SVN-Commit-Revision: 526173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 21:18:49 -0000 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@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: