diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-01-14 10:50:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-01-14 10:50:11 +0000 |
commit | d19679513d4f0ba1c7615a55557fc93206257543 (patch) | |
tree | 0b5a60bedd1ab0d3c5b668e9549bc4fb5f61ab28 /net/echoping | |
parent | 437314cc10aea1b461b16841d03590e510604004 (diff) | |
download | ports-d19679513d4f0ba1c7615a55557fc93206257543.tar.gz ports-d19679513d4f0ba1c7615a55557fc93206257543.zip |
Update to echoping 3.0.1 and reset maintainer to ports with
permission of old maintainer.
Notes
Notes:
svn path=/head/; revision=37185
Diffstat (limited to 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 7 | ||||
-rw-r--r-- | net/echoping/distinfo | 2 | ||||
-rw-r--r-- | net/echoping/files/patch-aa | 34 | ||||
-rw-r--r-- | net/echoping/pkg-descr | 7 |
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/ |