diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-06-13 18:51:27 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-06-13 18:51:27 +0000 |
commit | eb49118aa11d109f69c3c28fc4ee58121d562c35 (patch) | |
tree | 6a2aba8afe3cca9cdd3ed2dfd54728037aca8aff /net/mosh | |
parent | e0b928668bee0cff9a58faccee353ddac292cbf3 (diff) | |
download | ports-eb49118aa11d109f69c3c28fc4ee58121d562c35.tar.gz ports-eb49118aa11d109f69c3c28fc4ee58121d562c35.zip |
Notes
Diffstat (limited to 'net/mosh')
-rw-r--r-- | net/mosh/Makefile | 6 | ||||
-rw-r--r-- | net/mosh/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index ef8a36a523bd..99009347a8cd 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mosh -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/keithw/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -16,7 +16,7 @@ COMMENT= A mobile terminal that supports intermittant connectivity LICENSE= GPLv3 -LIB_DEPENDS= protobuf.7:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf RUN_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty USE_PERL5_RUN= yes @@ -34,7 +34,7 @@ MAN1= mosh-client.1 mosh-server.1 mosh.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 900004 -LIB_DEPENDS+= utempter.0:${PORTSDIR}/sysutils/libutempter +LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif diff --git a/net/mosh/distinfo b/net/mosh/distinfo index 20b0b093dfdc..d687e0d4f0d5 100644 --- a/net/mosh/distinfo +++ b/net/mosh/distinfo @@ -1,2 +1,2 @@ -SHA256 (mosh-1.2.1.tar.gz) = e11e050a8d15603caa32d0f874c39245d1bffa258c7dadfc5f8d820d6ff61656 -SIZE (mosh-1.2.1.tar.gz) = 282635 +SHA256 (mosh-1.2.2.tar.gz) = b723ccc4f711656d8c3da3de313f12da5ba8b89d37af71fc6b15a2349cd1c39c +SIZE (mosh-1.2.2.tar.gz) = 282734 |