Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 09:20:55 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500797 - head/x11/xsel
Message-ID:  <201905040920.x449Kt25071944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May  4 09:20:55 2019
New Revision: 500797
URL: https://svnweb.freebsd.org/changeset/ports/500797

Log:
  Deprecate x11/xsel
  
  Most Linux distributions, OpenBSD, and pkgsrc provide a xsel package
  which we confusingly package as xsel-conrad, while providing an
  incompatible xsel package.  x11/xsel-conrad has a lot more features
  than x11/xsel, is more popular, and is what is expected to be xsel
  at this point in time.
  
  PR:		237413
  Approved by:	portmaster@bsdforge.com (maintainer timeout, 2 weeks)

Modified:
  head/x11/xsel/Makefile

Modified: head/x11/xsel/Makefile
==============================================================================
--- head/x11/xsel/Makefile	Sat May  4 09:01:28 2019	(r500796)
+++ head/x11/xsel/Makefile	Sat May  4 09:20:55 2019	(r500797)
@@ -12,6 +12,9 @@ COMMENT=	Access X11 selection buffer from command line
 
 LICENSE=	MIT
 
+DEPRECATED=		Abandonware; use x11/xsel-conrad instead
+EXPIRATION_DATE=	2019-05-08
+
 CONFLICTS_INSTALL=	xsel-conrad-[0-9]*
 
 USES=		tar:bzip2



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