git: fe8b83130116 - main - net/ndisc6: Update to 1.0.5

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Sun, 07 Nov 2021 04:33:13 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe8b831301169eda6efbae7005fb33fa25753b7d

commit fe8b831301169eda6efbae7005fb33fa25753b7d
Author:     m.tsatsenko@gmail.com <m.tsatsenko@gmail.com>
AuthorDate: 2021-11-07 04:25:25 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-11-07 04:32:29 +0000

    net/ndisc6: Update to 1.0.5
    
    * Add WWW
    * Release this port to the pool
    * Pet portclippy
    * Re-format Makefile with portfmt
    
    Changes:        https://git.remlab.net/gitweb/?p=ndisc6.git;a=shortlog;h=refs/tags/v1.0.5
    PR:             259387
---
 net/ndisc6/Makefile  | 17 ++++++++---------
 net/ndisc6/distinfo  |  6 +++---
 net/ndisc6/pkg-descr |  2 ++
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile
index 4da48df43acd..097140daf529 100644
--- a/net/ndisc6/Makefile
+++ b/net/ndisc6/Makefile
@@ -1,35 +1,34 @@
 # Created by: rdenis@simphalempin.com
 
 PORTNAME=	ndisc6
-PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTVERSION=	1.0.5
 CATEGORIES=	net
 MASTER_SITES=	http://www.remlab.net/files/ndisc6/ \
 		http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
 
-MAINTAINER=	m.tsatsenko@gmail.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IPv6 network diagnostic tools
 
 LICENSE=	GPLv2
 
 USES=		compiler:c11 perl5 tar:bzip2
+USE_RC_SUBR=	rdnssd
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-suid-install --localstatedir="${PREFIX}/var"
+CONFIGURE_ARGS=	--disable-suid-install \
+		--localstatedir="${PREFIX}/var"
 CONFIGURE_ENV=	PERL=${LOCALBASE}/bin/perl
 MAKE_ENV=	CHOWNPROG=:
 
-LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
+NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=	gettext
-NLS_LDFLAGS=	-lintl
-
-USE_RC_SUBR=	rdnssd
+NLS_LDFLAGS=		-lintl
 
 PORTDOCS=	AUTHORS NEWS README
 
diff --git a/net/ndisc6/distinfo b/net/ndisc6/distinfo
index 3d27da086875..eac1eb80fd07 100644
--- a/net/ndisc6/distinfo
+++ b/net/ndisc6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547299650
-SHA256 (ndisc6-1.0.4.tar.bz2) = abb1da4a98d94e5abe1dd7b1c975de540306b0581cbbd36aff035118b2f25c1f
-SIZE (ndisc6-1.0.4.tar.bz2) = 264071
+TIMESTAMP = 1635021302
+SHA256 (ndisc6-1.0.5.tar.bz2) = 36932f9fc47e2844abcda7550fa1343b3af4b4208dfb61e0c9d9224aad5df351
+SIZE (ndisc6-1.0.5.tar.bz2) = 267126
diff --git a/net/ndisc6/pkg-descr b/net/ndisc6/pkg-descr
index 33a42daefb9f..98b254696689 100644
--- a/net/ndisc6/pkg-descr
+++ b/net/ndisc6/pkg-descr
@@ -2,3 +2,5 @@ ndisc6 is a collection of diagnostic tools for IPv6 networks,
 including ICMPv6 Neighbor Discovery tools (rdisc6 and ndisc6),
 an UDP, TCP and ICMP-based IPv6 traceroute implementation and
 a simplistic bandwidth measurement program (tcpspray6).
+
+WWW: https://www.remlab.net/ndisc6/