diff options
author | zi <zi@FreeBSD.org> | 2012-10-20 07:05:09 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-10-20 07:05:09 +0800 |
commit | 1af42d663db6a9c6793bfd9a539fe22e8f3e49b6 (patch) | |
tree | bdb700f77f54696072f7e001e3befa421b8dab1b /net | |
parent | 7f4299f5f7b0d5b395504205ae98d167d3fa1cff (diff) | |
download | freebsd-ports-gnome-1af42d663db6a9c6793bfd9a539fe22e8f3e49b6.tar.gz freebsd-ports-gnome-1af42d663db6a9c6793bfd9a539fe22e8f3e49b6.tar.zst freebsd-ports-gnome-1af42d663db6a9c6793bfd9a539fe22e8f3e49b6.zip |
- Update to 1.2.3
Submitted by: Bryan Drewery <bdrewery@freebsd.org>
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/mosh/Makefile | 11 | ||||
-rw-r--r-- | net/mosh/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 9da57e4a315d..a9de4ce5868e 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: mosh -# Date created: 10 Apr 2012 -# Whom: Ryan Steinmetz <zi@FreeBSD.org> -# +# Created by: Ryan Steinmetz <zi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mosh -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/keithw/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -22,7 +18,10 @@ RUN_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty USE_PERL5_RUN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-utempter +CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" INSTALL_TARGET= install-strip +USE_OPENSSL= yes +USE_PKGCONFIG= build LATEST_LINK= mosh-term diff --git a/net/mosh/distinfo b/net/mosh/distinfo index d687e0d4f0d5..e1dcdd45ab42 100644 --- a/net/mosh/distinfo +++ b/net/mosh/distinfo @@ -1,2 +1,2 @@ -SHA256 (mosh-1.2.2.tar.gz) = b723ccc4f711656d8c3da3de313f12da5ba8b89d37af71fc6b15a2349cd1c39c -SIZE (mosh-1.2.2.tar.gz) = 282734 +SHA256 (mosh-1.2.3.tar.gz) = 93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f +SIZE (mosh-1.2.3.tar.gz) = 269329 |