svn commit: r420114 - in head/net/mosh: . files

Ryan Steinmetz zi at FreeBSD.org
Thu Aug 11 23:36:44 UTC 2016


Author: zi
Date: Thu Aug 11 23:36:43 2016
New Revision: 420114
URL: https://svnweb.freebsd.org/changeset/ports/420114

Log:
  - Update to 1.2.6

Deleted:
  head/net/mosh/files/
Modified:
  head/net/mosh/Makefile
  head/net/mosh/distinfo

Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile	Thu Aug 11 23:34:34 2016	(r420113)
+++ head/net/mosh/Makefile	Thu Aug 11 23:36:43 2016	(r420114)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mosh
-PORTVERSION=	1.2.5
+PORTVERSION=	1.2.6
 CATEGORIES=	net
 MASTER_SITES=	http://mosh.mit.edu/ \
 		http://mirrors.rit.edu/zi/
@@ -17,11 +17,10 @@ LIB_DEPENDS=	libprotobuf.so:devel/protob
 USE_PERL5=	run
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-utempter --without-ncurses
-CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
+CONFIGURE_ENV+=	CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
 		TINFO_CFLAGS="-I/usr/include"
 INSTALL_TARGET=	install-strip
-USE_OPENSSL=	yes
-USES=		autoreconf:autoconf ncurses perl5 pkgconfig
+USES=		autoreconf:autoconf ncurses perl5 pkgconfig ssl
 
 CONFLICTS_INSTALL=	mosh-0.[2-9].*
 

Modified: head/net/mosh/distinfo
==============================================================================
--- head/net/mosh/distinfo	Thu Aug 11 23:34:34 2016	(r420113)
+++ head/net/mosh/distinfo	Thu Aug 11 23:36:43 2016	(r420114)
@@ -1,2 +1,3 @@
-SHA256 (mosh-1.2.5.tar.gz) = 1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3
-SIZE (mosh-1.2.5.tar.gz) = 308857
+TIMESTAMP = 1470957464
+SHA256 (mosh-1.2.6.tar.gz) = 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85
+SIZE (mosh-1.2.6.tar.gz) = 347185


More information about the svn-ports-all mailing list