From c0rn@o2.pl  Wed Jul  5 17:12:31 2006
Return-Path: <c0rn@o2.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A160E16A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Jul 2006 17:12:31 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF9643D62
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Jul 2006 17:12:19 +0000 (GMT)
	(envelope-from c0rn@o2.pl)
Received: from blaviken.slowicza.org (aboe18.neoplus.adsl.tpnet.pl [83.8.20.18])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by poczta.o2.pl (Postfix) with ESMTP id BA4E85806A;
	Wed,  5 Jul 2006 19:12:17 +0200 (CEST)
Message-Id: <1152119557.36905@blaviken.slowicza.org>
Date: Wed, 5 Jul 2006 19:12:37 +0200
From: "Pawel Pekala" <c0rn@o2.pl>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: v.velox@vvelox.net
Subject: [PATCH] mail/sylpheed-claws-rssyl update to 0.5
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify: v.velox@vvelox.net

>Number:         99810
>Category:       ports
>Synopsis:       [PATCH] mail/sylpheed-claws-rssyl update to 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 05 17:20:18 GMT 2006
>Closed-Date:    Mon Jul 10 17:04:51 GMT 2006
>Last-Modified:  Mon Jul 10 17:04:51 GMT 2006
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.5-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.5-RELEASE #5: Mon May 29 17:57:41 CEST 2006
    root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


- update to 0.5
- install gettext translation files


>How-To-Repeat:





>Fix:


--- sc-rssyl.diff begins here ---
diff -ur /usr/ports/mail/sylpheed-claws-rssyl/Makefile sylpheed-claws-rssyl/Makefile
--- /usr/ports/mail/sylpheed-claws-rssyl/Makefile	Mon Jul  3 18:03:35 2006
+++ sylpheed-claws-rssyl/Makefile	Wed Jul  5 19:02:39 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	rssyl
-DISTVERSION=	0.4cvs6
-PORTEPOCH=	1
+PORTVERSION=	0.5
 CATEGORIES=	mail
 MASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
 PKGNAMEPREFIX=	sylpheed-claws-
@@ -21,6 +20,11 @@
 
 USE_X_PREFIX=	yes
 USE_AUTOTOOLS=	autoconf:259
+USE_GETTEXT=	yes
+USE_ICONV=	yes
+
+CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
+	--with-libintl-prefix=${LOCALBASE}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/100\.93/100/' ${WRKSRC}/configure.ac
diff -ur /usr/ports/mail/sylpheed-claws-rssyl/distinfo sylpheed-claws-rssyl/distinfo
--- /usr/ports/mail/sylpheed-claws-rssyl/distinfo	Fri Apr 28 06:19:16 2006
+++ sylpheed-claws-rssyl/distinfo	Wed Jul  5 18:41:57 2006
@@ -1,3 +1,3 @@
-MD5 (rssyl-0.4cvs6.tar.gz) = c730bd5aa9ff3924f747aa5e048b973d
-SHA256 (rssyl-0.4cvs6.tar.gz) = 8237bf8eeaa16189e2dc32428a28940557469968aca531b025a5f742001614d9
-SIZE (rssyl-0.4cvs6.tar.gz) = 419293
+MD5 (rssyl-0.5.tar.gz) = bc5d3fe0e9c23e89f168b4502cad5aaf
+SHA256 (rssyl-0.5.tar.gz) = 36da0556cef9cac9c2e56bf35efc6689bfaf33ab0ff9e82763dc65150123a648
+SIZE (rssyl-0.5.tar.gz) = 426606
diff -ur /usr/ports/mail/sylpheed-claws-rssyl/pkg-plist sylpheed-claws-rssyl/pkg-plist
--- /usr/ports/mail/sylpheed-claws-rssyl/pkg-plist	Sat Dec 31 19:42:57 2005
+++ sylpheed-claws-rssyl/pkg-plist	Wed Jul  5 19:05:50 2006
@@ -1,3 +1,14 @@
 lib/sylpheed-claws/plugins/rssyl.a
 lib/sylpheed-claws/plugins/rssyl.la
 lib/sylpheed-claws/plugins/rssyl.so
+share/locale/de/LC_MESSAGES/rssyl.mo
+share/locale/es/LC_MESSAGES/rssyl.mo
+share/locale/fi/LC_MESSAGES/rssyl.mo
+share/locale/fr/LC_MESSAGES/rssyl.mo
+share/locale/it/LC_MESSAGES/rssyl.mo
+share/locale/pl/LC_MESSAGES/rssyl.mo
+share/locale/pt_BR/LC_MESSAGES/rssyl.mo
+share/locale/sk/LC_MESSAGES/rssyl.mo
+share/locale/sr/LC_MESSAGES/rssyl.mo
+share/locale/sv/LC_MESSAGES/rssyl.mo
+share/locale/zh_CN/LC_MESSAGES/rssyl.mo
--- sc-rssyl.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jul 5 17:20:26 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99810 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Jul 6 03:11:42 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99810 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Fri Jul 7 01:36:33 UTC 2006 
State-Changed-Why:  
maintainer approved 

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

From: Vulpes Velox <v.velox@vvelox.net>
To: bug-followup@FreeBSD.org
Cc: edwin@FreeBSD.org, "Pawel Pekala" <c0rn@o2.pl>
Subject: Re: ports/99810: [PATCH] mail/sylpheed-claws-rssyl update to 0.5
Date: Thu, 6 Jul 2006 20:34:09 +0000

 Cool. Looks good. Just applied it and had no problems.
 
 On Wed, 5 Jul 2006 17:20:24 UT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of mail/sylpheed-claws-rssyl,
 > 
 > Please note that PR ports/99810 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/99810
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 10 17:04:48 UTC 2006 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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