svn commit: r326396 - head/deskutils/blogtk

William Grzybowski wg at FreeBSD.org
Thu Sep 5 13:31:32 UTC 2013


Author: wg
Date: Thu Sep  5 13:31:31 2013
New Revision: 326396
URL: http://svnweb.freebsd.org/changeset/ports/326396

Log:
  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)

Modified:
  head/deskutils/blogtk/Makefile

Modified: head/deskutils/blogtk/Makefile
==============================================================================
--- head/deskutils/blogtk/Makefile	Thu Sep  5 13:21:52 2013	(r326395)
+++ head/deskutils/blogtk/Makefile	Thu Sep  5 13:31:31 2013	(r326396)
@@ -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 at 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
 


More information about the svn-ports-all mailing list