aboutsummaryrefslogtreecommitdiff
path: root/net/mosh
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-04-12 10:35:43 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-04-12 10:35:43 +0000
commit3d8062c8fa42750221be507cf691320f5d7bfe06 (patch)
treed295278b7a4a7d685b768f5638def1c04a299935 /net/mosh
parentcbd2560dff6895f508d8db180b130f365684502b (diff)
downloadports-3d8062c8fa42750221be507cf691320f5d7bfe06.tar.gz
ports-3d8062c8fa42750221be507cf691320f5d7bfe06.zip
- Note CONFLICT between net/mosh and lang/mosh, as they both install bin/mosh
- Bump PORTREVISION Reported By: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes
Notes: svn path=/head/; revision=294722
Diffstat (limited to 'net/mosh')
-rw-r--r--net/mosh/Makefile4
1 files changed, 3 insertions, 1 deletions
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