From owner-svn-ports-all@freebsd.org Fri Apr 15 16:30:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 484BBAEE4EC; Fri, 15 Apr 2016 16:30:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18F581A2B; Fri, 15 Apr 2016 16:30:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3FGU9Bg096635; Fri, 15 Apr 2016 16:30:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3FGU931096634; Fri, 15 Apr 2016 16:30:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604151630.u3FGU931096634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 15 Apr 2016 16:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413353 - head/www/rt44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 16:30:10 -0000 Author: pi Date: Fri Apr 15 16:30:09 2016 New Revision: 413353 URL: https://svnweb.freebsd.org/changeset/ports/413353 Log: www/rt44: remove CONFLICTS_INSTALL on rt3.8 PR: 208229 Submitted by: matthew Modified: head/www/rt44/Makefile Modified: head/www/rt44/Makefile ============================================================================== --- head/www/rt44/Makefile Fri Apr 15 16:28:56 2016 (r413352) +++ head/www/rt44/Makefile Fri Apr 15 16:30:09 2016 (r413353) @@ -11,7 +11,7 @@ COMMENT= RT is an industrial-grade ticke LICENSE= GPLv2 -CONFLICTS_INSTALL= rt-3.8* rt40-4.0* rt42-4.2* brlcad-[0-9]* +CONFLICTS_INSTALL= rt40-4.0* rt42-4.2* brlcad-[0-9]* NO_ARCH= yes