mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.81
- Update MASTER_SITES - Update CATEGORIES: add ipv6 conditionally - Cosmetic change - Add launchpad to WWW
This commit is contained in:
parent
0d923e7560
commit
30e11f7960
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283201
3 changed files with 11 additions and 10 deletions
|
@ -6,11 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= mtr
|
||||
PORTVERSION= 0.80
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= net ipv6
|
||||
PORTVERSION= 0.81
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
|
||||
http://mirrors.evolva.ro/util/mtr/ \
|
||||
http://launchpadlibrarian.net/82181604/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -29,6 +29,7 @@ PLIST_FILES= sbin/mtr
|
|||
|
||||
.if !defined(WITHOUT_IPV6)
|
||||
CONFIGURE_ARGS+=--enable-ipv6
|
||||
CATEGORIES+= ipv6
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-ipv6
|
||||
.endif
|
||||
|
@ -43,9 +44,8 @@ PKGNAMESUFFIX= -nox11
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|getopt.*$$(OBJEXT)||g ; \
|
||||
s|getopt.*[ch]||g ; \
|
||||
/getopt.*Po/d' ${WRKSRC}/Makefile.in
|
||||
's|getopt.*$$(OBJEXT)||g; s|getopt.*[ch]||g; /getopt.*Po/d' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|"getopt\.h"|<getopt.h>|g' ${WRKSRC}/mtr.c
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mtr-0.80.tar.gz) = 76bbdd97faf3b805933a50858549ddba895911d6891c6cc51db472567cff0ec0
|
||||
SIZE (mtr-0.80.tar.gz) = 272750
|
||||
SHA256 (mtr-0.81.tar.gz) = fa5160b6436c372c4989a5c5e676cc66118da49848c66a8279cde00a5dec9bfb
|
||||
SIZE (mtr-0.81.tar.gz) = 267861
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
mtr combines the functionality of the "traceroute" and "ping" programs
|
||||
into a single network diagnostic tool.
|
||||
|
||||
WWW: http://www.bitwizard.nl/mtr/
|
||||
WWW: http://www.bitwizard.nl/mtr/
|
||||
WWW: https://launchpad.net/mtr
|
||||
|
|
Loading…
Add table
Reference in a new issue