Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 13:31:32 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326396 - head/deskutils/blogtk
Message-ID:  <201309051331.r85DVWM4037645@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051331.r85DVWM4037645>