From c0rn@o2.pl  Thu Sep 28 22:40:41 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 6D7DD16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Sep 2006 22:40:41 +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 0839F43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Sep 2006 22:40:41 +0000 (GMT)
	(envelope-from c0rn@o2.pl)
Received: from caprica.slowicza.org (abns123.neoplus.adsl.tpnet.pl [83.8.8.123])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by poczta.o2.pl (Postfix) with ESMTP id E28F658030;
	Fri, 29 Sep 2006 00:40:39 +0200 (CEST)
Message-Id: <1159483233.59181@caprica.slowicza.org>
Date: Fri, 29 Sep 2006 00:40:33 +0200
From: "Pawel Pekala" <c0rn@o2.pl>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: v.velox@vvelox.net
Subject: [patch] update mail/sylpheed-claws-rssyl
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify: v.velox@vvelox.net

>Number:         103786
>Category:       ports
>Synopsis:       [patch] update mail/sylpheed-claws-rssyl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 22:50:18 GMT 2006
>Closed-Date:    Fri Oct 06 18:43:29 GMT 2006
>Last-Modified:  Fri Oct  6 18:50:25 GMT 2006
>Originator:     Pawel Pekala
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-PRERELEASE #0: Sun Sep 24 03:04:16 CEST 2006
    root@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


- update to 0.6.1


>How-To-Repeat:





>Fix:


--- sc-rssyl.diff begins here ---
diff -urN /usr/ports/mail/sylpheed-claws-rssyl/Makefile sylpheed-claws-rssyl/Makefile
--- /usr/ports/mail/sylpheed-claws-rssyl/Makefile	Sat Sep 23 19:13:14 2006
+++ sylpheed-claws-rssyl/Makefile	Wed Sep 27 20:29:51 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rssyl
-PORTVERSION=	0.6
+PORTVERSION=	0.6.1
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
@@ -16,8 +16,8 @@
 COMMENT=	A RSS/Atom plugin for sylheed-claws
 
 LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
-BUILD_DEPENDS=	sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
-RUN_DEPENDS=	sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
+BUILD_DEPENDS=	sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
+RUN_DEPENDS=	sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
 
 USE_X_PREFIX=	yes
 USE_AUTOTOOLS=	autoconf:259
diff -urN /usr/ports/mail/sylpheed-claws-rssyl/distinfo sylpheed-claws-rssyl/distinfo
--- /usr/ports/mail/sylpheed-claws-rssyl/distinfo	Sat Sep 23 19:13:14 2006
+++ sylpheed-claws-rssyl/distinfo	Wed Sep 27 20:05:04 2006
@@ -1,3 +1,3 @@
-MD5 (rssyl-0.6.tar.gz) = 050f0eef166dd34f1b594a84a100f970
-SHA256 (rssyl-0.6.tar.gz) = 390882e3de045989e196011c0f85001156282fb77ad9c6fea4a318dbee3f5e25
-SIZE (rssyl-0.6.tar.gz) = 430940
+MD5 (rssyl-0.6.1.tar.gz) = e7e69b5aecfe4b66c7eff5d022164d6d
+SHA256 (rssyl-0.6.1.tar.gz) = d3fd55769da92418b5b33eb97221f24161e2d1eccf6cd4b9555db87516aacb04
+SIZE (rssyl-0.6.1.tar.gz) = 444807
--- sc-rssyl.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Sep 28 22:50:39 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103786 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Sep 28 23:00:02 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

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

From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= <c0rn@o2.pl>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103786: [patch] update mail/sylpheed-claws-rssyl
Date: Sun, 1 Oct 2006 13:56:16 +0200

 Fixed build by using autoconf259  
 
 diff -urN /usr/ports/mail/sylpheed-claws-rssyl/Makefile sylpheed-claws-rssyl/Makefile
 --- /usr/ports/mail/sylpheed-claws-rssyl/Makefile	Sat Sep 23 19:13:14 2006
 +++ sylpheed-claws-rssyl/Makefile	Wed Sep 27 20:29:51 2006
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	rssyl
 -PORTVERSION=	0.6
 +PORTVERSION=	0.6.1
  PORTEPOCH=	1
  CATEGORIES=	mail
  MASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
 @@ -16,8 +16,8 @@
  COMMENT=	A RSS/Atom plugin for sylheed-claws
  
  LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
 -BUILD_DEPENDS=	sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
 -RUN_DEPENDS=	sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
 +BUILD_DEPENDS=	sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
 +RUN_DEPENDS=	sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
  
  USE_X_PREFIX=	yes
  USE_AUTOTOOLS=	autoconf:259
 diff -urN /usr/ports/mail/sylpheed-claws-rssyl/distinfo sylpheed-claws-rssyl/distinfo
 --- /usr/ports/mail/sylpheed-claws-rssyl/distinfo	Sat Sep 23 19:13:14 2006
 +++ sylpheed-claws-rssyl/distinfo	Wed Sep 27 20:05:04 2006
 @@ -1,3 +1,3 @@
 -MD5 (rssyl-0.6.tar.gz) = 050f0eef166dd34f1b594a84a100f970
 -SHA256 (rssyl-0.6.tar.gz) = 390882e3de045989e196011c0f85001156282fb77ad9c6fea4a318dbee3f5e25
 -SIZE (rssyl-0.6.tar.gz) = 430940
 +MD5 (rssyl-0.6.1.tar.gz) = e7e69b5aecfe4b66c7eff5d022164d6d
 +SHA256 (rssyl-0.6.1.tar.gz) = d3fd55769da92418b5b33eb97221f24161e2d1eccf6cd4b9555db87516aacb04
 +SIZE (rssyl-0.6.1.tar.gz) = 444807
 diff -urN /usr/ports/mail/sylpheed-claws-rssyl/files/patch-configure.ac sylpheed-claws-rssyl/files/patch-configure.ac
 --- /usr/ports/mail/sylpheed-claws-rssyl/files/patch-configure.ac	Thu Jan  1 01:00:00 1970
 +++ sylpheed-claws-rssyl/files/patch-configure.ac	Sun Oct  1 11:05:56 2006
 @@ -0,0 +1,8 @@
 +--- configure.ac.orig	Sun Oct  1 11:05:00 2006
 ++++ configure.ac	Sun Oct  1 11:05:19 2006
 +@@ -1,4 +1,4 @@
 +-AC_PREREQ(2.60)
 ++AC_PREREQ(2.59)
 + AC_INIT(src/plugin.c)
 + AC_CONFIG_AUX_DIR(config)
 + AM_MAINTAINER_MODE

From: Vulpes Velox <v.velox@vvelox.net>
To: bug-followup@FreeBSD.org
Cc: edwin@FreeBSD.org
Subject: Re: ports/103786: [patch] update mail/sylpheed-claws-rssyl
Date: Sun, 1 Oct 2006 21:32:11 -0500

 On Thu, 28 Sep 2006 22:50:37 UT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of mail/sylpheed-claws-rssyl,
 > 
 > Please note that PR ports/103786 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/103786
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
 
 Fine with me. Not much time these days.
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Oct 6 18:43:26 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103786: commit references a PR
Date: Fri,  6 Oct 2006 18:43:34 +0000 (UTC)

 miwi        2006-10-06 18:43:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/sylpheed-claws-rssyl Makefile distinfo 
   Added files:
     mail/sylpheed-claws-rssyl/files patch-configure.ac 
                                     patch-src-feed.c 
   Log:
   - Update to 0.6.1
   
   PR:             ports/103786
   Submitted by:   Pawel Pekala <c0rn@o2.pl>
   Approved by:    Vulpes Velox <v.velox@vvelox.net> (maintainer)
   
   Revision  Changes    Path
   1.8       +3 -3      ports/mail/sylpheed-claws-rssyl/Makefile
   1.5       +3 -3      ports/mail/sylpheed-claws-rssyl/distinfo
   1.1       +8 -0      ports/mail/sylpheed-claws-rssyl/files/patch-configure.ac (new)
   1.1       +13 -0     ports/mail/sylpheed-claws-rssyl/files/patch-src-feed.c (new)
 _______________________________________________
 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:
