From linpc2@tbsd5.cs.nctu.edu.tw  Sun Apr 29 14:48:55 2012
Return-Path: <linpc2@tbsd5.cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 58B021065673;
	Sun, 29 Apr 2012 14:48:55 +0000 (UTC)
	(envelope-from linpc2@tbsd5.cs.nctu.edu.tw)
Received: from tbsd5.cs.nctu.edu.tw (tbsd5.cs.nctu.edu.tw [140.113.235.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 044368FC1C;
	Sun, 29 Apr 2012 14:48:54 +0000 (UTC)
Received: from tbsd5.cs.nctu.edu.tw (linpc2@localhost [127.0.0.1])
	by tbsd5.cs.nctu.edu.tw (8.14.4/8.14.4) with ESMTP id q3TEbRDl000278;
	Sun, 29 Apr 2012 22:37:27 +0800 (CST)
	(envelope-from linpc2@tbsd5.cs.nctu.edu.tw)
Received: (from linpc2@localhost)
	by tbsd5.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q3TEbRF7000277;
	Sun, 29 Apr 2012 22:37:27 +0800 (CST)
	(envelope-from linpc2)
Message-Id: <201204291437.q3TEbRF7000277@tbsd5.cs.nctu.edu.tw>
Date: Sun, 29 Apr 2012 22:37:27 +0800 (CST)
From: Po-Chien Lin <linpc@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: flz@freebsd.org
Subject: [PATCH] devel/rbtools: update to 0.4.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167424
>Category:       ports
>Synopsis:       [PATCH] devel/rbtools: update to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 14:50:10 UTC 2012
>Closed-Date:    Mon May 28 17:16:45 UTC 2012
>Last-Modified:  Mon May 28 17:20:04 UTC 2012
>Originator:     Po-Chien Lin
>Release:        FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD tbsd5.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011
>Description:
Update to 0.4.1

Port maintainer (flz@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- rbtools-0.4.1.patch begins here ---
diff -ruN --exclude=CVS ../rbtools.orig/Makefile ./Makefile
--- ../rbtools.orig/Makefile	2012-04-29 22:04:09.000000000 +0800
+++ ./Makefile	2012-04-29 22:18:34.000000000 +0800
@@ -6,18 +6,19 @@
 #
 
 PORTNAME=	${ORIGNAME:L}
-DISTVERSION=	0.3.2
-PORTREVISION=	1
+PORTVERSION=	0.4.1
 CATEGORIES=	devel
-MASTER_SITES=	http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:C|^(...).*|\1|}/
-DISTNAME=	${ORIGNAME}-${DISTVERSION}
+MASTER_SITES=	http://downloads.reviewboard.org/releases/${ORIGNAME}/${PORTVERSION:C|^(...).*|\1|}/
+DISTNAME=	${ORIGNAME}-${PORTVERSION}
 
 MAINTAINER=	flz@FreeBSD.org
 COMMENT=	ReviewBoard Toolset
 
+LICENSE=	MIT
+
 ORIGNAME=	RBTools
 
-USE_PYTHON=	2.6-2.7
+USE_PYTHON=	2.4-2.7
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	${ORIGNAME}
 PYDISTUTILS_PKGVERSION=	${DISTVERSION}
diff -ruN --exclude=CVS ../rbtools.orig/distinfo ./distinfo
--- ../rbtools.orig/distinfo	2012-04-29 22:04:09.000000000 +0800
+++ ./distinfo	2012-04-29 21:53:42.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (RBTools-0.3.2.tar.gz) = 3009d302850cee551b84c8b912fced752dea3c59febbf96db3ef5fe9d2dc771d
-SIZE (RBTools-0.3.2.tar.gz) = 48207
+SHA256 (RBTools-0.4.1.tar.gz) = fb31aff187268bb079332c7801a73fcf144079282bd651b42952abfc5d3e19ec
+SIZE (RBTools-0.4.1.tar.gz) = 53127
diff -ruN --exclude=CVS ../rbtools.orig/pkg-descr ./pkg-descr
--- ../rbtools.orig/pkg-descr	2012-04-29 22:04:09.000000000 +0800
+++ ./pkg-descr	2012-04-29 21:55:09.000000000 +0800
@@ -1,4 +1,4 @@
 rbtools is a collection of console utility scripts for use with
 Review Board.
 
-WWW: http://www.review-board.org/
+WWW: http://www.reviewboard.org/
--- rbtools-0.4.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 29 14:50:33 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: flz@FreeBSD.org, Po-Chien Lin <linpc@cs.nctu.edu.tw>
Subject: Re: ports/167424: [PATCH] devel/rbtools: update to 0.4.1
Date: Sun, 27 May 2012 15:20:22 -0300

 Ping? Is there anything else to do before committing this?

From: Po-Chien Lin <linpc@cs.nctu.edu.tw>
To: Raphael Kubo da Costa <rakuco@freebsd.org>
Cc: bug-followup@freebsd.org, flz@freebsd.org
Subject: Re: ports/167424: [PATCH] devel/rbtools: update to 0.4.1
Date: Mon, 28 May 2012 09:32:32 +0800

 I think you can just commit it,
 I have test this version myself for months without any trouble.
 
 Thanks!
 
 Sincerely,
 linpc
 
 On Mon, May 28, 2012 at 2:20 AM, Raphael Kubo da Costa
 <rakuco@freebsd.org> wrote:
 > Ping? Is there anything else to do before committing this?
 >
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Mon May 28 17:16:44 UTC 2012 
State-Changed-Why:  
Committed with the changes mentioned above. Thank you! 

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

From: Raphael Kubo da Costa <rakuco@freebsd.org>
To: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Cc: bug-followup@freebsd.org,  flz@freebsd.org
Subject: Re: ports/167424: [PATCH] devel/rbtools: update to 0.4.1
Date: Mon, 28 May 2012 14:11:59 -0300

 Po-Chien Lin <linpc@cs.nctu.edu.tw> writes:
 
 > I think you can just commit it,
 > I have test this version myself for months without any trouble.
 
 Thanks for the work. I'm going to commit a slightly different version:
  - There does not seem to be any need to change DISTVERSION to
    PORTVERSION.
  - Supporting Python 2.4 and 2.5 requires conditionally depending on
    simplejson, which can be done in a separate patch so we don't delay
    this even more (see ports/160395).

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167424: commit references a PR
Date: Mon, 28 May 2012 17:16:13 +0000 (UTC)

 rakuco      2012-05-28 17:16:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/rbtools        Makefile distinfo pkg-descr 
   Log:
   - Update to 0.4.1.
   - Set LICENSE.
   - Adjust URL in the description.
   
   PR:             ports/167424
   Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
   Approved by:    flz (maintainer timeout, 1 month)
   
   Revision  Changes    Path
   1.6       +3 -2      ports/devel/rbtools/Makefile
   1.4       +2 -2      ports/devel/rbtools/distinfo
   1.3       +1 -1      ports/devel/rbtools/pkg-descr
 _______________________________________________
 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:
