From owner-svn-ports-head@freebsd.org Thu Sep 12 09:32:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C6AAF0D3A; Thu, 12 Sep 2019 09:32:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46TYTb2jQxz42X0; Thu, 12 Sep 2019 09:32:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 418411CCA9; Thu, 12 Sep 2019 09:32:51 +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 x8C9Wp2x084635; Thu, 12 Sep 2019 09:32:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8C9Wo4O084633; Thu, 12 Sep 2019 09:32:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201909120932.x8C9Wo4O084633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Sep 2019 09:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511864 - head/net-mgmt/ipv6mon X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-mgmt/ipv6mon X-SVN-Commit-Revision: 511864 X-SVN-Commit-Repository: ports 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.29 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: Thu, 12 Sep 2019 09:32:51 -0000 Author: amdmi3 Date: Thu Sep 12 09:32:50 2019 New Revision: 511864 URL: https://svnweb.freebsd.org/changeset/ports/511864 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to options helpers - Update WWW - Silence patching Approved by: portmgr blanket Modified: head/net-mgmt/ipv6mon/Makefile head/net-mgmt/ipv6mon/pkg-descr Modified: head/net-mgmt/ipv6mon/Makefile ============================================================================== --- head/net-mgmt/ipv6mon/Makefile Thu Sep 12 09:02:50 2019 (r511863) +++ head/net-mgmt/ipv6mon/Makefile Thu Sep 12 09:32:50 2019 (r511864) @@ -10,7 +10,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Tool for monitoring IPv6 address usage -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= uidfix CFLAGS+= -DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\" @@ -27,11 +28,13 @@ PORTDOCS= README.TXT \ OPTIONS_DEFINE= DOCS post-extract: - ${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} - ${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} + @${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} + @${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/rc.d + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/net-mgmt/ipv6mon/pkg-descr ============================================================================== --- head/net-mgmt/ipv6mon/pkg-descr Thu Sep 12 09:02:50 2019 (r511863) +++ head/net-mgmt/ipv6mon/pkg-descr Thu Sep 12 09:32:50 2019 (r511864) @@ -5,4 +5,4 @@ where address assignment is decentralized and there is server that records which IPv6 addresses have been assigned to which nodes during which period of time. -WWW: http://www.si6networks.com/tools/ipv6mon/ +WWW: https://www.si6networks.com/tools/ipv6mon/