pkgsrc-WIP-changes archive

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

update to mtr-0.87.216



Module Name:	pkgsrc-wip
Committed By:	yvs <vsyakovetsky%gmail.com@localhost>
Pushed By:	vsyakovetsky
Date:		Mon Jan 23 15:52:26 2017 +0200
Changeset:	69816c1ff636b2208b71ddf22ac79a03a2b51874

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

Log Message:
update to mtr-0.87.216

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

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

diffstat:
 mtr-current/DESCR    |  4 ++--
 mtr-current/Makefile | 11 ++++++++---
 mtr-current/distinfo |  6 +++---
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs:
diff --git a/mtr-current/DESCR b/mtr-current/DESCR
index efd2d50..5a2bae0 100644
--- a/mtr-current/DESCR
+++ b/mtr-current/DESCR
@@ -1,3 +1,3 @@
-net/mtr current version
+net/mtr current version (https://github.com/traviscross/mtr)
 
-https://github.com/traviscross/mtr
+Mtr is a network diagnostic tool that combines the functionality of the traceroute and ping programs in a single utility.
diff --git a/mtr-current/Makefile b/mtr-current/Makefile
index 25f6b94..ada8b17 100644
--- a/mtr-current/Makefile
+++ b/mtr-current/Makefile
@@ -2,14 +2,13 @@
 
 CATEGORIES=	net
 PKGBASE=	mtr
-PKGVERSION=	0.87.203
-#PKGREVISION=	0
+PKGVERSION=	0.87.216
 PKGNAME=	${PKGBASE}-${PKGVERSION}
 DISTNAME=	${PKGBASE}-${GITHUB_HASH}
 MASTER_SITES=	https://github.com/${GITHUB_USER}/${PKGBASE}/tarball/${GITHUB_HASH}/
 WRKSRC=		${WRKDIR}/${GITHUB_USER}-${PKGBASE}-${GITHUB_HASH}
 
-GITHUB_HASH=	0e5edbd
+GITHUB_HASH=	7476ad5
 GITHUB_USER=	traviscross
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -38,6 +37,12 @@ BUILDLINK_TRANSFORM+=	rm:-Wno-pointer-sign
 LIBS+=	-lresolv
 .endif
 
+SUBST_CLASSES+=	fix-version
+SUBST_STAGE.fix-version=	post-patch
+SUBST_MESSAGE.fix-version=	Fixing version
+SUBST_FILES.fix-version=	configure.ac
+SUBST_SED.fix-version=		-e '/build-aux\/git-version-gen/s/\[.*\]/[${PKGVERSION}]/'
+
 pre-configure:
 	autoreconf -fi ${WRKSRC}
 
diff --git a/mtr-current/distinfo b/mtr-current/distinfo
index 316e6e8..3577355 100644
--- a/mtr-current/distinfo
+++ b/mtr-current/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-Size (mtr-0e5edbd.tar.gz) = 128782 bytes
-SHA1 (mtr-0e5edbd.tar.gz) = a96190097f30003d881de2dc48c7d3618f4922fa
-RMD160 (mtr-0e5edbd.tar.gz) = 4fbf5e8d1e36c099490481dc9509e637d4e1facc
+Size (mtr-7476ad5.tar.gz) = 128738 bytes
+SHA1 (mtr-7476ad5.tar.gz) = 390f737de49c3e8d3f77734bba5591b35d388675
+RMD160 (mtr-7476ad5.tar.gz) = cd4cb9bc2d1df812b33a641d4b7668d519c2e071


Home | Main Index | Thread Index | Old Index