Date: Mon, 20 May 2019 14:00:35 +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: r502117 - head/net/mosh Message-ID: <201905201400.x4KE0Zi2041184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Mon May 20 14:00:34 2019 New Revision: 502117 URL: https://svnweb.freebsd.org/changeset/ports/502117 Log: - Remove unneeded USES=autoreconf - Bump PORTREVISION Reported by: adamw@ Modified: head/net/mosh/Makefile Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Mon May 20 13:59:01 2019 (r502116) +++ head/net/mosh/Makefile Mon May 20 14:00:34 2019 (r502117) @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= https://mosh.org/ \ ZI @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-utempter --without-ncurses CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ TINFO_CFLAGS="-I/usr/include" INSTALL_TARGET= install-strip -USES= autoreconf compiler:c++11-lang ncurses perl5 pkgconfig ssl +USES= compiler:c++11-lang ncurses perl5 pkgconfig ssl USE_CXXSTD= c++11 CONFLICTS_INSTALL= mosh-0.[2-9].*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905201400.x4KE0Zi2041184>