diff options
author | linimon <linimon@FreeBSD.org> | 2012-02-23 15:10:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-02-23 15:10:05 +0800 |
commit | 3a3fd08a80dd9592a3ecb41ddb6acc69e28aec5b (patch) | |
tree | 38da4cff326221fc850a4cf379da187c845fb849 /net/v6eval | |
parent | f233d1e348734454d11c8371378b98d05abd9f8c (diff) | |
download | freebsd-ports-gnome-3a3fd08a80dd9592a3ecb41ddb6acc69e28aec5b.tar.gz freebsd-ports-gnome-3a3fd08a80dd9592a3ecb41ddb6acc69e28aec5b.tar.zst freebsd-ports-gnome-3a3fd08a80dd9592a3ecb41ddb6acc69e28aec5b.zip |
Reassign to ports@ and deprecate by request of maintainer.
Also, portmgr has been notified that the authors no longer wish to allow
these files to be distributed in a modified fashion, as they are intended
to be used for conformance testing. If anyone is interested in working
with the upstream to integrate FreeBSD's patches, please contact portmgr.
Hat: portmgr
Diffstat (limited to 'net/v6eval')
-rw-r--r-- | net/v6eval/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile index 721807745a4c..fa2596213899 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -12,11 +12,15 @@ PORTEPOCH= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.tahi.org/release/v6eval/ -MAINTAINER= Yukiyo.Akisada@jp.yokogawa.com +MAINTAINER= ports@FreeBSD.org COMMENT= IPv6 Conformance Test Platform RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect +RESTRICTED= permission to use withdrawn by authors; contact portmgr for details +DEPRECATED= ${RESTRICTED} +EXPIRATION_DATE= 2012-03-14 + USE_PERL5= yes USE_OPENSSL= yes NO_MANCOMPRESS= yes |