Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 12:16:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479891 - in head: java/netbeans-devel net/ntp-devel net/tigervnc-devel net/unison-devel net/xrdp-devel x11/tint-devel
Message-ID:  <201809161216.w8GCGrP6003986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 16 12:16:53 2018
New Revision: 479891
URL: https://svnweb.freebsd.org/changeset/ports/479891

Log:
  Deprecate dead -devel ports

Modified:
  head/java/netbeans-devel/Makefile
  head/net/ntp-devel/Makefile
  head/net/tigervnc-devel/Makefile
  head/net/unison-devel/Makefile
  head/net/xrdp-devel/Makefile
  head/x11/tint-devel/Makefile

Modified: head/java/netbeans-devel/Makefile
==============================================================================
--- head/java/netbeans-devel/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
+++ head/java/netbeans-devel/Makefile	Sun Sep 16 12:16:53 2018	(r479891)
@@ -25,6 +25,8 @@ PREFIXDIR=	${PREFIX}/netbeans-${PORTVERSION}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 IGNORE=		No development version available right now. Please use java/netbeans instead.
+DEPRECATED=	Use java/netbeans instead
+EXPIRATION_DATE=	2018-09-29
 
 post-patch:
 	@${REINPLACE_CMD} -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
+++ head/net/ntp-devel/Makefile	Sun Sep 16 12:16:53 2018	(r479891)
@@ -14,6 +14,8 @@ MAINTAINER=	cy@FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
 FORBIDDEN=	It appears the development branch of NTP is dead.
+DEPRECATED=	Use net/ntp instead
+EXPIRATION_DATE=	2018-09-29
 
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libmd5.so:www/libwww

Modified: head/net/tigervnc-devel/Makefile
==============================================================================
--- head/net/tigervnc-devel/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
+++ head/net/tigervnc-devel/Makefile	Sun Sep 16 12:16:53 2018	(r479891)
@@ -14,6 +14,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENCE.TXT
 
 IGNORE=		no development version available right now. Please use net/tigervnc instead
+DEPRECATED=	Use net/tigervnc instead
+EXPIRATION_DATE=	2018-09-29
 
 PATCH_DEPENDS=	${NONEXISTENT}:x11-servers/xorg-server:patch
 BUILD_DEPENDS=	${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \

Modified: head/net/unison-devel/Makefile
==============================================================================
--- head/net/unison-devel/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
+++ head/net/unison-devel/Makefile	Sun Sep 16 12:16:53 2018	(r479891)
@@ -16,6 +16,8 @@ COMMENT=	User-level file synchronization tool
 
 IGNORE=		No devel release available. \
 		Install net/unison which is the latest stable version.
+DEPRECATED=	Use net/unison instead
+EXPIRATION_DATE=	2018-09-29
 
 LICENSE=	GPLv3
 

Modified: head/net/xrdp-devel/Makefile
==============================================================================
--- head/net/xrdp-devel/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
+++ head/net/xrdp-devel/Makefile	Sun Sep 16 12:16:53 2018	(r479891)
@@ -16,6 +16,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 IGNORE=		no development version available right now, use net/xrdp instead
+DEPRECATED=	Use net/xrdp instead
+EXPIRATION_DATE=	2018-09-29
 
 # pulseaudio's configured source is required for audio redirection
 BUILD_DEPENDS=	${NONEXISTENT}:audio/pulseaudio:configure \

Modified: head/x11/tint-devel/Makefile
==============================================================================
--- head/x11/tint-devel/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
+++ head/x11/tint-devel/Makefile	Sun Sep 16 12:16:53 2018	(r479891)
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 CONFLICTS=	tint2-[0-9]*
 
 IGNORE=		-devel version is older than x11/tint
+DEPRECATED=	Use x11/tint instead
+EXPIRATION_DATE=	2018-09-29
 
 USES=		alias cmake pkgconfig tar:xz
 USE_GNOME=	glib20 gtk20 pango



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809161216.w8GCGrP6003986>