diff options
author | peter <peter@FreeBSD.org> | 1998-09-11 14:55:03 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-09-11 14:55:03 +0800 |
commit | 8447684bbaaf829d8ac52bda359b009465ad3e91 (patch) | |
tree | 4d3489ec5a737cdd26f18e0d929099499e7c3115 /net | |
parent | fd055d0bd6f5aa3d7eff7a8b5c6a1a9705850e85 (diff) | |
download | freebsd-ports-gnome-8447684bbaaf829d8ac52bda359b009465ad3e91.tar.gz freebsd-ports-gnome-8447684bbaaf829d8ac52bda359b009465ad3e91.tar.zst freebsd-ports-gnome-8447684bbaaf829d8ac52bda359b009465ad3e91.zip |
New version; 2.1beta -> 2.2.0
Nagged by: distfile checker (old master site had gone)
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/Makefile | 9 | ||||
-rw-r--r-- | net/echoping/distinfo | 2 | ||||
-rw-r--r-- | net/echoping/files/patch-aa | 16 |
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) |