Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2006 17:10:41 +0200 (CEST)
From:      Jean-Baptiste Quenot <jbq@caraldi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100441: Take maintainership and patch deskutils/blogtk
Message-ID:  <20060717151041.71983632D@vision.anyware>
Resent-Message-ID: <200607171520.k6HFKJvB096003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100441
>Category:       ports
>Synopsis:       Take maintainership and patch deskutils/blogtk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 15:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Baptiste Quenot
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD vision.anyware 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Thu Mar 9 19:20:53 CET 2006 jbq@vision.anyware:/usr/obj/usr/src/sys/VISION i386
>Description:
This update changes the maintainer from ports@FreeBSD.org to me, as I wish to
maintain this port (however the package is no more maintained upstreams).  I'm
attaching a patch that fixes an error when server has no registered categories.
See http://sourceforge.net/tracker/index.php?func=detail&aid=1523895&group_id=87493&atid=583338
Note: there is no chance that this patch gets applied upstreams.

Thanks in advance!
>How-To-Repeat:
>Fix:
diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/deskutils/blogtk/Makefile ./Makefile
--- /usr/ports/deskutils/blogtk/Makefile	Sat May  6 00:01:02 2006
+++ ./Makefile	Mon Jul 17 17:03:05 2006
@@ -1,4 +1,3 @@
-# ex:ts=8
 # Ports collection makefile for:	blogtk
 # Date created:			Jul 30, 2004
 # Whom:				ijliao
@@ -13,7 +12,7 @@
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jbq@caraldi.com
 COMMENT=	A client for Blogger, Movable Type, and other blogging systems
 
 WRKSRC=		${WRKDIR}/BloGTK-${PORTVERSION}
diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/deskutils/blogtk/files/patch-blogtk-no-category ./files/patch-blogtk-no-category
--- /usr/ports/deskutils/blogtk/files/patch-blogtk-no-category	Thu Jan  1 01:00:00 1970
+++ ./files/patch-blogtk-no-category	Mon Jul 17 17:04:43 2006
@@ -0,0 +1,19 @@
+--- src/BloGTK.py.orig	Mon Jan 10 04:51:05 2005
++++ src/BloGTK.py	Mon Jul 17 17:04:32 2006
+@@ -609,6 +609,7 @@
+ 	       blogID = item['blogid']
+ 
+       # Are we using MT? If so, we need to pull the category ID as well.
++      catID = "0"
+       if self.system == "mt":
+       
+          catName = self.catCombo.entry.get_text()
+@@ -619,8 +620,6 @@
+             for k,v in item.items():
+ 					if item['categoryName'] == catName:
+ 						catID = item['categoryId']
+-      else:
+-         catID = "0"
+ 
+       # 0.95 - We also need to pull our extended entry as well as our other
+ 		# fields
>Release-Note:
>Audit-Trail:
>Unformatted:



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