pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

update mtr-current to 0.87.203



Module Name:	pkgsrc-wip
Committed By:	vsyakovetsky <vsyakovetsky%gmail.com@localhost>
Pushed By:	vsyakovetsky
Date:		Thu Jan 5 15:04:13 2017 +0200
Changeset:	2864afbfa7fef89b83213367514252d8d186e65a

Modified Files:
	mtr-current/Makefile
	mtr-current/PLIST
	mtr-current/distinfo

Log Message:
update mtr-current to 0.87.203

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2864afbfa7fef89b83213367514252d8d186e65a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mtr-current/Makefile | 24 ++++++++++--------------
 mtr-current/PLIST    |  4 +++-
 mtr-current/distinfo |  8 ++++----
 3 files changed, 17 insertions(+), 19 deletions(-)

diffs:
diff --git a/mtr-current/Makefile b/mtr-current/Makefile
index a15ca02..25f6b94 100644
--- a/mtr-current/Makefile
+++ b/mtr-current/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.20 2015/03/24 14:03:21 yvs4sf Exp $
+# $NetBSD$
 
 CATEGORIES=	net
 PKGBASE=	mtr
-PKGVERSION=	0.86.99
+PKGVERSION=	0.87.203
 #PKGREVISION=	0
-#
 PKGNAME=	${PKGBASE}-${PKGVERSION}
-DISTNAME=	${PKGBASE}-${GITVERSION}
-MASTER_SITES=	https://github.com/${GITHUB_USER}/${PKGBASE}/tarball/${GITVERSION}/
-WRKSRC=		${WRKDIR}/${GITHUB_USER}-${PKGBASE}-${GITVERSION}
+DISTNAME=	${PKGBASE}-${GITHUB_HASH}
+MASTER_SITES=	https://github.com/${GITHUB_USER}/${PKGBASE}/tarball/${GITHUB_HASH}/
+WRKSRC=		${WRKDIR}/${GITHUB_USER}-${PKGBASE}-${GITHUB_HASH}
 
-GITVERSION=	effef18
+GITHUB_HASH=	0e5edbd
 GITHUB_USER=	traviscross
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -27,12 +26,7 @@ INSTALLATION_DIRS=	${PKGMANDIR}/man8 sbin share/doc/mtr
 
 .include "options.mk"
 
-# mtr uses libtermcap by default, but needs wattr_{on,off} from (n)curses,
-# so we rewrite -ltermcap to -lncurses (which will be auto-mangled into
-# -lcurses on the appropriate platforms).
-BUILDLINK_TRANSFORM+=	l:termcap:ncurses
-
-SPECIAL_PERMS=	sbin/mtr ${SETUID_ROOT_PERMS}
+SPECIAL_PERMS=	sbin/mtr-packet ${SETUID_ROOT_PERMS}
 
 # Remove hard-coded compiler option that GCC 3.x doesn't support.
 .include "../../mk/compiler.mk"
@@ -49,8 +43,10 @@ pre-configure:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mtr ${DESTDIR}${PREFIX}/sbin
+	${INSTALL_PROGRAM} ${WRKSRC}/mtr-packet ${DESTDIR}${PREFIX}/sbin
 	${INSTALL_DATA} ${WRKSRC}/mtr.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
+	${INSTALL_DATA} ${WRKSRC}/mtr-packet.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
 	${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/mtr
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/mtr-current/PLIST b/mtr-current/PLIST
index f52e621..2faa57f 100644
--- a/mtr-current/PLIST
+++ b/mtr-current/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2013/06/15 16:00:12 yvs4sf Exp $
+@comment $NetBSD$
 man/man8/mtr.8
+man/man8/mtr-packet.8
 sbin/mtr
+sbin/mtr-packet
 share/doc/mtr/SECURITY
diff --git a/mtr-current/distinfo b/mtr-current/distinfo
index c6bdf56..316e6e8 100644
--- a/mtr-current/distinfo
+++ b/mtr-current/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2015/03/24 14:03:21 yvs4sf Exp $
+$NetBSD$
 
-Size (mtr-effef18.tar.gz) = 84124 bytes
-SHA1 (mtr-effef18.tar.gz) = a29fc14129c0628d70bd482174e2da46e9ab6531
-RMD160 (mtr-effef18.tar.gz) = 073b4fb716bd454ccb56e56dd3caba832392fc51
+Size (mtr-0e5edbd.tar.gz) = 128782 bytes
+SHA1 (mtr-0e5edbd.tar.gz) = a96190097f30003d881de2dc48c7d3618f4922fa
+RMD160 (mtr-0e5edbd.tar.gz) = 4fbf5e8d1e36c099490481dc9509e637d4e1facc


Home | Main Index | Thread Index | Old Index