Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 10:07:02 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325381 - in head/x11: libXtrans xtrans
Message-ID:  <201308261007.r7QA72N0065477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Aug 26 10:07:01 2013
New Revision: 325381
URL: http://svnweb.freebsd.org/changeset/ports/325381

Log:
  Add conflicts between x11/libXtrans and x11/xtrans, they install the same
  files. [1]
  Mark x11/libXtrans as DEPRECATED, since it is obsolteted upstream, and set
  removal date one month from now.  Nothing in ports uses x11/libXtrans
  anyway.
  
  PR:		ports/181512 [1]
  Submitted by:	Gerald Pfeifer <gerald@pfeifer.com> [1]

Modified:
  head/x11/libXtrans/Makefile
  head/x11/xtrans/Makefile

Modified: head/x11/libXtrans/Makefile
==============================================================================
--- head/x11/libXtrans/Makefile	Mon Aug 26 09:47:12 2013	(r325380)
+++ head/x11/libXtrans/Makefile	Mon Aug 26 10:07:01 2013	(r325381)
@@ -10,6 +10,11 @@ MASTER_SITES=	http://xlibs.freedesktop.o
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Network API translation layer for X applications and libraries
 
+CONFLICTS=	xtrans
+
+DEPRECATED=	Project is obsoleted, use x11/xtrans instead
+EXPIRATION_DATE=2013-09-26
+
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes

Modified: head/x11/xtrans/Makefile
==============================================================================
--- head/x11/xtrans/Makefile	Mon Aug 26 09:47:12 2013	(r325380)
+++ head/x11/xtrans/Makefile	Mon Aug 26 10:07:01 2013	(r325381)
@@ -8,6 +8,8 @@ CATEGORIES=	x11
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Abstract network code for X
 
+CONFLICTS=	libXtrans
+
 LICENSE=	MIT
 
 XORG_CAT=	lib



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