svn commit: r504003 - in head: cad/gplcver databases/gtksql editors/xed games/vegastrike misc/tcb
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jun 12 06:52:53 UTC 2019
Author: bapt
Date: Wed Jun 12 06:52:51 2019
New Revision: 504003
URL: https://svnweb.freebsd.org/changeset/ports/504003
Log:
Mark as deprecated a bunch of abandonware using sys/dir.h
sys/dir.h is going to be phased out soon, so mark as deprecated non maintained
abandonware using it.
PR: 21519
Modified:
head/cad/gplcver/Makefile
head/databases/gtksql/Makefile
head/editors/xed/Makefile
head/games/vegastrike/Makefile
head/misc/tcb/Makefile
Modified: head/cad/gplcver/Makefile
==============================================================================
--- head/cad/gplcver/Makefile Wed Jun 12 06:37:47 2019 (r504002)
+++ head/cad/gplcver/Makefile Wed Jun 12 06:52:51 2019 (r504003)
@@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports at FreeBSD.org
COMMENT= Verilog HDL simulator
+DEPRECATED= Abandonware using sys/dir.h
+EXPIRATION_DATE= 2019-07-12
+
USES= tar:bzip2 gmake
BUILD_WRKSRC= ${WRKSRC}/src
Modified: head/databases/gtksql/Makefile
==============================================================================
--- head/databases/gtksql/Makefile Wed Jun 12 06:37:47 2019 (r504002)
+++ head/databases/gtksql/Makefile Wed Jun 12 06:52:51 2019 (r504003)
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-testing/${POR
MAINTAINER= ports at FreeBSD.org
COMMENT= Graphical query tool for PostgreSQL/MySQL/SQLite
+DEPRECATED= Abandonware using sys/dir.h
+EXPIRATION_DATE= 2019-07-12
+
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
Modified: head/editors/xed/Makefile
==============================================================================
--- head/editors/xed/Makefile Wed Jun 12 06:37:47 2019 (r504002)
+++ head/editors/xed/Makefile Wed Jun 12 06:52:51 2019 (r504003)
@@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Text editor for X
+DEPRECATED= Abandonware using sys/dir.h
+EXPIRATION_DATE= 2019-07-12
+
LICENSE= MIT
USES= imake tar:Z
Modified: head/games/vegastrike/Makefile
==============================================================================
--- head/games/vegastrike/Makefile Wed Jun 12 06:37:47 2019 (r504002)
+++ head/games/vegastrike/Makefile Wed Jun 12 06:52:51 2019 (r504003)
@@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Open source 3D space simulator
+DEPRECATED= Abandonware using sys/dir.h
+EXPIRATION_DATE= 2019-07-12
+
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
Modified: head/misc/tcb/Makefile
==============================================================================
--- head/misc/tcb/Makefile Wed Jun 12 06:37:47 2019 (r504002)
+++ head/misc/tcb/Makefile Wed Jun 12 06:52:51 2019 (r504003)
@@ -10,6 +10,9 @@ MASTER_SITES= SUNSITE/utils/file
MAINTAINER= ports at FreeBSD.org
COMMENT= File viewer for terminal
+DEPRECATED= Abandonware that uses sys/dir.h
+EXPIRATION_DATE= 2019-07-12
+
USES= gmake
OPTIONS_DEFINE= DOCS
More information about the svn-ports-all
mailing list