From nobody@FreeBSD.org  Wed Oct 11 18:51:11 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 085BD16A416
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Oct 2006 18:51:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D25FA43D9A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Oct 2006 18:50:08 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9BIo3Ua097938
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Oct 2006 18:50:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k9BIo2kK097933;
	Wed, 11 Oct 2006 18:50:02 GMT
	(envelope-from nobody)
Message-Id: <200610111850.k9BIo2kK097933@www.freebsd.org>
Date: Wed, 11 Oct 2006 18:50:02 GMT
From: Ricardo Nabinger Sanchez<rnsanchez@wait4.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ports] [mail] updating mail/sylpheed2-devel to latest beta
X-Send-Pr-Version: www-3.0

>Number:         104303
>Category:       ports
>Synopsis:       updating mail/sylpheed2-devel to latest beta
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 11 19:00:29 GMT 2006
>Closed-Date:    Wed Nov 01 14:01:52 GMT 2006
>Last-Modified:  Wed Nov 01 14:01:52 GMT 2006
>Originator:     Ricardo Nabinger Sanchez
>Release:        FreeBSD 6.1-RELEASE
>Organization:
>Environment:
FreeBSD sauron.lan.box 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Sylpheed has a -devel (mail/sylpheed2-devel) port currently marked as IGNORE.  The attached patch updates it to 2.3.0-beta2, which is the latest available as of 11/oct/2006.

Tested according to section 3.4 of the Porter's Handbook and with portlint, which gives a single warning (suggest the inclusion of a WITHOUT_NLS knob).

In case the attached patch is mangled, there's a copy here:

http://rnsanchez.wait4.org/FreeBSD/patches/sylpheed2-devel_20061011.diff

Regards.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/sylpheed2-devel/Makefile,v
retrieving revision 1.147
diff -u -p -r1.147 Makefile
--- Makefile    25 Sep 2006 03:03:06 -0000      1.147
+++ Makefile    11 Oct 2006 18:37:58 -0000
@@ -6,22 +6,19 @@
 #
 
 PORTNAME=      sylpheed
-PORTVERSION=   2.2.0
-PORTREVISION=  3
+PORTVERSION=   2.3.0.b2
 CATEGORIES=    mail ipv6
-MASTER_SITES=  http://sylpheed.good-day.net/sylpheed/v2.2/ \
+MASTER_SITES=  http://sylpheed.sraoss.jp/sylpheed/v2.3beta/ \
                ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    sylpheed-claws/
-DISTNAME=      ${PORTNAME}-${PORTVERSION}
+DISTNAME=      ${PORTNAME}-2.3.0beta2
 
 MAINTAINER=    nork@FreeBSD.org
 COMMENT=       A lightweight, featureful, and fast GTK+ based e-mail client
 
 RUN_DEPENDS=   ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
-IGNORE=                "is out-of-dated, use mail/sylpheed2 instead of this, until the next development starts."
-
-LATEST_LINK=   ${PORTNAME}22
+LATEST_LINK=   ${PORTNAME}23
 USE_BZIP2=     yes
 USE_GETTEXT=   yes
 USE_GMAKE=     yes
@@ -117,6 +114,8 @@ post-patch:
 .endif
 
 post-install:
+       @${MKDIR} ${PREFIX}/share/pixmaps
+       @${MKDIR} ${PREFIX}/share/applications
        @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/
        @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/applications/
 .if !defined(NOPORTDOCS)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/sylpheed2-devel/distinfo,v
retrieving revision 1.103
diff -u -p -r1.103 distinfo
--- distinfo    13 Feb 2006 16:18:33 -0000      1.103
+++ distinfo    11 Oct 2006 18:37:58 -0000
@@ -1,3 +1,3 @@
-MD5 (sylpheed-2.2.0.tar.bz2) = da23e5c6ef869c4fe847ea9207f40ddf
-SHA256 (sylpheed-2.2.0.tar.bz2) = 72724821199dd92d9bb0068fc88054fc0144144889af7dc6dfea9ea4ae607a6c
-SIZE (sylpheed-2.2.0.tar.bz2) = 2492789
+MD5 (sylpheed-2.3.0beta2.tar.bz2) = 8b9dc8d9a830b81359dca9d92895474c
+SHA256 (sylpheed-2.3.0beta2.tar.bz2) = de0182969da71a061342a6aafbd4bc202d7509ec16d78b37d8a4d2f270b04784
+SIZE (sylpheed-2.3.0beta2.tar.bz2) = 2583550
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/sylpheed2-devel/pkg-plist,v
retrieving revision 1.35
diff -u -p -r1.35 pkg-plist
--- pkg-plist   8 Apr 2006 04:49:20 -0000       1.35
+++ pkg-plist   11 Oct 2006 18:37:58 -0000
@@ -1,6 +1,5 @@
 bin/sylpheed
 share/applications/sylpheed.desktop
-share/pixmaps/sylpheed.png
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.ja
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL
@@ -9,65 +8,27 @@ share/pixmaps/sylpheed.png
 %%PORTDOCS%%%%DOCSDIR%%/README.ja
 %%PORTDOCS%%%%DOCSDIR%%/TODO
 %%PORTDOCS%%%%DOCSDIR%%/TODO.ja
-share/locale/cs/LC_MESSAGES/sylpheed.mo
-share/locale/bg/LC_MESSAGES/sylpheed.mo
-share/locale/da/LC_MESSAGES/sylpheed.mo
-share/locale/de/LC_MESSAGES/sylpheed.mo
-share/locale/el/LC_MESSAGES/sylpheed.mo
-share/locale/es/LC_MESSAGES/sylpheed.mo
-share/locale/et/LC_MESSAGES/sylpheed.mo
-share/locale/fr/LC_MESSAGES/sylpheed.mo
-share/locale/gl/LC_MESSAGES/sylpheed.mo
-share/locale/hr/LC_MESSAGES/sylpheed.mo
-share/locale/hu/LC_MESSAGES/sylpheed.mo
-share/locale/it/LC_MESSAGES/sylpheed.mo
-share/locale/ja/LC_MESSAGES/sylpheed.mo
-share/locale/ko/LC_MESSAGES/sylpheed.mo
-share/locale/lt/LC_MESSAGES/sylpheed.mo
-share/locale/nl/LC_MESSAGES/sylpheed.mo
-share/locale/pl/LC_MESSAGES/sylpheed.mo
-share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
-share/locale/ro/LC_MESSAGES/sylpheed.mo
-share/locale/ru/LC_MESSAGES/sylpheed.mo
-share/locale/sk/LC_MESSAGES/sylpheed.mo
-share/locale/sl/LC_MESSAGES/sylpheed.mo
-share/locale/sr/LC_MESSAGES/sylpheed.mo
-share/locale/sv/LC_MESSAGES/sylpheed.mo
-share/locale/tr/LC_MESSAGES/sylpheed.mo
-share/locale/uk/LC_MESSAGES/sylpheed.mo
-share/locale/vi/LC_MESSAGES/sylpheed.mo
-share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
-share/locale/zh_TW/LC_MESSAGES/sylpheed.mo
-%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html
-%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-1.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-2.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-3.html
-%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-1.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-2.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-3.html
-%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-1.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-2.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-3.html
-%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-1.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-2.html
 %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-3.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-10.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-11.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-12.html
@@ -78,18 +39,17 @@ share/locale/zh_TW/LC_MESSAGES/sylpheed.
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-17.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-18.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-19.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-20.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.sgml
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-1.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-10.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-11.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-12.html
@@ -100,9 +60,49 @@ share/locale/zh_TW/LC_MESSAGES/sylpheed.
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-17.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-18.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-19.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-20.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-21.html
 %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-22.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html
+%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.sgml
+share/locale/bg/LC_MESSAGES/sylpheed.mo
+share/locale/cs/LC_MESSAGES/sylpheed.mo
+share/locale/da/LC_MESSAGES/sylpheed.mo
+share/locale/de/LC_MESSAGES/sylpheed.mo
+share/locale/el/LC_MESSAGES/sylpheed.mo
+share/locale/es/LC_MESSAGES/sylpheed.mo
+share/locale/et/LC_MESSAGES/sylpheed.mo
+share/locale/fr/LC_MESSAGES/sylpheed.mo
+share/locale/gl/LC_MESSAGES/sylpheed.mo
+share/locale/hr/LC_MESSAGES/sylpheed.mo
+share/locale/hu/LC_MESSAGES/sylpheed.mo
+share/locale/it/LC_MESSAGES/sylpheed.mo
+share/locale/ja/LC_MESSAGES/sylpheed.mo
+share/locale/ko/LC_MESSAGES/sylpheed.mo
+share/locale/lt/LC_MESSAGES/sylpheed.mo
+share/locale/nl/LC_MESSAGES/sylpheed.mo
+share/locale/pl/LC_MESSAGES/sylpheed.mo
+share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
+share/locale/ro/LC_MESSAGES/sylpheed.mo
+share/locale/ru/LC_MESSAGES/sylpheed.mo
+share/locale/sk/LC_MESSAGES/sylpheed.mo
+share/locale/sl/LC_MESSAGES/sylpheed.mo
+share/locale/sr/LC_MESSAGES/sylpheed.mo
+share/locale/sv/LC_MESSAGES/sylpheed.mo
+share/locale/tr/LC_MESSAGES/sylpheed.mo
+share/locale/uk/LC_MESSAGES/sylpheed.mo
+share/locale/vi/LC_MESSAGES/sylpheed.mo
+share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
+share/locale/zh_TW/LC_MESSAGES/sylpheed.mo
+share/pixmaps/sylpheed.png
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/ja
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 11 19:01:34 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104303: commit references a PR
Date: Wed,  1 Nov 2006 13:58:37 +0000 (UTC)

 nork        2006-11-01 13:58:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/sylpheed2-devel Makefile distinfo pkg-plist 
   Log:
   Update to latest beta, 2.3.0 beta4.
   o Fix many bugs on new GTK+ environment
   o Improved libsylph codes
   o Add some new feature (POP3 before SMTP, ...)
   
   PR:             ports/104303
   Submitted by:   Ricardo Nabinger Sanchez<rnsanchez@wait4.org>
   
   Revision  Changes    Path
   1.148     +8 -6      ports/mail/sylpheed2-devel/Makefile
   1.104     +3 -3      ports/mail/sylpheed2-devel/distinfo
   1.36      +30 -30    ports/mail/sylpheed2-devel/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: open->closed 
State-Changed-By: nork 
State-Changed-When: Wed Nov 1 14:01:40 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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