Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Sep 2009 15:53:59 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        philip@FreeBSD.org
Subject:   ports/138479: [PATCH] games/wesnoth: fix CONFLICTS
Message-ID:  <20090902115359.5E1C6B849@hades.panopticon>
Resent-Message-ID: <200909021200.n82C0G7M002214@freefall.freebsd.org>

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

>Number:         138479
>Category:       ports
>Synopsis:       [PATCH] games/wesnoth: fix CONFLICTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 02 12:00:16 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
Use proper conflicts against wesnoth-devel.

Port maintainer (philip@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- wesnoth-1.6.4_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/wesnoth/Makefile,v
retrieving revision 1.70
diff -u -u -r1.70 Makefile
--- Makefile	22 Aug 2009 17:36:56 -0000	1.70
+++ Makefile	2 Sep 2009 11:52:59 -0000
@@ -19,7 +19,7 @@
 LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs \
 		freetype.9:${PORTSDIR}/print/freetype2
 
-CONFLICTS=	wesnoth-1.5*
+CONFLICTS=	wesnoth-1.5* wesnoth-1.7*
 
 USE_SDL=	image mixer net ttf
 USE_GNOME=	gnometarget pango
--- wesnoth-1.6.4_1.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?20090902115359.5E1C6B849>