diff options
author | rm <rm@FreeBSD.org> | 2017-02-04 19:40:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2017-02-04 19:40:58 +0800 |
commit | 2b76e2b0a99445b6974cbe86407f37e7c3001e09 (patch) | |
tree | e5a61b2df7f08d36b2842cb91ec278f54171907b /www/py-Lightbox | |
parent | 63154afd9347edb97e34f9ca0b03c335d4a40754 (diff) | |
download | freebsd-ports-gnome-2b76e2b0a99445b6974cbe86407f37e7c3001e09.tar.gz freebsd-ports-gnome-2b76e2b0a99445b6974cbe86407f37e7c3001e09.tar.zst freebsd-ports-gnome-2b76e2b0a99445b6974cbe86407f37e7c3001e09.zip |
Decommission of TurboGears 1.5 and friends
This package branch is no more developed/supported upstream since about 2011.
There is devel/py-turbogears2 (current stable and supported branch) in ports
tree. Since there are no ports, depending on that, mark them deprecated and
set to expire at 2017-03-03
Discussed with: nivit, wen (maintainers, by mail)
Diffstat (limited to 'www/py-Lightbox')
-rw-r--r-- | www/py-Lightbox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-Lightbox/Makefile b/www/py-Lightbox/Makefile index 9e1428a9718d..4c858363dae7 100644 --- a/www/py-Lightbox/Makefile +++ b/www/py-Lightbox/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Lightbox photo display widget for TurboGears +DEPRECATED= Development of this branch ceased +EXPIRATION_DATE= 2017-03-03 + LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:www/py-turbogears |