Date: Thu, 5 Oct 2017 01:52:47 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451255 - in head/graphics: xpdf3 xpdf4 Message-ID: <201710050152.v951qlvi072428@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Oct 5 01:52:47 2017 New Revision: 451255 URL: https://svnweb.freebsd.org/changeset/ports/451255 Log: Register xpdf conflicts. Reported by: rodrigo Modified: head/graphics/xpdf3/Makefile (contents, props changed) head/graphics/xpdf4/Makefile (contents, props changed) Modified: head/graphics/xpdf3/Makefile ============================================================================== --- head/graphics/xpdf3/Makefile Thu Oct 5 01:03:07 2017 (r451254) +++ head/graphics/xpdf3/Makefile Thu Oct 5 01:52:47 2017 (r451255) @@ -10,6 +10,9 @@ MASTER_SITES= http://mirrors.rit.edu/zi/ \ http://komquats.com/distfiles/ .if !defined(MASTERDIR) PKGNAMESUFFIX= 3 +CONFLICTS_INSTALL= xpdf4-* xpdf-* +.else +CONFLICTS_INSTALL= xpdf4-* xpdf3-* .endif MAINTAINER= cy@FreeBSD.org Modified: head/graphics/xpdf4/Makefile ============================================================================== --- head/graphics/xpdf4/Makefile Thu Oct 5 01:03:07 2017 (r451254) +++ head/graphics/xpdf4/Makefile Thu Oct 5 01:52:47 2017 (r451255) @@ -7,6 +7,9 @@ CATEGORIES= graphics print MASTER_SITES= http://www.xpdfreader.com/dl/ .if !defined(MASTERDIR) PKGNAMESUFFIX= 4 +CONFLICTS_INSTALL= xpdf3-* xpdf-* +.else +CONFLICTS_INSTALL= xpdf3-* xpdf4-* .endif MAINTAINER= cy@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050152.v951qlvi072428>