diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
commit | 637b3d75f32e388a128f41aa2d3db1522511c43c (patch) | |
tree | da45bc610b895baaaec7e5627ae6fc549ed3528c /news | |
parent | www/wt: update to 4.1.1 (diff) |
Deprecate a few ports
Notes
Notes:
svn path=/head/; revision=512125
Diffstat (limited to 'news')
-rw-r--r-- | news/newscache/Makefile | 2 | ||||
-rw-r--r-- | news/nntpbtr/Makefile | 2 | ||||
-rw-r--r-- | news/slrnconf/Makefile | 2 | ||||
-rw-r--r-- | news/xpn/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 8e4ae1f098af..f9b8c1d42691 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= NewsCache is a free cache server for USENET News BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 LIB_DEPENDS= libsocket++.so:net/libsocket++ diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile index 0901619d4c0b..0e8c56ea72a2 100644 --- a/news/nntpbtr/Makefile +++ b/news/nntpbtr/Makefile @@ -10,6 +10,8 @@ MAINTAINER= dk@farm.org COMMENT= NNTP bulk transfer BROKEN= No more public distfiles +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 USES= tar:Z PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz diff --git a/news/slrnconf/Makefile b/news/slrnconf/Makefile index 931bbfa38d0c..edd2b1bba6ac 100644 --- a/news/slrnconf/Makefile +++ b/news/slrnconf/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent diff --git a/news/xpn/Makefile b/news/xpn/Makefile index 06b721c203f9..52f230df6fe1 100644 --- a/news/xpn/Makefile +++ b/news/xpn/Makefile @@ -13,6 +13,8 @@ COMMENT= X Python Newsreader LICENSE= GPLv2 BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>=2.24.0:x11-toolkits/py-gtk2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.9:databases/py-sqlite3@${PY_FLAVOR} |