Skip to content

Commit

Permalink
net/ndisc6: Update to 1.0.5
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
m.tsatsenko@gmail.com authored and Yasuhiro Kimura committed Nov 7, 2021
1 parent b4be96d commit fe8b831
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 8 additions & 9 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 2 additions & 0 deletions net/ndisc6/pkg-descr
Expand Up @@ -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/

0 comments on commit fe8b831

Please sign in to comment.