Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2008 01:14:50 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123743: [MAINTAINER] graphics/uniconvertor, editors/yudit: add mutual CONFLICTS
Message-ID:  <20080516211450.2ACC71702D@hades.panopticon>
Resent-Message-ID: <200805162120.m4GLK1if091678@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123743
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/uniconvertor, editors/yudit: add mutual CONFLICTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 16 21:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Apr 25 11:18:45 MSD 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Add mutual conflicts to graphics/uniconvertor and editors/yudit: both install bin/uniconv

Reported by: Andresen, Jason R. <jandrese at mitre dot org>
         PR: ports/123736
>How-To-Repeat:
>Fix:

--- uniconvertor.patch begins here ---
diff -ruN uniconvertor.orig/Makefile uniconvertor/Makefile
--- uniconvertor.orig/Makefile	2008-05-17 00:42:36.000000000 +0400
+++ uniconvertor/Makefile	2008-05-17 01:06:47.000000000 +0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	uniconvertor
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	http://sk1project.org/downloads/uniconvertor/v${PORTVERSION}/ \
 		http://www.amdmi3.ru/distfiles/
@@ -14,6 +15,8 @@
 MAINTAINER=	amdmi3@amdmi3.ru
 COMMENT=	Universal vector graphics translator
 
+CONFLICTS=	yudit-[0-9]*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
--- uniconvertor.patch ends here ---

--- yudit.patch begins here ---
diff -ruN yudit.orig/Makefile yudit/Makefile
--- yudit.orig/Makefile	2008-05-17 00:43:16.000000000 +0400
+++ yudit/Makefile	2008-05-17 01:07:09.000000000 +0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	yudit
 PORTVERSION=	2.9.0
+PORTREVISION=	1
 CATEGORIES=	editors converters print
 MASTER_SITES=	http://yudit.org/download/ \
 		SUNSITE/apps/editors/X
@@ -15,6 +16,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Multi-lingual unicode text editor with TTF support
 
+CONFLICTS=	uniconvertor-[0-9]*
+
 USE_XORG=	x11
 USE_GNOME=	gnometarget
 USE_GMAKE=	yes
--- yudit.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080516211450.2ACC71702D>