From owner-cvs-all@FreeBSD.ORG Thu Apr 17 23:19:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E111106564A; Thu, 17 Apr 2008 23:19:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 376F48FC1D; Thu, 17 Apr 2008 23:19:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3HNJnPK013233; Thu, 17 Apr 2008 23:19:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HNJncC013232; Thu, 17 Apr 2008 23:19:49 GMT (envelope-from edwin) Message-Id: <200804172319.m3HNJncC013232@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Apr 2008 23:19:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/ghostscript-gnu Makefile ports/print/ghostscript-gpl Makefile ports/print/teTeX-texmf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 23:19:49 -0000 edwin 2008-04-17 23:19:49 UTC FreeBSD ports repository Modified files: print/ghostscript-gnu Makefile print/ghostscript-gpl Makefile print/teTeX-texmf Makefile Log: Incorrect CONFLICTS in multiple ports. There are incorrect CONFLICTS in multiple ports. E.g.: contain two CONFLICTS= lines, the second line overrides the first one. PR: ports/122851 Submitted by: Anatoly Borodin Revision Changes Path 1.128 +2 -3 ports/print/ghostscript-gnu/Makefile 1.162 +2 -3 ports/print/ghostscript-gpl/Makefile 1.17 +2 -2 ports/print/teTeX-texmf/Makefile