pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/echoping Update to 6.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/413aee2e1c9a
branches: trunk
changeset: 535443:413aee2e1c9a
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Nov 18 00:16:38 2007 +0000
description:
Update to 6.0.2
Unfortunately the only information available is "Bug fixes only"
diffstat:
net/echoping/Makefile | 7 ++++---
net/echoping/distinfo | 9 ++++-----
net/echoping/patches/patch-aa | 19 -------------------
3 files changed, 8 insertions(+), 27 deletions(-)
diffs (54 lines):
diff -r 5418fbf9fe8f -r 413aee2e1c9a net/echoping/Makefile
--- a/net/echoping/Makefile Sat Nov 17 21:21:46 2007 +0000
+++ b/net/echoping/Makefile Sun Nov 18 00:16:38 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2007/04/09 14:44:29 adrianp Exp $
+# $NetBSD: Makefile,v 1.20 2007/11/18 00:16:38 adrianp Exp $
#
-DISTNAME= echoping-6.0.1
+DISTNAME= echoping-6.0.2
CATEGORIES= net
-MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
+MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ \
+ ${MASTER_SITE_SOURCEFORGE:=echoping/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://echoping.sourceforge.net/
diff -r 5418fbf9fe8f -r 413aee2e1c9a net/echoping/distinfo
--- a/net/echoping/distinfo Sat Nov 17 21:21:46 2007 +0000
+++ b/net/echoping/distinfo Sun Nov 18 00:16:38 2007 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/04/09 14:44:30 adrianp Exp $
+$NetBSD: distinfo,v 1.7 2007/11/18 00:16:38 adrianp Exp $
-SHA1 (echoping-6.0.1.tar.gz) = 142ccb8d02a6df20ae46a30cd0d34596484f9afb
-RMD160 (echoping-6.0.1.tar.gz) = 28413bb966d0fdee3db4a249543061dc7beeab4c
-Size (echoping-6.0.1.tar.gz) = 1814035 bytes
-SHA1 (patch-aa) = 13f24d486adb1f6f4bacab16847d19ec19174887
+SHA1 (echoping-6.0.2.tar.gz) = 8b414d1dbc5a0f21a7f2cccb0138aec13117a1a4
+RMD160 (echoping-6.0.2.tar.gz) = 73ee80f4b666fde3a0e02589388e485c487005fc
+Size (echoping-6.0.2.tar.gz) = 1660983 bytes
diff -r 5418fbf9fe8f -r 413aee2e1c9a net/echoping/patches/patch-aa
--- a/net/echoping/patches/patch-aa Sat Nov 17 21:21:46 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2007/04/09 14:44:30 adrianp Exp $
-
---- plugins/configure.orig 2007-04-04 22:20:35.000000000 +0100
-+++ plugins/configure
-@@ -19150,12 +19150,12 @@ fi
-
- # Check whether --enable-plugin was given.
- if test "${enable_plugin+set}" = set; then
-- enableval=$enable_plugin; if test "$enableval" == "no"; then
-+ enableval=$enable_plugin; if test "$enableval" = "no"; then
- { { echo "$as_me:$LINENO: error: You cannot disable plugin support" >&5
- echo "$as_me: error: You cannot disable plugin support" >&2;}
- { (exit 1); exit 1; }; }
- else
-- if test "$enableval" == "yes"; then
-+ if test "$enableval" = "yes"; then
- { { echo "$as_me:$LINENO: error: You must indicate a list of plugins with this option" >&5
- echo "$as_me: error: You must indicate a list of plugins with this option" >&2;}
- { (exit 1); exit 1; }; }
Home |
Main Index |
Thread Index |
Old Index