svn commit: r442412 - in head/net/mtr: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:12:18 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:12:12 2017
New Revision: 442412
URL: https://svnweb.freebsd.org/changeset/ports/442412

Log:
  Update to 0.88
  
  - Use PLIST
  
  Changes:	https://github.com/traviscross/mtr/blob/master/NEWS

Added:
  head/net/mtr/pkg-plist   (contents, props changed)
Deleted:
  head/net/mtr/files/
Modified:
  head/net/mtr/Makefile
  head/net/mtr/distinfo

Modified: head/net/mtr/Makefile
==============================================================================
--- head/net/mtr/Makefile	Fri Jun  2 18:12:06 2017	(r442411)
+++ head/net/mtr/Makefile	Fri Jun  2 18:12:12 2017	(r442412)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mtr
-PORTVERSION=	0.87
+PORTVERSION=	0.88
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/ \
 		LOCAL/sunpoet
@@ -23,9 +23,6 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-lncurses
 USES=		autoreconf ncurses pkgconfig
 
-PLIST_FILES=	man/man8/mtr.8.gz \
-		sbin/mtr
-
 IPV6_CATEGORIES=	ipv6
 IPV6_CONFIGURE_ENABLE=	ipv6
 X11_CONFIGURE_WITH=	gtk
@@ -33,7 +30,7 @@ X11_USE=		GNOME=gtk20
 
 post-patch:
 	@${REINPLACE_CMD} -e '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
+	@${REINPLACE_CMD} -e 's|"getopt\.h"|<getopt.h>|g' ${WRKSRC}/ui/mtr.c
 
 post-install:
 	@${ECHO_MSG} ""

Modified: head/net/mtr/distinfo
==============================================================================
--- head/net/mtr/distinfo	Fri Jun  2 18:12:06 2017	(r442411)
+++ head/net/mtr/distinfo	Fri Jun  2 18:12:12 2017	(r442412)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479482650
-SHA256 (mtr-0.87.tar.gz) = 193947c61d23b154c8dc03677e90e8fd912f8f18567ab76ce619b7856c4af19f
-SIZE (mtr-0.87.tar.gz) = 184645
+TIMESTAMP = 1496418328
+SHA256 (mtr-0.88.tar.gz) = 1e1fe4972cd972f9e5362226ebd16643ab763e6ece3b135b0f60c27e50e51e20
+SIZE (mtr-0.88.tar.gz) = 296225

Added: head/net/mtr/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/mtr/pkg-plist	Fri Jun  2 18:12:12 2017	(r442412)
@@ -0,0 +1,5 @@
+man/man8/mtr-packet.8.gz
+man/man8/mtr.8.gz
+sbin/mtr
+sbin/mtr-packet
+share/bash-completion/completions/mtr


More information about the svn-ports-all mailing list