svn commit: r460298 - in head: audio/amp devel/adime devel/afay devel/alabastra devel/alf devel/boaconstructor devel/cstringbuffer devel/dotconf++

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jan 29 15:09:56 UTC 2018


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 at 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 at 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 at 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 at 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 at 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


More information about the svn-ports-all mailing list