summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-09-11 06:55:03 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-09-11 06:55:03 +0000
commit46d59c13fbe7bfb42f3afb777bd48a3e1feb9ce9 (patch)
tree1bec9b6e5dfb89c85c00dcc8a26b6a7fb422e0a4 /net
parentUpgrade to 0.19.3. (diff)
New version; 2.1beta -> 2.2.0
Nagged by: distfile checker (old master site had gone)
Notes
Notes: svn path=/head/; revision=13086
Diffstat (limited to 'net')
-rw-r--r--net/echoping/Makefile9
-rw-r--r--net/echoping/distinfo2
-rw-r--r--net/echoping/files/patch-aa16
3 files changed, 13 insertions, 14 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 9ee97f47a709..70852b50011f 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -1,15 +1,14 @@
# New ports collection makefile for: echoping
-# Version required: 2.1-BETA
+# Version required: 2.2.0
# Date created: 13 April 1997
# Whom: peter
#
-# $Id: Makefile,v 1.1.1.1 1997/04/12 17:17:31 peter Exp $
+# $Id: Makefile,v 1.2 1998/06/22 11:56:39 peter Exp $
#
-DISTNAME= echoping-2.1-BETA
-PKGNAME= echoping-2.1b
+DISTNAME= echoping-2.2.0
CATEGORIES= net
-MASTER_SITES= ftp://ftp.pasteur.fr/pub/computing/unix/network/echoping/
+MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
MAINTAINER= peter@FreeBSD.ORG
diff --git a/net/echoping/distinfo b/net/echoping/distinfo
index 4748c5112a64..6f1ca651c0f8 100644
--- a/net/echoping/distinfo
+++ b/net/echoping/distinfo
@@ -1 +1 @@
-MD5 (echoping-2.1-BETA.tar.gz) = 6d0355ba05c4ba9d8f730f0fd2748a6e
+MD5 (echoping-2.2.0.tar.gz) = 0e72fbcbd69bbd914c036ebdd54492a0
diff --git a/net/echoping/files/patch-aa b/net/echoping/files/patch-aa
index 6d6c0a5cc468..f487d18b9a6b 100644
--- a/net/echoping/files/patch-aa
+++ b/net/echoping/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.dist Thu Dec 19 21:58:15 1996
-+++ Makefile Sun Apr 13 00:54:03 1997
+--- Makefile.orig Mon Aug 31 22:57:28 1998
++++ Makefile Fri Sep 11 14:14:35 1998
@@ -1,5 +1,5 @@
# Choose your C compiler
-CC = gcc
@@ -7,16 +7,16 @@
#CC = cc
# Possible options:
-@@ -7,12 +7,12 @@
- # TTCP : supports the T/TCP protocol (few systems support it)
+@@ -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
+-OPTIONS = -DHTTP -DUSE_SIGACTION
++OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP
# Flags for gcc
--CFLAGS = -c -O3 $(OPTIONS) -Wall
-+#CFLAGS = -c -O3 $(OPTIONS) -Wall
+-CFLAGS = -c -O3 $(OPTIONS) -Wall
++#CFLAGS = -c -O3 $(OPTIONS) -Wall
# Flags for cc
-#CFLAGS = -c -O $(OPTIONS)
+CFLAGS = -c -O $(OPTIONS)