From nobody@FreeBSD.org  Wed Jan  2 10:26:07 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id EE5E76E4
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Jan 2013 10:26:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D4E998FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Jan 2013 10:26:07 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r02AQ60r023680
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 2 Jan 2013 10:26:06 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r02AQ6mU023679;
	Wed, 2 Jan 2013 10:26:06 GMT
	(envelope-from nobody)
Message-Id: <201301021026.r02AQ6mU023679@red.freebsd.org>
Date: Wed, 2 Jan 2013 10:26:06 GMT
From: Alexander Moisseev <moiseev@mezonplus.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] mail/roundcube-thunderbird_labels: update to 0.8.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174894
>Category:       ports
>Synopsis:       [maintainer update] mail/roundcube-thunderbird_labels: update to 0.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 10:30:00 UTC 2013
>Closed-Date:    Wed Jan 02 21:53:55 UTC 2013
>Last-Modified:  Wed Jan  2 22:00:00 UTC 2013
>Originator:     Alexander Moisseev
>Release:        
>Organization:
>Environment:
>Description:
- Update to 0.8.1
- Convert Makefile headers to new style

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ./roundcube-thunderbird_labels.orig/Makefile ./roundcube-thunderbird_labels/Makefile
--- ./roundcube-thunderbird_labels.orig/Makefile	2013-01-02 13:33:59.000000000 +0400
+++ ./roundcube-thunderbird_labels/Makefile	2013-01-02 14:06:07.000000000 +0400
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	roundcube-thunderbird_labels
-# Date created:				27 Oct 2011
-# Whom:					Alexander Moisseev <moiseev@mezonplus.ru>
-#
-# $FreeBSD: ports/mail/roundcube-thunderbird_labels/Makefile,v 1.4 2012/11/17 05:59:13 svnexp Exp $
-#
+# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
+# $FreeBSD$
 
 PORTNAME=	thunderbird_labels
-PORTVERSION=	0.8
+PORTVERSION=	0.8.1
 CATEGORIES=	mail
 MASTER_SITES=	http://rcmail-thunderbird-labels.googlecode.com/files/
 PKGNAMEPREFIX=	roundcube-
diff -ruN ./roundcube-thunderbird_labels.orig/distinfo ./roundcube-thunderbird_labels/distinfo
--- ./roundcube-thunderbird_labels.orig/distinfo	2013-01-02 13:33:59.000000000 +0400
+++ ./roundcube-thunderbird_labels/distinfo	2013-01-02 13:43:18.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (thunderbird_labels-0.8.tar.bz2) = d420cab12a5a843b0b763d9839d37f5cb76e6ba2d148801a58c230648de7b86a
-SIZE (thunderbird_labels-0.8.tar.bz2) = 12535
+SHA256 (thunderbird_labels-0.8.1.tar.bz2) = b0bbb64f8a7f08b266ceb97046816c702a20750cc3cba97ea7938bd0b1eda99a
+SIZE (thunderbird_labels-0.8.1.tar.bz2) = 12620


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Wed Jan 2 21:51:56 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174894 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Wed Jan 2 21:53:54 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174894: commit references a PR
Date: Wed,  2 Jan 2013 21:53:34 +0000 (UTC)

 Author: rm
 Date: Wed Jan  2 21:53:22 2013
 New Revision: 309842
 URL: http://svnweb.freebsd.org/changeset/ports/309842
 
 Log:
   - update to 0.8.1
   - trim Makefile header
   
   PR:		174894
   Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
 
 Modified:
   head/mail/roundcube-thunderbird_labels/Makefile
   head/mail/roundcube-thunderbird_labels/distinfo
 
 Modified: head/mail/roundcube-thunderbird_labels/Makefile
 ==============================================================================
 --- head/mail/roundcube-thunderbird_labels/Makefile	Wed Jan  2 21:43:31 2013	(r309841)
 +++ head/mail/roundcube-thunderbird_labels/Makefile	Wed Jan  2 21:53:22 2013	(r309842)
 @@ -1,12 +1,8 @@
 -# New ports collection makefile for:	roundcube-thunderbird_labels
 -# Date created:				27 Oct 2011
 -# Whom:					Alexander Moisseev <moiseev@mezonplus.ru>
 -#
 +# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
  # $FreeBSD$
 -#
  
  PORTNAME=	thunderbird_labels
 -PORTVERSION=	0.8
 +PORTVERSION=	0.8.1
  CATEGORIES=	mail
  MASTER_SITES=	http://rcmail-thunderbird-labels.googlecode.com/files/
  PKGNAMEPREFIX=	roundcube-
 
 Modified: head/mail/roundcube-thunderbird_labels/distinfo
 ==============================================================================
 --- head/mail/roundcube-thunderbird_labels/distinfo	Wed Jan  2 21:43:31 2013	(r309841)
 +++ head/mail/roundcube-thunderbird_labels/distinfo	Wed Jan  2 21:53:22 2013	(r309842)
 @@ -1,2 +1,2 @@
 -SHA256 (thunderbird_labels-0.8.tar.bz2) = d420cab12a5a843b0b763d9839d37f5cb76e6ba2d148801a58c230648de7b86a
 -SIZE (thunderbird_labels-0.8.tar.bz2) = 12535
 +SHA256 (thunderbird_labels-0.8.1.tar.bz2) = b0bbb64f8a7f08b266ceb97046816c702a20750cc3cba97ea7938bd0b1eda99a
 +SIZE (thunderbird_labels-0.8.1.tar.bz2) = 12620
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
