summaryrefslogtreecommitdiff
path: root/net/echoping
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-14 16:42:02 +0000
committerwiz <wiz@pkgsrc.org>2001-02-14 16:42:02 +0000
commitf00c1519bc81f8d8709f5af157aaa518bbd11186 (patch)
treee5e08c24649b3d2e8383275beb9ab03bd76d3221 /net/echoping
parent41a5c3113b71d442bbd9d9ae65ac6499da5f1c4b (diff)
downloadpkgsrc-f00c1519bc81f8d8709f5af157aaa518bbd11186.tar.gz
Update to 4.1.0. Major change: SSL support.
Diffstat (limited to 'net/echoping')
-rw-r--r--net/echoping/Makefile6
-rw-r--r--net/echoping/files/md54
-rw-r--r--net/echoping/files/patch-sum3
-rw-r--r--net/echoping/patches/patch-aa25
4 files changed, 7 insertions, 31 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 67d8d15ba96..7fa42575872 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/14 16:42:02 wiz Exp $
#
-DISTNAME= echoping-3.0.1
+DISTNAME= echoping-4.1.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
@@ -9,6 +9,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://echoping.sourceforge.net/
GNU_CONFIGURE= YES
+USE_SSL= YES
CONFIGURE_ARGS+=--enable-icp
+CONFIGURE_ARGS+=--with-ssl=${SSLBASE}
.include "../../mk/bsd.pkg.mk"
diff --git a/net/echoping/files/md5 b/net/echoping/files/md5
index d3190727f17..3a179b15be3 100644
--- a/net/echoping/files/md5
+++ b/net/echoping/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $
+$NetBSD: md5,v 1.2 2001/02/14 16:42:02 wiz Exp $
-MD5 (echoping-3.0.1.tar.gz) = ed3f6159c864381ed068387df90fc0de
+MD5 (echoping-4.1.0.tar.gz) = c59a8b5c040832b19f785eeabf16a960
diff --git a/net/echoping/files/patch-sum b/net/echoping/files/patch-sum
index 677642381e2..4946d015a5e 100644
--- a/net/echoping/files/patch-sum
+++ b/net/echoping/files/patch-sum
@@ -1,4 +1,3 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $
+$NetBSD: patch-sum,v 1.2 2001/02/14 16:42:02 wiz Exp $
-MD5 (patch-aa) = 556774dfa8498fe6d6e5c51b09103a48
MD5 (patch-ab) = 5a0de1a2b31d045b20503765ecbf80d2
diff --git a/net/echoping/patches/patch-aa b/net/echoping/patches/patch-aa
deleted file mode 100644
index 7a9005b7640..00000000000
--- a/net/echoping/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $
-
---- configure.orig Thu Jul 6 10:04:29 2000
-+++ configure
-@@ -1956,6 +1956,8 @@
- echo "$ac_t""undefined, you should add it in your database" 1>&6
- fi
- fi
-+
-+if false; then
- echo $ac_n "checking what is the name of the ICP port in your services database""... $ac_c" 1>&6
- echo "configure:1961: checking what is the name of the ICP port in your services database" >&5
- if grep icp /etc/services > /dev/null; then
-@@ -1971,6 +1973,11 @@
-
- echo "$ac_t""undefined, you should add it in your database" 1>&6
- fi
-+fi;
-+ cat >> confdefs.h <<\EOF
-+#define ICP_UDP_PORT "3130"
-+EOF
-+
-
- fi
-