Bug 174941 - [japanese/ack] [patch] adding CONFLICTS support
Summary: [japanese/ack] [patch] adding CONFLICTS support
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 14:30 UTC by dereckson
Modified: 2013-01-03 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (253 bytes, patch)
2013-01-03 14:30 UTC, dereckson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dereckson 2013-01-03 14:30:00 UTC
devel/p5-ack and japanese/ack both install an ack binary

This Makefile patch adds CONFLICTS support.

Fix: Patch attached with submission follows:
Comment 1 Chris Rees freebsd_committer freebsd_triage 2013-01-03 14:35:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-03 14:38:23 UTC
Author: crees
Date: Thu Jan  3 14:38:15 2013
New Revision: 309883
URL: http://svnweb.freebsd.org/changeset/ports/309883

Log:
  Register mutual conflict
  
  PR:		ports/174943
  PR:		ports/174941
  Submitted by:	Sebastien Santoro <dereckson@gmail.com>

Modified:
  head/japanese/ack/Makefile
  head/textproc/p5-ack/Makefile

Modified: head/japanese/ack/Makefile
==============================================================================
--- head/japanese/ack/Makefile	Thu Jan  3 14:09:13 2013	(r309882)
+++ head/japanese/ack/Makefile	Thu Jan  3 14:38:15 2013	(r309883)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	ack
-# Date created:		21 Jul 1998
-# Whom:			Masanori Kiriake <seiken@nbs.co.jp>
-#
+# Created by: Masanori Kiriake <seiken@nbs.co.jp>
 # $FreeBSD$
 
 PORTNAME=	ack
@@ -15,6 +12,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Kanji code converter
 
+CONFLICTS_INSTALL=	p5-ack-[0-9]*
+
 ALL_TARGET=	ack
 
 MANLANG=	ja

Modified: head/textproc/p5-ack/Makefile
==============================================================================
--- head/textproc/p5-ack/Makefile	Thu Jan  3 14:09:13 2013	(r309882)
+++ head/textproc/p5-ack/Makefile	Thu Jan  3 14:38:15 2013	(r309883)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    p5-ack
-# Date created:				2006/08/15
-# Whom:	      				chinsan <chinsan.tw@gmail.com>
-#
+# Created by: chinsan <chinsan.tw@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ack
 PORTVERSION=	1.96
@@ -21,6 +17,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
+CONFLICTS_INSTALL=	ja-ack-[0-9]*
+
 MAN1=		ack.1
 
 OPTIONS_DEFINE=	BASH_COMPLETE
_______________________________________________
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 Chris Rees freebsd_committer freebsd_triage 2013-01-03 14:38:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!