diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-18 00:16:38 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-18 00:16:38 +0000 |
commit | f299d75aed6c8f9b57a67268fc211ee3dc9f7f31 (patch) | |
tree | 717ee128848dcd160e7697c186a0281ced852768 /net/echoping | |
parent | 00339d81bc1cd3107463d282fb3bd56cb4d67aea (diff) | |
download | pkgsrc-f299d75aed6c8f9b57a67268fc211ee3dc9f7f31.tar.gz |
Update to 6.0.2
Unfortunately the only information available is "Bug fixes only"
Diffstat (limited to 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 7 | ||||
-rw-r--r-- | net/echoping/distinfo | 9 | ||||
-rw-r--r-- | net/echoping/patches/patch-aa | 19 |
3 files changed, 8 insertions, 27 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index f9f5391fe80..4d1414e21b0 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -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 HOMEPAGE= http://echoping.sourceforge.net/ diff --git a/net/echoping/distinfo b/net/echoping/distinfo index 2eccca41698..def8eb2b91a 100644 --- a/net/echoping/distinfo +++ b/net/echoping/distinfo @@ -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 --git a/net/echoping/patches/patch-aa b/net/echoping/patches/patch-aa deleted file mode 100644 index 5a1dc008c22..00000000000 --- a/net/echoping/patches/patch-aa +++ /dev/null @@ -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; }; } |