diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-10 07:51:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-10 07:51:44 +0800 |
commit | ba56649f1a6c037f21aa102963cc51383c5d6651 (patch) | |
tree | 7a95ce48797bd594aa0ed19788ce0d2812c50aa9 /net-p2p | |
parent | 10c2253a064266fca6ce35ab1fc48c2945503104 (diff) | |
download | freebsd-ports-gnome-ba56649f1a6c037f21aa102963cc51383c5d6651.tar.gz freebsd-ports-gnome-ba56649f1a6c037f21aa102963cc51383c5d6651.tar.zst freebsd-ports-gnome-ba56649f1a6c037f21aa102963cc51383c5d6651.zip |
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-core/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index d95ae8cf00eb..c3f5a4d5de29 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -27,6 +27,9 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ extractor.3:${PORTSDIR}/textproc/libextractor \ microhttpd.23:${PORTSDIR}/www/libmicrohttpd +DEPRECATED= BROKEN for more than 6 month +EXPIRATION_DATE= 2012-05-10 + BROKEN= does not configure OPTIONS= MYSQL "Enable MySQL support" on \ diff --git a/net-p2p/py-bittorrent-core/Makefile b/net-p2p/py-bittorrent-core/Makefile index 95b96fdeb615..fa1bb044c05b 100644 --- a/net-p2p/py-bittorrent-core/Makefile +++ b/net-p2p/py-bittorrent-core/Makefile @@ -14,4 +14,7 @@ WITHOUT_GUI= yes MASTERDIR= ${.CURDIR}/../py-bittorrent +DEPRECATED= BROKEN for more than 6 month +EXPIRATION_DATE= 2012-05-10 + .include "${MASTERDIR}/Makefile" diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index af36a6274769..10db5d7ddab8 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -24,6 +24,9 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_TWISTED= web +DEPRECATED= BROKEN for more than 6 month +EXPIRATION_DATE= 2012-05-10 + BROKEN= does not build CONFLICTS= py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado* btqueue* |