From owner-svn-ports-head@freebsd.org Mon Jan 29 15:09:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6332FECC3C5; Mon, 29 Jan 2018 15:09:56 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18F0677768; Mon, 29 Jan 2018 15:09:56 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 11B8A17A30; Mon, 29 Jan 2018 15:09:56 +0000 (UTC) Date: Mon, 29 Jan 2018 15:09:56 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r460298 - in head: audio/amp devel/adime devel/afay devel/alabastra devel/alf devel/boaconstructor devel/cstringbuffer devel/dotconf++ Message-ID: <20180129150955.GA31811@FreeBSD.org> References: <201801291256.w0TCu0Q5035974@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201801291256.w0TCu0Q5035974@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 15:09:56 -0000 On Mon, Jan 29, 2018 at 12:56:00PM +0000, Baptiste Daroussin wrote: > New Revision: 460298 > URL: https://svnweb.freebsd.org/changeset/ports/460298 > > Log: > Deprecate some abandonware > > Modified: head/audio/amp/Makefile > @@ -10,6 +10,9 @@ MASTER_SITES= http://www.gufi.org/ports/ > MAINTAINER= ports@FreeBSD.org > COMMENT= Another mp3 player > > +DEPRECATED= No more upstream > +EXPIRATION_DATE= 2018-03-01 That's a fairly valid reason. > +++ head/devel/adime/Makefile Mon Jan 29 12:56:00 2018 (r460298) > @@ -12,6 +12,9 @@ COMMENT= Generate Allegro dialogs in a simple way > > LIB_DEPENDS= liballeg.so:devel/allegro > > +DEPRECATED= Abandonware, not used in the ports tree > +EXPIRATION_DATE= 2018-03-01 Per COMMENT, this does not look like a leaf port, so also OK I guess. > +++ head/devel/afay/Makefile Mon Jan 29 12:56:00 2018 (r460298) > @@ -11,6 +11,9 @@ DISTNAME= afay_thiberlog_${PORTVERSION} > MAINTAINER= ports@FreeBSD.org > COMMENT= Improved aflex and ayacc Ada 95 scanner and parser generators > > +DEPRECATED= Abandonware, not used in the ports tree > +EXPIRATION_DATE= 2018-03-01 Ditto. > +++ head/devel/alabastra/Makefile Mon Jan 29 12:56:00 2018 (r460298) > @@ -11,6 +11,9 @@ DISTNAME= Alabastra-${PORTVERSION} > MAINTAINER= ports@FreeBSD.org > COMMENT= C++ editor written with Qt 4 > > +DEPRECATED= Abandonware, not used in the ports tree > +EXPIRATION_DATE= 2018-03-01 This is a leaf port: the fact that it's not used in the ports tree is not relevant. It also fetches, builds, and runs fine. Why deprecate it? > +++ head/devel/alf/Makefile Mon Jan 29 12:56:00 2018 (r460298) > @@ -10,6 +10,9 @@ MASTER_SITES= SF/largefiles/largefiles/${PORTNAME}-${P > MAINTAINER= ports@FreeBSD.org > COMMENT= Abstract Large File > > +DEPRECATED= Abandonware, unused in the ports tree > +EXPIRATION_DATE= 2018-03-01 Hard to tell, but reading the pkg-descr (library for writing files that can be larger than 2GB or contain holes on systems that don't natively support one or both properties), which FreeBSD does, this deprecation looks justified. > +++ head/devel/dotconf++/Makefile Mon Jan 29 12:56:00 2018 (r460298) > @@ -11,6 +11,9 @@ MASTER_SITES= SF \ > MAINTAINER= ports@FreeBSD.org > COMMENT= Configuration file parser written in C++ > > +DEPRECATED= No upstream, not depend on in the ports tree > +EXPIRATION_DATE= 2018-03-01 It fetches and builds fine, and still can be useful from its pkg-descr. Deprecation looks uncalled for. ./danfe