Bug 170274 - japanese/dvi2tty conflicts with print/dvi2tty
Summary: japanese/dvi2tty conflicts with print/dvi2tty
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 12:50 UTC by TsurutaniNaoki
Modified: 2012-08-03 10:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2012-07-30 12:50:05 UTC
	FreeBSD Ports conflicts checker tells me that japanese/dvi2tty
	conflicts with print/dvi2tty.

Fix: 

add "CONFLICTS=	dvi2tty-[0-9]*" to japanese/dvi2tty/Makefile.
	also add "CONFLICTS=	ja-dvi2tty-[0-9]*" to print/dvi2tty/Makefile.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-30 12:50:21 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-08-03 10:22:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-03 10:26:08 UTC
Author: scheidell
Date: Fri Aug  3 09:25:57 2012
New Revision: 301945
URL: http://svn.freebsd.org/changeset/ports/301945

Log:
  - Fix conflicts
  
  PR:		ports/170274
  Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

Modified:
  head/japanese/dvi2tty/Makefile
  head/print/dvi2tty/Makefile

Modified: head/japanese/dvi2tty/Makefile
==============================================================================
--- head/japanese/dvi2tty/Makefile	Fri Aug  3 09:20:39 2012	(r301944)
+++ head/japanese/dvi2tty/Makefile	Fri Aug  3 09:25:57 2012	(r301945)
@@ -23,6 +23,8 @@ COMMENT=	Character-based DVI file previe
 
 RUN_DEPENDS=	jless:${PORTSDIR}/japanese/less
 
+CONFLICTS=	dvi2tty-[0-9]*
+
 PLIST_FILES=	bin/jdvi2tty bin/dvi2tty bin/disdvi
 
 MAN1=		dvi2tty.1

Modified: head/print/dvi2tty/Makefile
==============================================================================
--- head/print/dvi2tty/Makefile	Fri Aug  3 09:20:39 2012	(r301944)
+++ head/print/dvi2tty/Makefile	Fri Aug  3 09:25:57 2012	(r301945)
@@ -14,6 +14,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A dvi-file previewer for text only devices
 
+CONFLICTS=	ja-dvi2tty-[0-9]*
+
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}"
 
 MAN1=		disdvi.1 dvi2tty.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 4 Michael Scheidell freebsd_committer freebsd_triage 2012-08-03 10:26:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!