From owner-svn-ports-head@freebsd.org Wed Oct 14 23:52:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D6ADA151B2; Wed, 14 Oct 2015 23:52:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD8496C8; Wed, 14 Oct 2015 23:52:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9ENqU5S055776; Wed, 14 Oct 2015 23:52:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ENqUOV055774; Wed, 14 Oct 2015 23:52:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510142352.t9ENqUOV055774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 14 Oct 2015 23:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399321 - head/security/lsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 23:52:32 -0000 Author: amdmi3 Date: Wed Oct 14 23:52:30 2015 New Revision: 399321 URL: https://svnweb.freebsd.org/changeset/ports/399321 Log: - Drop 8.x support - Add LICENSE Approved by: portmgr blanket Modified: head/security/lsh/Makefile head/security/lsh/pkg-plist Modified: head/security/lsh/Makefile ============================================================================== --- head/security/lsh/Makefile Wed Oct 14 23:52:03 2015 (r399320) +++ head/security/lsh/Makefile Wed Oct 14 23:52:30 2015 (r399321) @@ -10,6 +10,9 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= Secure (encrypted) remote shell compatible with ssh 2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= liboop.so:${PORTSDIR}/devel/liboop \ libgmp.so:${PORTSDIR}/math/gmp \ libnettle.so:${PORTSDIR}/security/nettle @@ -37,12 +40,4 @@ test: (cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.include - -.if ${OSVERSION} >= 900000 -PLIST_SUB+= KRB="" -.else -PLIST_SUB+= KRB="@comment " -.endif - -.include +.include Modified: head/security/lsh/pkg-plist ============================================================================== --- head/security/lsh/pkg-plist Wed Oct 14 23:52:03 2015 (r399320) +++ head/security/lsh/pkg-plist Wed Oct 14 23:52:30 2015 (r399321) @@ -33,7 +33,7 @@ man/man5/secsh.5.gz man/man8/lshd.8.gz man/man8/sftp-server.8.gz sbin/lsh-execuv -%%KRB%%sbin/lsh-krb-checkpw +sbin/lsh-krb-checkpw sbin/lsh-pam-checkpw sbin/lshd sbin/sftp-server