From owner-svn-ports-head@freebsd.org Wed Oct 14 23:50:54 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 D27F8A15F06; Wed, 14 Oct 2015 23:50:54 +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 9D5CA192C; Wed, 14 Oct 2015 23:50:54 +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 t9ENorC6052587; Wed, 14 Oct 2015 23:50:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ENorfb052585; Wed, 14 Oct 2015 23:50:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510142350.t9ENorfb052585@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:50:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399310 - head/net/nstxd 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:50:54 -0000 Author: amdmi3 Date: Wed Oct 14 23:50:53 2015 New Revision: 399310 URL: https://svnweb.freebsd.org/changeset/ports/399310 Log: - Add LICENSE - Use MANPREFIX - Remove bit belonging to pkg-message from pkg-descr Modified: head/net/nstxd/Makefile head/net/nstxd/pkg-descr Modified: head/net/nstxd/Makefile ============================================================================== --- head/net/nstxd/Makefile Wed Oct 14 23:50:44 2015 (r399309) +++ head/net/nstxd/Makefile Wed Oct 14 23:50:53 2015 (r399310) @@ -16,7 +16,10 @@ PATCHFILES= nstx_1.1-beta6-4.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= DNS tunnel server -USE_RC_SUBR+= nstxd +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_RC_SUBR= nstxd WRKSRC= ${WRKDIR}/nstx-1.1-beta6 SUB_FILES= pkg-message @@ -28,7 +31,9 @@ OPTIONS_DEFINE= DOCS post-install: ${INSTALL_PROGRAM} ${WRKSRC}/nstxd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/nstxd.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/nstxd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ Modified: head/net/nstxd/pkg-descr ============================================================================== --- head/net/nstxd/pkg-descr Wed Oct 14 23:50:44 2015 (r399309) +++ head/net/nstxd/pkg-descr Wed Oct 14 23:50:53 2015 (r399310) @@ -1,3 +1,2 @@ nstxd allows a nstx client daemon to tunnel IP traffic through DNS requests to the machine running nstxd. -See %%PREFIX%%/share/doc/nstxd/README for more!