diff options
author | crees <crees@FreeBSD.org> | 2011-10-05 00:50:27 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-10-05 00:50:27 +0800 |
commit | b623e904574aba9d2a1590be2f6deed6b0035ac6 (patch) | |
tree | 6f0bc03c7c884789066bf58508d60d41a11c8d08 /astro | |
parent | 37221216bef1e1c58aa4c3c1b7860ea7793a3771 (diff) | |
download | freebsd-ports-gnome-b623e904574aba9d2a1590be2f6deed6b0035ac6.tar.gz freebsd-ports-gnome-b623e904574aba9d2a1590be2f6deed6b0035ac6.tar.zst freebsd-ports-gnome-b623e904574aba9d2a1590be2f6deed6b0035ac6.zip |
Deprecate some unsupported ports:
astro/weatherget: Broken b/c of weather.com new licensing rules not agreed by author
devel/py-vmaps: Author recommends using math/py-numpy instead
devel/py-reverse: Now part of pylint
PR: ports/161074 ports/161063 ports/161067
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/weatherget/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/weatherget/Makefile b/astro/weatherget/Makefile index a1606d5bab1c..78e2c9faee04 100644 --- a/astro/weatherget/Makefile +++ b/astro/weatherget/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= CENKES BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Command-line weather reporting tool +DEPRECATED= Broken b/c of weather.com new licensing rules not agreed by author +EXPIRATION_DATE=2011-11-04 + USE_BZIP2= yes USE_PYTHON= yes NO_BUILD= yes |