From vvelox@vvelox.net  Mon Sep 21 23:55:50 2009
Return-Path: <vvelox@vvelox.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9266D1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Sep 2009 23:55:50 +0000 (UTC)
	(envelope-from vvelox@vvelox.net)
Received: from vulpes.vvelox.net (vulpes.vvelox.NET [74.200.198.26])
	by mx1.freebsd.org (Postfix) with ESMTP id 74DCB8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Sep 2009 23:55:50 +0000 (UTC)
Received: from vixen42.vulpes (unknown [99.69.115.46])
	(Authenticated sender: vvelox)
	by vulpes.vvelox.net (Postfix) with ESMTP id C3F62B894
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Sep 2009 18:56:32 -0500 (CDT)
Message-Id: <1253577414.89188@vixen42.vulpes>
Date: Mon, 21 Sep 2009 18:56:54 -0500
From: "Zane C.B." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: deskutils/blogtk: fails to start as the version in the ports no longer works with it's dependencies
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify: jbq@caraldi.com

>Number:         139042
>Category:       ports
>Synopsis:       deskutils/blogtk: fails to start as the version in the ports no longer works with it's dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 22 00:00:06 UTC 2009
>Closed-Date:    Thu Jul 01 12:54:46 UTC 2010
>Last-Modified:  Thu Jul 01 12:54:46 UTC 2010
>Originator:     Zane C.B.
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.2-STABLE #0: Fri Jul  3 02:54:35 UTC 2009
    kittemp@vixen42.vulpes:/usr/obj/usr/src/sys/GENERIC



>Description:




[kitsune@vixen42]/home/kitsune> blogtk 
/usr/local/bin/blogtk:83: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  self.mainGlade = gtk.glade.XML('/usr/local/share/blogtk/blogtk.glade')
Traceback (most recent call last):
  File "/usr/local/bin/blogtk", line 1243, in <module>
    blogtk = BloGTK()
  File "/usr/local/bin/blogtk", line 138, in __init__
    self.grabConfig()
  File "/usr/local/bin/blogtk", line 372, in grabConfig
    self.url = self.conf.get(self.sectionName, 'server')
  File "/usr/local/lib/python2.6/ConfigParser.py", line 531, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'Default'
Exit 1
[kitsune@vixen42]/home/kitsune> 


>How-To-Repeat:


1: install it
2: run blogtk


>Fix:





>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 22 00:00:26 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139042 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jbq@caraldi.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/139042: deskutils/blogtk: fails to start as the version in the ports no longer works with it's dependencies
Date: Tue, 22 Sep 2009 00:00:22 UT

 Maintainer of deskutils/blogtk,
 
 Please note that PR ports/139042 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139042
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: pgollucci@FreeBSD.org
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139042 deskutils/blogtk: fails to start as the version in the ports no longer works with it's dependencies
Date: Mon, 18 Jan 2010 02:26:48 -0500

 ping....
 

From: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To: bug-followup@FreeBSD.org, vvelox@vvelox.net, pgollucci@FreeBSD.org
Cc:  
Subject: Re: ports/139042: deskutils/blogtk: fails to start as the version
	in the ports no longer works with it's dependencies
Date: Sat, 15 May 2010 01:42:17 +0200

 --GID0FwUMdk1T2AWN
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Here is a patch which updates the port to version 2.0 (Significant rewrite)
 which fixed the issue.
 
 Note to commiter: Not tested in tinderbox, don't have one handy.
 
 Cheers,
 Martin
 
 -- 
 Martin Tournoij
 carpetsmoker@rwxrwxrwx.net
 http://www.carpetsmoker.net | http://www.daemonforums.org
 
 QOTD:
 Don't kid yourself.  Little is relevant, and nothing lasts
 forever.
 
 --GID0FwUMdk1T2AWN
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="blogtk.diff"
 
 diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' deskutils/blogtk.orig/Makefile deskutils/blogtk/Makefile
 --- deskutils/blogtk.orig/Makefile	2010-05-14 22:11:24.000000000 +0000
 +++ deskutils/blogtk/Makefile	2010-05-15 01:38:21.000000000 +0000
 @@ -6,35 +6,26 @@
  #
  
  PORTNAME=	blogtk
 -PORTVERSION=	1.1
 -PORTREVISION=	6
 -CATEGORIES=	deskutils
 -MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/BloGTK-${PORTVERSION}
 -DISTNAME=	${PORTNAME}_${PORTVERSION}
 +PORTVERSION=	2.0
 +CATEGORIES=	deskutils python
 +MASTER_SITES=	http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/
  
  MAINTAINER=	jbq@caraldi.com
  COMMENT=	A client for Blogger, Movable Type, and other blogging systems
  
 -WRKSRC=		${WRKDIR}/BloGTK-${PORTVERSION}
 +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_BZIP2=	yes
 -USE_GNOME=	pygnomeextras
 -USE_PYTHON=	2.4+
 +USE_GNOME=	pygnomeextras pygtksourceview 
 +USE_PYTHON=	2.3-2.7	# No Python 3 support
 +
 +# Is there a better way to handle this? Launchpad depends on 302 directs it seems
 +FETCH_ARGS=	-pRr
  NO_BUILD=	yes
 +MAKE_ENV+=	PYTHON="${PYTHON_CMD}"
  
 -post-patch:
 -	@${FIND} ${WRKSRC}/src -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e \
 -		's|/usr/share|${PREFIX}/share|g ; \
 -		 s|gtk\.FALSE|False|g ; \
 -		 s|gtk\.TRUE|True|g'
 -
 -do-install:
 -	@${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/blogtk
 -	${INSTALL_SCRIPT} ${WRKSRC}/src/*.py ${PYTHONPREFIX_SITELIBDIR}/blogtk
 -	@${LN} -fs ${PYTHONPREFIX_SITELIBDIR}/blogtk/BloGTK.py ${PREFIX}/bin/blogtk
 -	@${MKDIR} ${DATADIR}
 -	${INSTALL_DATA} ${WRKSRC}/pixmaps/*.glade ${DATADIR}
 -	${INSTALL_DATA} ${WRKSRC}/pixmaps/*.gladep ${DATADIR}
 -	${INSTALL_DATA} ${WRKSRC}/pixmaps/*.png ${DATADIR}
 +post-install:
 +	@${RM} ${DATADIR}2/lib/blogtk2/*.py~
  
  .include <bsd.port.mk>
 diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' deskutils/blogtk.orig/distinfo deskutils/blogtk/distinfo
 --- deskutils/blogtk.orig/distinfo	2010-05-14 22:11:24.000000000 +0000
 +++ deskutils/blogtk/distinfo	2010-05-14 22:19:08.000000000 +0000
 @@ -1,3 +1,3 @@
 -MD5 (blogtk_1.1.tar.bz2) = cd2d2521a261867cd9c830a81d3d4408
 -SHA256 (blogtk_1.1.tar.bz2) = de12ee193f14e10f4d9a81804adb242316f42a27bc4c2bd11470b4b6c830eeab
 -SIZE (blogtk_1.1.tar.bz2) = 64325
 +MD5 (blogtk-2.0.tar.gz) = f7fd77db6a8ba92898c03ef35f658e6f
 +SHA256 (blogtk-2.0.tar.gz) = 0557bd151a0c1837f91f1d9984d8afa308a462727a9701dfeeb4f17aa332828a
 +SIZE (blogtk-2.0.tar.gz) = 530263
 diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' deskutils/blogtk.orig/files/patch-blogtk-no-category deskutils/blogtk/files/patch-blogtk-no-category
 --- deskutils/blogtk.orig/files/patch-blogtk-no-category	2010-05-14 22:11:24.000000000 +0000
 +++ deskutils/blogtk/files/patch-blogtk-no-category	1970-01-01 00:00:00.000000000 +0000
 @@ -1,19 +0,0 @@
 ---- 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
 diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' deskutils/blogtk.orig/pkg-descr deskutils/blogtk/pkg-descr
 --- deskutils/blogtk.orig/pkg-descr	2010-05-14 22:11:24.000000000 +0000
 +++ deskutils/blogtk/pkg-descr	2010-05-14 22:20:32.000000000 +0000
 @@ -1,5 +1,13 @@
 -BloGTK is a weblog client that allows you to post to your weblog without the
 -need for a separate browser window. BloGTK allows you to connect with many
 -weblog systems such as Blogger, Movable Type, pMachine, and more.
 +BloGTK is a weblog posting client written in Python for any platform that 
 +supports Python and the GTK widget set. BloGTK allows you to connect to your 
 +weblog with XML-RPC and create new posts.
  
 -WWW: http://blogtk.sourceforge.net/
 +Supported weblogs:
 +MovableType versions 2.5 or later.
 +Blogger
 +WordPress 1.5 or later or WordPress.com
 +Windows Live Spaces
 +Expression Engine (but autoconfiguration does not work)
 +Any blog that uses the MetaWeblog API.
 +
 +WWW: http://blogtk.jayreding.com/
 diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' deskutils/blogtk.orig/pkg-plist deskutils/blogtk/pkg-plist
 --- deskutils/blogtk.orig/pkg-plist	2010-05-14 22:11:24.000000000 +0000
 +++ deskutils/blogtk/pkg-plist	2010-05-15 01:37:36.000000000 +0000
 @@ -1,20 +1,36 @@
 -bin/blogtk
 -%%PYTHON_SITELIBDIR%%/blogtk/BloGTK.py
 -%%PYTHON_SITELIBDIR%%/blogtk/config.py
 -%%PYTHON_SITELIBDIR%%/blogtk/customtags.py
 -%%PYTHON_SITELIBDIR%%/blogtk/post.py
 -%%PYTHON_SITELIBDIR%%/blogtk/preview.py
 -%%PYTHON_SITELIBDIR%%/blogtk/proxy.py
 -%%PYTHON_SITELIBDIR%%/blogtk/spellcheck.py
 -%%DATADIR%%/b-32.png
 -%%DATADIR%%/blogtk-icon.png
 -%%DATADIR%%/blogtk-logo.png
 -%%DATADIR%%/blogtk.glade
 -%%DATADIR%%/blogtk.gladep
 -%%DATADIR%%/stock_insert-image.png
 -%%DATADIR%%/stock_insert-table.png
 -%%DATADIR%%/stock_link.png
 -%%DATADIR%%/stock_para.png
 -%%DATADIR%%/stock_text_indent.png
 -@dirrm %%DATADIR%%
 -@dirrm %%PYTHON_SITELIBDIR%%/blogtk
 +bin/blogtk2
 +share/pixmaps/blogtk-icon.png
 +%%DATADIR%%2/lib/blogtk2/BeautifulSoup.py
 +%%DATADIR%%2/lib/blogtk2/BeautifulSoup.pyc
 +%%DATADIR%%2/lib/blogtk2/__init__.py
 +%%DATADIR%%2/lib/blogtk2/__init__.pyc
 +%%DATADIR%%2/lib/blogtk2/atomapi.py
 +%%DATADIR%%2/lib/blogtk2/atomapi.pyc
 +%%DATADIR%%2/lib/blogtk2/blogger.py
 +%%DATADIR%%2/lib/blogtk2/blogger.pyc
 +%%DATADIR%%2/lib/blogtk2/bloggeratom.py
 +%%DATADIR%%2/lib/blogtk2/bloggeratom.pyc
 +%%DATADIR%%2/lib/blogtk2/config.py
 +%%DATADIR%%2/lib/blogtk2/config.pyc
 +%%DATADIR%%2/lib/blogtk2/editor.py
 +%%DATADIR%%2/lib/blogtk2/editor.pyc
 +%%DATADIR%%2/lib/blogtk2/filehandler.py
 +%%DATADIR%%2/lib/blogtk2/filehandler.pyc
 +%%DATADIR%%2/lib/blogtk2/firstrun.py
 +%%DATADIR%%2/lib/blogtk2/firstrun.pyc
 +%%DATADIR%%2/lib/blogtk2/main.py
 +%%DATADIR%%2/lib/blogtk2/main.pyc
 +%%DATADIR%%2/lib/blogtk2/metaweblog.py
 +%%DATADIR%%2/lib/blogtk2/metaweblog.pyc
 +%%DATADIR%%2/lib/blogtk2/mtapi.py
 +%%DATADIR%%2/lib/blogtk2/mtapi.pyc
 +%%DATADIR%%2/glade/blogtk2.glade
 +%%DATADIR%%2/res/b-32.png
 +%%DATADIR%%2/res/blogtk-logo.png
 +share/applications/blogtk.desktop
 +@dirrm %%DATADIR%%2/i18n
 +@dirrm %%DATADIR%%2/res
 +@dirrm %%DATADIR%%2/glade
 +@dirrm %%DATADIR%%2/lib/blogtk2
 +@dirrm %%DATADIR%%2/lib
 +@dirrm %%DATADIR%%2
 
 --GID0FwUMdk1T2AWN--
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Thu Jul 1 09:46:32 UTC 2010 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139042 
State-Changed-From-To: feedback->patched 
State-Changed-By: stefan 
State-Changed-When: Thu Jul 1 09:57:25 UTC 2010 
State-Changed-Why:  
Update to 2.0 committed - Zane, can you confirm that this fixes your issue so 
this PR can be closed? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139042 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139042: commit references a PR
Date: Thu,  1 Jul 2010 09:57:26 +0000 (UTC)

 stefan      2010-07-01 09:57:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/blogtk     Makefile distinfo pkg-descr pkg-plist 
   Removed files:
     deskutils/blogtk/files patch-blogtk-no-category 
   Log:
   Update to 2.0.
   
   PR:             139042
   Submitted by:   "Zane C.B." <vvelox@vvelox.net>
   Patch by:       Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
   Approved by:    maintainer timeout (9 months)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.16      +16 -23    ports/deskutils/blogtk/Makefile
   1.4       +3 -3      ports/deskutils/blogtk/distinfo
   1.2       +0 -19     ports/deskutils/blogtk/files/patch-blogtk-no-category (dead)
   1.2       +12 -4     ports/deskutils/blogtk/pkg-descr
   1.2       +35 -19    ports/deskutils/blogtk/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: stefan 
State-Changed-When: Thu Jul 1 12:54:05 UTC 2010 
State-Changed-Why:  
Submitter reports the problem described does not occur with the new version. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139042 
>Unformatted:
