From owner-freebsd-x11@FreeBSD.ORG Mon Aug 26 10:10:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5485024B for ; Mon, 26 Aug 2013 10:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40D672061 for ; Mon, 26 Aug 2013 10:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7QAA15P053416 for ; Mon, 26 Aug 2013 10:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7QAA0XE053415; Mon, 26 Aug 2013 10:10:01 GMT (envelope-from gnats) Date: Mon, 26 Aug 2013 10:10:01 GMT Message-Id: <201308261010.r7QAA0XE053415@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181512: commit references a PR X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 10:10:01 -0000 The following reply was made to PR ports/181512; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181512: commit references a PR Date: Mon, 26 Aug 2013 10:07:09 +0000 (UTC) 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 [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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"