devel/p5-ack and japanese/ack both install an ack binary This Makefile patch adds CONFLICTS support. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!