diff options
author | wg <wg@FreeBSD.org> | 2013-09-05 21:31:31 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-05 21:31:31 +0800 |
commit | bdac805252e3cab3deb6b79cca5f7cb52ad4cd2e (patch) | |
tree | 53c042f4c238e874f309e1ea0ec6cffd4842b485 /deskutils | |
parent | 60c1604e14c518e4b1c08870fc91adb0e8e59b01 (diff) | |
download | freebsd-ports-graphics-bdac805252e3cab3deb6b79cca5f7cb52ad4cd2e.tar.gz freebsd-ports-graphics-bdac805252e3cab3deb6b79cca5f7cb52ad4cd2e.tar.zst freebsd-ports-graphics-bdac805252e3cab3deb6b79cca5f7cb52ad4cd2e.zip |
deskutils/blogtk: mark as deprecated
- This is no longer maintained upstream and is not under active development
PR: ports/181749
Submitted by: Zane C.B-H. <vvelox vvelox.net> (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/blogtk/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/deskutils/blogtk/Makefile b/deskutils/blogtk/Makefile index e19727123d7..1fc0c9ed36a 100644 --- a/deskutils/blogtk/Makefile +++ b/deskutils/blogtk/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: blogtk -# Date created: Jul 30, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= blogtk PORTVERSION= 2.0 @@ -11,12 +7,14 @@ CATEGORIES= deskutils python MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/ MAINTAINER= vvelox@vvelox.net -COMMENT= A client for Blogger, Movable Type, and other blogging systems +COMMENT= Client for Blogger, Movable Type, and other blogging systems + +DEPRECATED= This is dead upstream and is no longer being maintained +EXPIRATION_DATE=2013-11-01 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata \ ${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk - USE_GNOME= pygnomeextras pygtksourceview USE_PYTHON= 2.3-2.7 # No Python 3 support |