Bug 179687 - [PATCH] games/bsdgames: add CONFLICTS for games/hangman
Summary: [PATCH] games/bsdgames: add CONFLICTS for games/hangman
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ulrich Spörlein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 20:00 UTC by Dmitry Marakasov
Modified: 2013-09-24 04:50 UTC (History)
1 user (show)

See Also:


Attachments
bsdgames-2.4_2,1.patch (342 bytes, patch)
2013-06-18 20:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-06-18 20:00:01 UTC
games/bsdgames and games/hangman conflict: both install bin/hangman

Port maintainer (uqs@FreeBSD.org) is cc'd.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-18 20:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->uqs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-24 04:48:03 UTC
Author: amdmi3
Date: Tue Sep 24 03:47:56 2013
New Revision: 328087
URL: http://svnweb.freebsd.org/changeset/ports/328087

Log:
  - Add CONFLICTS with games/hangman
  
  PR:		179687
  Submitted by:	myself
  Approved by:	maintainer timeout

Modified:
  head/games/bsdgames/Makefile

Modified: head/games/bsdgames/Makefile
==============================================================================
--- head/games/bsdgames/Makefile	Tue Sep 24 02:38:22 2013	(r328086)
+++ head/games/bsdgames/Makefile	Tue Sep 24 03:47:56 2013	(r328087)
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR=	uqs
 MAINTAINER=	uqs@FreeBSD.org
 COMMENT=	Traditional BSD games taken from DragonFly BSD
 
+CONFLICTS=	hangman-*
+
 WRKSRC=		${WRKDIR}/dragonfly
 USE_BZIP2=	yes
 MAKE_ENV+=	NO_WERROR=1
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2013-09-24 04:48:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!