From navigium@grindcore.ch  Thu Sep 29 18:26:04 2011
Return-Path: <navigium@grindcore.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 54B23106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Sep 2011 18:26:04 +0000 (UTC)
	(envelope-from navigium@grindcore.ch)
Received: from mail6.hostpark.net (mail6.hostpark.net [212.243.197.36])
	by mx1.freebsd.org (Postfix) with ESMTP id F32128FC1C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Sep 2011 18:26:03 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by mail6.hostpark.net (Postfix) with ESMTP id 97D6217031
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Sep 2011 20:06:54 +0200 (CEST)
Received: from mail6.hostpark.net ([127.0.0.1])
	by localhost (mail6.hostpark.net [127.0.0.1]) (amavisd-new, port 10124)
	with ESMTP id N3OCJII5P2Hn for <FreeBSD-gnats-submit@freebsd.org>;
	Thu, 29 Sep 2011 20:06:54 +0200 (CEST)
Received: from beastie.dihei.lan (142-23.104-92.cust.bluewin.ch [92.104.23.142])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail6.hostpark.net (Postfix) with ESMTPSA id 3BC0816DBF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Sep 2011 20:06:54 +0200 (CEST)
Message-Id: <1317319571.47387@beastie.dihei.lan>
Date: Thu, 29 Sep 2011 20:06:11 +0200
From: "Beni Keller" <navigium@grindcore.ch>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: net/heybuddy 0.2.1 -> 0.2.2
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         161131
>Category:       ports
>Synopsis:       net/heybuddy 0.2.1 -> 0.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    zi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 29 18:30:16 UTC 2011
>Closed-Date:    Sat Oct 15 13:57:16 UTC 2011
>Last-Modified:  Sat Oct 15 14:00:17 UTC 2011
>Originator:     Beni Keller
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
    root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC



>Description:


Update of the identi.ca client heybuddy from version 0.2.1 to 0.2.2


>How-To-Repeat:





>Fix:


--- heybuddy.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	heybuddy
#	heybuddy/pkg-descr
#	heybuddy/Makefile
#	heybuddy/pkg-plist
#	heybuddy/distinfo
#
echo c - heybuddy
mkdir -p heybuddy > /dev/null 2>&1
echo x - heybuddy/pkg-descr
sed 's/^X//' >heybuddy/pkg-descr << '6b9ee8be9eaff2abcf62b8985319c1a9'
XHeybuddy is a supposedly light, feature free identi.ca client, 
Xlicensed under GNU GPL v3.
X
XWWW: http://www.jezra.net/projects/heybuddy
6b9ee8be9eaff2abcf62b8985319c1a9
echo x - heybuddy/Makefile
sed 's/^X//' >heybuddy/Makefile << '05a93d66d66cf313d73e97a667aa861c'
X# New ports collection makefile for:   oneko
X# Date created:        5 December 1994
X# Whom:                asami
X#
X# $FreeBSD$
X#
X
XPORTNAME=       heybuddy
XPORTVERSION=    0.2.2
XCATEGORIES=     net
XMASTER_SITES=   http://launchpad.net/${PORTNAME}/0.2/${PORTVERSION}/+download/ \
X                http://freebsd.grindcore.ch/distfiles/
XEXTRACT_SUFX=   .tgz
X
XMAINTAINER=     navigium@grindcore.ch
XCOMMENT=        Heybuddy is a supposedly light, feature free identi.ca client
X
XLICENSE=        GPLv3
X
XFETCH_ARGS=     -Fpr
XUSE_PYTHON=     yes
XUSE_GETTEXT=    yes
XUSE_GNOME=      pygtk2
X
XNO_BUILD=       yes
X
Xdo-install:
X	${MKDIR} ${DATADIR}
X	cd ${WRKSRC}
X	${CP} -r ${WRKSRC}/* ${DATADIR}
X	${LN} -s ${DATADIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
05a93d66d66cf313d73e97a667aa861c
echo x - heybuddy/pkg-plist
sed 's/^X//' >heybuddy/pkg-plist << 'a03b57091be3252ba27397e8d9fde314'
Xbin/heybuddy
X%%DATADIR%%/About.py
X%%DATADIR%%/CertificateValidatingHTTPSHandler.py
X%%DATADIR%%/ChangeLog
X%%DATADIR%%/Communicator.py
X%%DATADIR%%/Configuration.py
X%%DATADIR%%/ContextPage.py
X%%DATADIR%%/Dent.py
X%%DATADIR%%/DentButton.py
X%%DATADIR%%/DentScroller.py
X%%DATADIR%%/FilterFrame.py
X%%DATADIR%%/GroupPage.py
X%%DATADIR%%/ImageCache.py
X%%DATADIR%%/MainWindow.py
X%%DATADIR%%/Notify.py
X%%DATADIR%%/PlatformSpecific.py
X%%DATADIR%%/README.txt
X%%DATADIR%%/ScrollPage.py
X%%DATADIR%%/SettingsPage.py
X%%DATADIR%%/StatusIcon.py
X%%DATADIR%%/UserPage.py
X%%DATADIR%%/XMLProcessor.py
X%%DATADIR%%/_dev/get_text
X%%DATADIR%%/_dev/heybuddy.pot
X%%DATADIR%%/assets/direct_icon.png
X%%DATADIR%%/assets/icon.png
X%%DATADIR%%/assets/icon.svg
X%%DATADIR%%/assets/icon1.png
X%%DATADIR%%/assets/icon14.png
X%%DATADIR%%/assets/icon64.png
X%%DATADIR%%/assets/throbber.gif
X%%DATADIR%%/gpl-3.0.txt
X%%DATADIR%%/heybuddy.py
X%%DATADIR%%/locales/da/LC_MESSAGES/heybuddy.mo
X%%DATADIR%%/locales/de/LC_MESSAGES/heybuddy.mo
X%%DATADIR%%/locales/el/LC_MESSAGES/heybuddy.mo
X%%DATADIR%%/locales/eo/LC_MESSAGES/heybuddy.mo
X%%DATADIR%%/locales/es/LC_MESSAGES/heybuddy.mo
X%%DATADIR%%/locales/gl/LC_MESSAGES/heybuddy.mo
X%%DATADIR%%/locales/pt/LC_MESSAGES/heybuddy.mo
X%%DATADIR%%/locales/pt_BR/LC_MESSAGES/heybuddy.mo
X@unexec rm -f %%DATADIR^^/*.pyc
X@dirrm %%DATADIR%%/locales/pt_BR/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/pt_BR
X@dirrm %%DATADIR%%/locales/pt/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/pt
X@dirrm %%DATADIR%%/locales/gl/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/gl
X@dirrm %%DATADIR%%/locales/es/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/es
X@dirrm %%DATADIR%%/locales/eo/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/eo
X@dirrm %%DATADIR%%/locales/el/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/el
X@dirrm %%DATADIR%%/locales/de/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/de
X@dirrm %%DATADIR%%/locales/da/LC_MESSAGES
X@dirrm %%DATADIR%%/locales/da
X@dirrm %%DATADIR%%/locales
X@dirrm %%DATADIR%%/assets
X@dirrm %%DATADIR%%/_dev
X@dirrm %%DATADIR%%
a03b57091be3252ba27397e8d9fde314
echo x - heybuddy/distinfo
sed 's/^X//' >heybuddy/distinfo << '1aedf1a689fd7ff498a4e6351bf804c6'
XSHA256 (heybuddy-0.2.2.tgz) = 4bcc26cecb374bacce0dce401d29e2d8d6e9ac5c3c931e1288347d6cde4e4ce1
XSIZE (heybuddy-0.2.2.tgz) = 77455
1aedf1a689fd7ff498a4e6351bf804c6
exit

--- heybuddy.shar ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->zi 
Responsible-Changed-By: zi 
Responsible-Changed-When: Thu Oct 13 17:25:19 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161131 
State-Changed-From-To: open->closed 
State-Changed-By: zi 
State-Changed-When: Sat Oct 15 13:57:14 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161131: commit references a PR
Date: Sat, 15 Oct 2011 13:57:08 +0000 (UTC)

 zi          2011-10-15 13:56:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/heybuddy         Makefile distinfo pkg-plist 
   Added files:
     net/heybuddy/files   patch-heybuddy.py 
   Log:
   - Update to 0.2.2
   
   PR:             ports/161131
   Submitted by:   "Beni Keller" <navigium@grindcore.ch> (maintainer)
   
   Revision  Changes    Path
   1.2       +16 -10    ports/net/heybuddy/Makefile
   1.2       +2 -2      ports/net/heybuddy/distinfo
   1.1       +22 -0     ports/net/heybuddy/files/patch-heybuddy.py (new)
   1.2       +46 -38    ports/net/heybuddy/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"
 
>Unformatted:
