Bug 181749 - Update deskutils/blogtk: Mark port as deprecated and set timeout.
Summary: Update deskutils/blogtk: Mark port as deprecated and set timeout.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 10:40 UTC by Zane C. Bowers-Hadley
Modified: 2013-09-05 14:40 UTC (History)
0 users

See Also:


Attachments
deskutils_blogtk_Makefile.diff (553 bytes, patch)
2013-09-02 10:40 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2013-09-02 10:40:02 UTC

This is no longer maintained upstream and is not under active development.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-02 10:40:10 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-04 23:44:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-05 14:31:39 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-09-05 14:31:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!