Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2019 09:32:50 +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: r511864 - head/net-mgmt/ipv6mon
Message-ID:  <201909120932.x8C9Wo4O084633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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