From fe8b831301169eda6efbae7005fb33fa25753b7d Mon Sep 17 00:00:00 2001 From: "m.tsatsenko@gmail.com" Date: Sun, 7 Nov 2021 13:25:25 +0900 Subject: [PATCH] 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 4da48df43acdc..097140daf529e 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 3d27da086875e..eac1eb80fd07c 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 33a42daefb9fe..98b2546966897 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/