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 | |
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')
-rw-r--r-- | net/ct/Makefile | 6 | ||||
-rw-r--r-- | net/v6eval/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net/ct/Makefile b/net/ct/Makefile index 8c966afc15f0..99976492cda8 100644 --- a/net/ct/Makefile +++ b/net/ct/Makefile @@ -10,11 +10,15 @@ PORTVERSION= 2.1.2 CATEGORIES= net ipv6 MASTER_SITES= http://www.tahi.org/release/ct/ -MAINTAINER= Yukiyo.Akisada@jp.yokogawa.com +MAINTAINER= ports@FreeBSD.org COMMENT= IPv6 Conformance Test Kit RUN_DEPENDS= ${LOCALBASE}/v6eval/bin/pktbuf:${PORTSDIR}/net/v6eval +RESTRICTED= permission to use withdrawn by authors; contact portmgr for details +DEPRECATED= ${RESTRICTED} +EXPIRATION_DATE= 2012-03-14 + USE_PERL5= yes NO_BUILD= yes 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 |