Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 2010 17:26:39 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/153420: [PATCH] net/py-s3cmd: update to 1.0.0-rc1
Message-ID:  <20101224092639.6487A269CF@lwbsd.csie.net>
Resent-Message-ID: <201012240930.oBO9UBiF043385@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153420
>Category:       ports
>Synopsis:       [PATCH] net/py-s3cmd: update to 1.0.0-rc1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 24 09:30:11 UTC 2010
>Closed-Date:
>Last-Modified:
>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-rc1

Though this is RC version, but we the current release version (0.9.9.91) cannot communicate with S3 correctly.

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

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

--- py27-s3cmd-1.0.0.r1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/py-s3cmd/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	10 Dec 2009 10:33:51 -0000	1.12
+++ Makefile	24 Dec 2010 09:25:09 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	s3cmd
-PORTVERSION=	0.9.9.91
+DISTVERSION=	1.0.0-rc1
 CATEGORIES=	net python
-MASTER_SITES=	SF/s3tools/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF/s3tools/${PORTNAME}/${DISTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	clsung@FreeBSD.org
@@ -20,8 +20,12 @@
 USE_PYDISTUTILS=	yes
 USE_PYTHON=	yes
 
+PYDISTUTILS_PKGVERSION=	1.0.0_rc1
+
 MAN1=		s3cmd.1
 
+FETCH_ARGS=	-Fpr
+
 post-patch:
 	${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/setup.py
 .ifndef(NOPORTDOCS)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/py-s3cmd/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	10 Dec 2009 10:33:51 -0000	1.11
+++ distinfo	24 Dec 2010 09:25:09 -0000
@@ -1,3 +1,2 @@
-MD5 (s3cmd-0.9.9.91.tar.gz) = 0b8334ab4ffb1e09d6964861dc001e0f
-SHA256 (s3cmd-0.9.9.91.tar.gz) = 3c7b5ebaaba52473c73268cb0d79e6e46111e5d1f25d73f2d2ffbfc4dc905343
-SIZE (s3cmd-0.9.9.91.tar.gz) = 51132
+SHA256 (s3cmd-1.0.0-rc1.tar.gz) = 6359467a46ea1af56938926ce06c3949e4f94ed04ff475a6e2dc7a1580192d5d
+SIZE (s3cmd-1.0.0-rc1.tar.gz) = 56268
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/py-s3cmd/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	25 Mar 2009 02:06:08 -0000	1.3
+++ pkg-plist	24 Dec 2010 09:25:09 -0000
@@ -5,6 +5,9 @@
 %%PYTHON_SITELIBDIR%%/S3/ACL.py
 %%PYTHON_SITELIBDIR%%/S3/ACL.pyc
 %%PYTHON_SITELIBDIR%%/S3/ACL.pyo
+%%PYTHON_SITELIBDIR%%/S3/AccessLog.py
+%%PYTHON_SITELIBDIR%%/S3/AccessLog.pyc
+%%PYTHON_SITELIBDIR%%/S3/AccessLog.pyo
 %%PYTHON_SITELIBDIR%%/S3/BidirMap.py
 %%PYTHON_SITELIBDIR%%/S3/BidirMap.pyc
 %%PYTHON_SITELIBDIR%%/S3/BidirMap.pyo
--- py27-s3cmd-1.0.0.r1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101224092639.6487A269CF>