diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-27 16:17:24 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-27 16:17:24 +0000 |
commit | 37f412556b26845703f36eadf4221038705e63ca (patch) | |
tree | 89c2f5379831df95490e013ec98f1982b5ef7086 /net/nc6 | |
parent | de7385b1382b2adc18d8e2d504830d0abc9fd2d4 (diff) | |
download | ports-37f412556b26845703f36eadf4221038705e63ca.tar.gz ports-37f412556b26845703f36eadf4221038705e63ca.zip |
Notes
Diffstat (limited to 'net/nc6')
-rw-r--r-- | net/nc6/Makefile | 6 | ||||
-rw-r--r-- | net/nc6/distinfo | 2 | ||||
-rw-r--r-- | net/nc6/pkg-descr | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/nc6/Makefile b/net/nc6/Makefile index 85f8abd4e534..7d148412ecaa 100644 --- a/net/nc6/Makefile +++ b/net/nc6/Makefile @@ -6,10 +6,10 @@ # PORTNAME= nc6 -PORTVERSION= 0.2.p3 +PORTVERSION= 0.4 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ferrara.linux.it/pub/ipv6/sources/ -DISTNAME= nc6-${PORTVERSION:S/.p/pre/} +MASTER_SITES= ftp://ftp.deepspace6.net/pub/sources/nc6/ \ + http://ftp.deepspace6.net/pub/sources/nc6/ MAINTAINER= filippo@widestore.net diff --git a/net/nc6/distinfo b/net/nc6/distinfo index b5a700fd656a..3fb27632ed22 100644 --- a/net/nc6/distinfo +++ b/net/nc6/distinfo @@ -1 +1 @@ -MD5 (nc6-0.2pre3.tar.gz) = 76b754ababe6b9f2074c6e01ecb69a56 +MD5 (nc6-0.4.tar.gz) = 8ec002d2c512d8f93c125c252c75e43b diff --git a/net/nc6/pkg-descr b/net/nc6/pkg-descr index 96c954ab4b68..3ad814b62da0 100644 --- a/net/nc6/pkg-descr +++ b/net/nc6/pkg-descr @@ -2,6 +2,6 @@ Netcat 6 is a netcat clone with IPv6 support. It is designed to be tiny, extensible, and elegant, and it makes use of the new extended BSD socket APIs. -Author: Mauro Tortonesi <mauro@ferrara.linux.it> +Author: Mauro Tortonesi <mauro@deepspace6.net> -WWW: http://project6.ferrara.linux.it/ +WWW: http://www.deepspace6.net |