diff options
author | kris <kris@FreeBSD.org> | 2007-02-11 09:23:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-11 09:23:35 +0800 |
commit | 35d77456ca562e360ad86733def5f58bdbde6f66 (patch) | |
tree | db259b23860cf0c04945a8c663ea95acbf8f0b39 /net-p2p | |
parent | 68db2280bea39b12abe2f3c64f94bb9d12eaaa15 (diff) | |
download | freebsd-ports-graphics-35d77456ca562e360ad86733def5f58bdbde6f66.tar.gz freebsd-ports-graphics-35d77456ca562e360ad86733def5f58bdbde6f66.tar.zst freebsd-ports-graphics-35d77456ca562e360ad86733def5f58bdbde6f66.zip |
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-core/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-core/Makefile b/net-p2p/py-bittorrent-core/Makefile index 475183b2723..f93e4b19e29 100644 --- a/net-p2p/py-bittorrent-core/Makefile +++ b/net-p2p/py-bittorrent-core/Makefile @@ -15,5 +15,7 @@ WITHOUT_GUI= yes MASTERDIR= ${.CURDIR}/../py-bittorrent BROKEN= Fails to patch +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2007-04-10 .include "${MASTERDIR}/Makefile" diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index eed3cba9b18..0c893e0360f 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -18,6 +18,8 @@ COMMENT= Plugins for the Verlihub Linux/Unix Direct Connect Hub Software BUILD_DEPENDS= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub BROKEN= Does not configure, it needs at least verlihub 1.0 +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2007-04-10 WRKSRC= ${WRKDIR}/vh_plugins-0.1 |