Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 23:52:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399321 - head/security/lsh
Message-ID:  <201510142352.t9ENqUOV055774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-PLIST_SUB+=	KRB=""
-.else
-PLIST_SUB+=	KRB="@comment "
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510142352.t9ENqUOV055774>