From e9f4cb8c7898dab5f4f5db9c45bfea7115032457 Mon Sep 17 00:00:00 2001 From: zi Date: Thu, 12 Apr 2012 10:35:43 +0000 Subject: - Note CONFLICT between net/mosh and lang/mosh, as they both install bin/mosh - Bump PORTREVISION Reported By: Hirohisa Yamaguchi --- net/mosh/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/mosh') diff --git a/net/mosh/Makefile b/net/mosh/Makefile index b57c475c5a80..82bfbf0a22da 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -7,7 +7,7 @@ PORTNAME= mosh PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/keithw/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -27,6 +27,8 @@ CONFIGURE_ARGS= --with-boost=${LOCALBASE} --with-utempter LATEST_LINK= mosh-term +CONFLICTS_INSTALL= mosh-0.[2-9].* + PLIST_FILES= bin/mosh bin/mosh-server bin/mosh-client MAN1= mosh-client.1 mosh-server.1 mosh.1 -- cgit