aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-10-15 23:31:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-10-15 23:31:32 +0000
commit8dff0035ae5b684daf1f89d0d74722db89d12881 (patch)
tree8efdeaa95f259bf33ad75e85379dd6c550bc8d6a /net
parentb573b688d8daec1fcb95c9a5aebc7dc36f5e9c10 (diff)
downloadports-8dff0035ae5b684daf1f89d0d74722db89d12881.tar.gz
ports-8dff0035ae5b684daf1f89d0d74722db89d12881.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/rwhois/Makefile2
-rw-r--r--net/rwhois/distinfo2
-rw-r--r--net/rwhois/files/patch-ag20
-rw-r--r--net/rwhois/pkg-descr2
-rw-r--r--net/rwhois/pkg-plist1
-rw-r--r--net/rwhoisd/Makefile2
-rw-r--r--net/rwhoisd/distinfo2
-rw-r--r--net/rwhoisd/files/patch-ag20
-rw-r--r--net/rwhoisd/pkg-descr2
-rw-r--r--net/rwhoisd/pkg-plist1
10 files changed, 4 insertions, 50 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile
index a9f2c3501c9a..b4c690e4e875 100644
--- a/net/rwhois/Makefile
+++ b/net/rwhois/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rwhois
-PORTVERSION= 1.5.7
+PORTVERSION= 1.5.7.1
CATEGORIES= net ipv6
MASTER_SITES= http://www.rwhois.net/ftp/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
diff --git a/net/rwhois/distinfo b/net/rwhois/distinfo
index 27c91fde8be9..0dc191acf3b4 100644
--- a/net/rwhois/distinfo
+++ b/net/rwhois/distinfo
@@ -1 +1 @@
-MD5 (rwhoisd-1.5.7.tar.gz) = 02e22ebec5c4c76a626fe74c945300a0
+MD5 (rwhoisd-1.5.7.1.tar.gz) = 5582a4ebdf3b9f04fb55c86d465a57c7
diff --git a/net/rwhois/files/patch-ag b/net/rwhois/files/patch-ag
deleted file mode 100644
index 3c87514cd4e8..000000000000
--- a/net/rwhois/files/patch-ag
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/Xpgp/Xpgp.c.orig Fri Jan 30 09:25:58 1998
-+++ tools/Xpgp/Xpgp.c Sat Nov 25 15:58:33 2000
-@@ -55,7 +55,7 @@
-
- key = xcalloc(1, sizeof(char) * 1050);
-
-- gets(key);
-+ fgets(key, sizeof(key), stdin);
- fprintf(fp, "%s\n",key);
-
- if (strstr(key, "END"))
-@@ -72,7 +72,7 @@
- free(key);
-
- newstr = xcalloc(1, sizeof(char)*100);
-- gets(newstr);
-+ fgets(newstr, sizeof(newstr), stdin);
-
- if (STRN_EQ(newstr, "-X-pgp off keyadd", 17))
- {
diff --git a/net/rwhois/pkg-descr b/net/rwhois/pkg-descr
index c93bc0b907e2..18465350eed2 100644
--- a/net/rwhois/pkg-descr
+++ b/net/rwhois/pkg-descr
@@ -1,5 +1,3 @@
-What is Referral Whois (RWhois)?
-
With the exponential growth of the Internet, a central Whois database that
provides host and network information of systems connected to the Internet,
and electronic mail (email) addresses of the users of those systems has
diff --git a/net/rwhois/pkg-plist b/net/rwhois/pkg-plist
index 191cf6659d76..da12e0a163c1 100644
--- a/net/rwhois/pkg-plist
+++ b/net/rwhois/pkg-plist
@@ -15,7 +15,6 @@ lib/rwhois/a.com/data/org/org.txt
lib/rwhois/a.com/data/referral/referral.txt
lib/rwhois/a.com/schema
lib/rwhois/a.com/soa
-lib/rwhois/bin/Xpgp
lib/rwhois/bin/rwhois_deleter
lib/rwhois/bin/rwhois_indexer
lib/rwhois/net-10.0.0.0-8/attribute_defs/contact.tmpl
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile
index a9f2c3501c9a..b4c690e4e875 100644
--- a/net/rwhoisd/Makefile
+++ b/net/rwhoisd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rwhois
-PORTVERSION= 1.5.7
+PORTVERSION= 1.5.7.1
CATEGORIES= net ipv6
MASTER_SITES= http://www.rwhois.net/ftp/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
diff --git a/net/rwhoisd/distinfo b/net/rwhoisd/distinfo
index 27c91fde8be9..0dc191acf3b4 100644
--- a/net/rwhoisd/distinfo
+++ b/net/rwhoisd/distinfo
@@ -1 +1 @@
-MD5 (rwhoisd-1.5.7.tar.gz) = 02e22ebec5c4c76a626fe74c945300a0
+MD5 (rwhoisd-1.5.7.1.tar.gz) = 5582a4ebdf3b9f04fb55c86d465a57c7
diff --git a/net/rwhoisd/files/patch-ag b/net/rwhoisd/files/patch-ag
deleted file mode 100644
index 3c87514cd4e8..000000000000
--- a/net/rwhoisd/files/patch-ag
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/Xpgp/Xpgp.c.orig Fri Jan 30 09:25:58 1998
-+++ tools/Xpgp/Xpgp.c Sat Nov 25 15:58:33 2000
-@@ -55,7 +55,7 @@
-
- key = xcalloc(1, sizeof(char) * 1050);
-
-- gets(key);
-+ fgets(key, sizeof(key), stdin);
- fprintf(fp, "%s\n",key);
-
- if (strstr(key, "END"))
-@@ -72,7 +72,7 @@
- free(key);
-
- newstr = xcalloc(1, sizeof(char)*100);
-- gets(newstr);
-+ fgets(newstr, sizeof(newstr), stdin);
-
- if (STRN_EQ(newstr, "-X-pgp off keyadd", 17))
- {
diff --git a/net/rwhoisd/pkg-descr b/net/rwhoisd/pkg-descr
index c93bc0b907e2..18465350eed2 100644
--- a/net/rwhoisd/pkg-descr
+++ b/net/rwhoisd/pkg-descr
@@ -1,5 +1,3 @@
-What is Referral Whois (RWhois)?
-
With the exponential growth of the Internet, a central Whois database that
provides host and network information of systems connected to the Internet,
and electronic mail (email) addresses of the users of those systems has
diff --git a/net/rwhoisd/pkg-plist b/net/rwhoisd/pkg-plist
index 191cf6659d76..da12e0a163c1 100644
--- a/net/rwhoisd/pkg-plist
+++ b/net/rwhoisd/pkg-plist
@@ -15,7 +15,6 @@ lib/rwhois/a.com/data/org/org.txt
lib/rwhois/a.com/data/referral/referral.txt
lib/rwhois/a.com/schema
lib/rwhois/a.com/soa
-lib/rwhois/bin/Xpgp
lib/rwhois/bin/rwhois_deleter
lib/rwhois/bin/rwhois_indexer
lib/rwhois/net-10.0.0.0-8/attribute_defs/contact.tmpl