aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-01-14 18:50:11 +0800
committerkris <kris@FreeBSD.org>2001-01-14 18:50:11 +0800
commite6c51967b8df9a2546b814818ef37bb2bd189860 (patch)
tree6447f307729fe124ce5fda62bfd8b329b580816c /net
parent433e246418b43fe68f0b1f7c29fad9757abb22d5 (diff)
downloadfreebsd-ports-gnome-e6c51967b8df9a2546b814818ef37bb2bd189860.tar.gz
freebsd-ports-gnome-e6c51967b8df9a2546b814818ef37bb2bd189860.tar.zst
freebsd-ports-gnome-e6c51967b8df9a2546b814818ef37bb2bd189860.zip
Update to echoping 3.0.1 and reset maintainer to ports with
permission of old maintainer.
Diffstat (limited to 'net')
-rw-r--r--net/echoping/Makefile7
-rw-r--r--net/echoping/distinfo2
-rw-r--r--net/echoping/files/patch-aa34
-rw-r--r--net/echoping/pkg-descr7
4 files changed, 7 insertions, 43 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index c171d565add5..89a77bf3ff99 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -6,11 +6,14 @@
#
PORTNAME= echoping
-PORTVERSION= 2.2.0
+PORTVERSION= 3.0.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
-MAINTAINER= peter@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-icp
MAN1= echoping.1
diff --git a/net/echoping/distinfo b/net/echoping/distinfo
index 6f1ca651c0f8..654eb4fa0a3a 100644
--- a/net/echoping/distinfo
+++ b/net/echoping/distinfo
@@ -1 +1 @@
-MD5 (echoping-2.2.0.tar.gz) = 0e72fbcbd69bbd914c036ebdd54492a0
+MD5 (echoping-3.0.1.tar.gz) = ed3f6159c864381ed068387df90fc0de
diff --git a/net/echoping/files/patch-aa b/net/echoping/files/patch-aa
deleted file mode 100644
index b8b6787f8a98..000000000000
--- a/net/echoping/files/patch-aa
+++ /dev/null
@@ -1,34 +0,0 @@
---- Makefile.orig Mon Aug 31 07:57:28 1998
-+++ Makefile Tue Mar 16 12:13:10 1999
-@@ -1,5 +1,5 @@
- # Choose your C compiler
--CC = gcc
-+#CC = gcc
- #CC = cc
-
- # Possible options:
-@@ -9,12 +9,12 @@
- # ICP : supports the ICP protocol (Web proxy/caches). Requires HTTP.
- # USE_SIGACTION: uses sigaction instead of signal. Necessary on pure BSD
- # machines because we need to change the semantic of signals.
--OPTIONS = -DHTTP -DUSE_SIGACTION
-+OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP
-
- # Flags for gcc
--CFLAGS = -c -O3 $(OPTIONS) -Wall
-+#CFLAGS = -c -O3 $(OPTIONS) -Wall
- # Flags for cc
--#CFLAGS = -c -O $(OPTIONS)
-+CFLAGS = -c -O $(OPTIONS)
-
- # Flags for the linker
- LD = $(CC)
-@@ -22,7 +22,7 @@
- # For Solaris
- #LDFLAGS = -o echoping -lsocket -lnsl
-
--INSTALL=install
-+INSTALL=install -c
- INSTALL_BIN_FLAGS=-m 755
- INSTALL_MAN_FLAGS=-m 644
-
diff --git a/net/echoping/pkg-descr b/net/echoping/pkg-descr
index 3689afee13a0..2449edc7187c 100644
--- a/net/echoping/pkg-descr
+++ b/net/echoping/pkg-descr
@@ -8,9 +8,4 @@ remote host by sending it TCP "echo" (or other protocol) packets.
It's useful for checking that http servers are running and not wedged.
-The reference site for echoping is:
-
-ftp://ftp.pasteur.fr/pub/Network/echoping
-
-Stephane Bortzmeyer <bortzmeyer@pasteur.fr>. October 1995 for the
-first version. November 1996 for this one.
+WWW: http://echoping.sourceforge.net/