svn commit: r500797 - head/x11/xsel

Tobias Kortkamp tobik at FreeBSD.org
Sat May 4 09:20:56 UTC 2019


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


More information about the svn-ports-all mailing list