Date: Fri, 19 Oct 2012 23:05:09 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306139 - head/net/mosh Message-ID: <201210192305.q9JN59dW095926@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Fri Oct 19 23:05:09 2012 New Revision: 306139 URL: http://svn.freebsd.org/changeset/ports/306139 Log: - Update to 1.2.3 Submitted by: Bryan Drewery <bdrewery@freebsd.org> Feature safe: yes Modified: head/net/mosh/Makefile head/net/mosh/distinfo Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Fri Oct 19 22:43:10 2012 (r306138) +++ head/net/mosh/Makefile Fri Oct 19 23:05:09 2012 (r306139) @@ -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}/de 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 Modified: head/net/mosh/distinfo ============================================================================== --- head/net/mosh/distinfo Fri Oct 19 22:43:10 2012 (r306138) +++ head/net/mosh/distinfo Fri Oct 19 23:05:09 2012 (r306139) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210192305.q9JN59dW095926>