svn commit: r451255 - in head/graphics: xpdf3 xpdf4
Cy Schubert
cy at FreeBSD.org
Thu Oct 5 01:52:48 UTC 2017
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 at 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 at FreeBSD.org
More information about the svn-ports-head
mailing list