View | Details | Raw Unified | Return to bug 100441
Collapse All | Expand All

(-)./Makefile (-2 / +1 lines)
Lines 1-4 Link Here
1
# ex:ts=8
2
# Ports collection makefile for:	blogtk
1
# Ports collection makefile for:	blogtk
3
# Date created:			Jul 30, 2004
2
# Date created:			Jul 30, 2004
4
# Whom:				ijliao
3
# Whom:				ijliao
Lines 13-19 Link Here
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	${PORTNAME}_${PORTVERSION}
13
DISTNAME=	${PORTNAME}_${PORTVERSION}
15
14
16
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	jbq@caraldi.com
17
COMMENT=	A client for Blogger, Movable Type, and other blogging systems
16
COMMENT=	A client for Blogger, Movable Type, and other blogging systems
18
17
19
WRKSRC=		${WRKDIR}/BloGTK-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/BloGTK-${PORTVERSION}
(-)./files/patch-blogtk-no-category (+19 lines)
Line 0 Link Here
1
--- src/BloGTK.py.orig	Mon Jan 10 04:51:05 2005
2
+++ src/BloGTK.py	Mon Jul 17 17:04:32 2006
3
@@ -609,6 +609,7 @@
4
 	       blogID = item['blogid']
5
 
6
       # Are we using MT? If so, we need to pull the category ID as well.
7
+      catID = "0"
8
       if self.system == "mt":
9
       
10
          catName = self.catCombo.entry.get_text()
11
@@ -619,8 +620,6 @@
12
             for k,v in item.items():
13
 					if item['categoryName'] == catName:
14
 						catID = item['categoryId']
15
-      else:
16
-         catID = "0"
17
 
18
       # 0.95 - We also need to pull our extended entry as well as our other
19
 		# fields

Return to bug 100441