svn commit: r511864 - head/net-mgmt/ipv6mon

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 12 09:32:51 UTC 2019


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 at 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/


More information about the svn-ports-all mailing list