Index: head/net/mtr/Makefile =================================================================== --- head/net/mtr/Makefile (revision 283200) +++ head/net/mtr/Makefile (revision 283201) @@ -1,60 +1,60 @@ # New ports collection makefile for: mtr # Date created: 12 August 1998 # Whom: Bill Fumerola # # $FreeBSD$ # 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 COMMENT= Traceroute and ping in a single graphical network diagnostic tool OPTIONS= IPV6 "Build IPv6 support" on \ X11 "Build X11-enabled mtr" on GNU_CONFIGURE= yes USE_GMAKE= yes MAN8= mtr.8 PLIST_FILES= sbin/mtr .include .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--enable-ipv6 +CATEGORIES+= ipv6 .else CONFIGURE_ARGS+=--disable-ipv6 .endif .if !defined(WITHOUT_X11) CONFIGURE_ARGS+=--with-gtk USE_GNOME= gtk20 .else CONFIGURE_ARGS+=--without-gtk PKGNAMESUFFIX= -nox11 .endif 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"||g' ${WRKSRC}/mtr.c post-install: @${ECHO_MSG} "" @${ECHO_MSG} "${PREFIX}/sbin/mtr is setuid \"root\" " @${ECHO_MSG} "" @${ECHO_MSG} "Please read about potential security issues" @${ECHO_MSG} "in file ${WRKSRC}/SECURITY (not installed)" @${ECHO_MSG} "" .include Property changes on: head/net/mtr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.80 \ No newline at end of property +1.81 \ No newline at end of property Index: head/net/mtr/distinfo =================================================================== --- head/net/mtr/distinfo (revision 283200) +++ head/net/mtr/distinfo (revision 283201) @@ -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 Property changes on: head/net/mtr/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/net/mtr/pkg-descr =================================================================== --- head/net/mtr/pkg-descr (revision 283200) +++ head/net/mtr/pkg-descr (revision 283201) @@ -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 Property changes on: head/net/mtr/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property