diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-01-01 09:56:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-01-01 09:56:40 +0800 |
commit | fc6f9b2639e13e591fc70638fa6ed4edef6a8943 (patch) | |
tree | 7f39cbdfc769f9a7887d16c8a65bbf3b486acd04 | |
parent | 2c123198ab61ee9f6b585438cc651c988a9c732e (diff) | |
download | freebsd-ports-gnome-fc6f9b2639e13e591fc70638fa6ed4edef6a8943.tar.gz freebsd-ports-gnome-fc6f9b2639e13e591fc70638fa6ed4edef6a8943.tar.zst freebsd-ports-gnome-fc6f9b2639e13e591fc70638fa6ed4edef6a8943.zip |
- Update distinfo, tarball was rerolled with a simple constraint check [1]
- Bump PORTREVISION
[1]
diff -ruN pathneck-1.2.old/pathneck.c pathneck-1.2/pathneck.c
--- pathneck-1.2.old/pathneck.c Sun Nov 7 00:00:03 2004
+++ pathneck-1.2/pathneck.c Sun Dec 25 20:34:39 2005
@@ -539,7 +539,7 @@
continue;
/* if "-c" is specified, rtt_i could exceed MAX_RTT_NUM */
- if (rtt_i < MAX_RTT_NUM) {
+ if (rtt_i < MAX_RTT_NUM && len == 60) {
memcpy(rtt_rec[rtt_i], buffer, len);
rtt_arr_time[rtt_i] = get_time();
pre_time = rtt_arr_time[rtt_i];
PR: 91132
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
-rw-r--r-- | net/pathneck/Makefile | 1 | ||||
-rw-r--r-- | net/pathneck/distinfo | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/pathneck/Makefile b/net/pathneck/Makefile index 3edd51923515..81b00b46f6e3 100644 --- a/net/pathneck/Makefile +++ b/net/pathneck/Makefile @@ -7,6 +7,7 @@ PORTNAME= pathneck PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://gs274.sp.cs.cmu.edu/www/pathneck/ EXTRACT_SUFX= .tgz diff --git a/net/pathneck/distinfo b/net/pathneck/distinfo index 3491fb3780b0..985bea8290ee 100644 --- a/net/pathneck/distinfo +++ b/net/pathneck/distinfo @@ -1,3 +1,3 @@ -MD5 (pathneck-1.2.tgz) = 24c5af803e2b8128d67dd5d84f13ae1a -SHA256 (pathneck-1.2.tgz) = abacbe19461ba22a2668c1bfbed2406d7760f9053d0ea2b0c7866bffc98ff600 -SIZE (pathneck-1.2.tgz) = 28484 +MD5 (pathneck-1.2.tgz) = 05c5113263768e32c347a5dfc9eb0bd6 +SHA256 (pathneck-1.2.tgz) = a4e0325a5bfab81ad6b65d07b0e3c2ef19852a35a2d2f5252acb5988e6e04582 +SIZE (pathneck-1.2.tgz) = 28499 |