From lwhsu@lwbsd.csie.net  Mon Jan 10 05:50:04 2011
Return-Path: <lwhsu@lwbsd.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 77871106564A;
	Mon, 10 Jan 2011 05:50:04 +0000 (UTC)
	(envelope-from lwhsu@lwbsd.csie.net)
Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 3C8118FC14;
	Mon, 10 Jan 2011 05:50:02 +0000 (UTC)
Received: from lucky7.csie.net (localhost [127.0.0.1])
	by lucky7.csie.net (Postfix) with ESMTP id 24BBC147C1B;
	Mon, 10 Jan 2011 13:50:01 +0800 (CST)
Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197])
	by lucky7.csie.net (Postfix) with ESMTP id 16CFD147C04;
	Mon, 10 Jan 2011 13:50:01 +0800 (CST)
Received: by lwbsd.csie.net (Postfix, from userid 1001)
	id EA20D40332; Mon, 10 Jan 2011 13:50:00 +0800 (CST)
Message-Id: <20110110055000.EA20D40332@lwbsd.csie.net>
Date: Mon, 10 Jan 2011 13:50:00 +0800 (CST)
From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@FreeBSD.org
Subject: [PATCH] net/py-s3cmd: update to 1.0.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153834
>Category:       ports
>Synopsis:       [PATCH] net/py-s3cmd: update to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 05:50:08 UTC 2011
>Closed-Date:    Sat Feb 05 10:53:04 UTC 2011
>Last-Modified:  Sat Feb  5 11:00:29 UTC 2011
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Sep 21 20:44:28 CST 2010
>Description:
- Update to 1.0.0

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-s3cmd-1.0.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/py-s3cmd/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	31 Dec 2010 01:54:16 -0000	1.13
+++ Makefile	10 Jan 2011 05:49:33 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	s3cmd
-DISTVERSION=	1.0.0-rc1
+PORTVERSION=	1.0.0
 CATEGORIES=	net python
-MASTER_SITES=	SF/s3tools/${PORTNAME}/${DISTVERSION}
+MASTER_SITES=	SF/s3tools/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	clsung@FreeBSD.org
@@ -20,8 +20,6 @@
 USE_PYDISTUTILS=	yes
 USE_PYTHON=	yes
 
-PYDISTUTILS_PKGVERSION=	1.0.0_rc1
-
 MAN1=		s3cmd.1
 
 FETCH_ARGS=	-Fpr
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/py-s3cmd/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- distinfo	31 Dec 2010 01:54:16 -0000	1.12
+++ distinfo	10 Jan 2011 05:49:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (s3cmd-1.0.0-rc1.tar.gz) = 6359467a46ea1af56938926ce06c3949e4f94ed04ff475a6e2dc7a1580192d5d
-SIZE (s3cmd-1.0.0-rc1.tar.gz) = 56268
+SHA256 (s3cmd-1.0.0.tar.gz) = 9796e313a22db863d92069ed573d131ef7e74723ec88fff901a345b3a08ce656
+SIZE (s3cmd-1.0.0.tar.gz) = 57430
--- py27-s3cmd-1.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 10 05:50:15 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153834 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 5 10:53:03 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153834: commit references a PR
Date: Sat,  5 Feb 2011 10:52:52 +0000 (UTC)

 miwi        2011-02-05 10:52:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/py-s3cmd         Makefile distinfo 
   Log:
   - Update to 1.0.0
   
   PR:             153834
   Submitted by:   lwhsu
   Approved by:    maintainer timeout
   Feature safe:   yes
   
   Revision  Changes    Path
   1.14      +2 -4      ports/net/py-s3cmd/Makefile
   1.13      +2 -2      ports/net/py-s3cmd/distinfo
 _______________________________________________
 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:
