Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Sep 2011 17:49:01 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/160478: [PATCH] net/py27-s3cmd: drop py-elementtree dependency, restrict USE_PYTHON range
Message-ID:  <20110905094901.319D554A9@sunpoet.net>
Resent-Message-ID: <201109050950.p859o3AC090635@freefall.freebsd.org>

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

>Number:         160478
>Category:       ports
>Synopsis:       [PATCH] net/py27-s3cmd: drop py-elementtree dependency, restrict USE_PYTHON range
>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:   Mon Sep 05 09:50:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Drop py-elementtree dependency
- Restrict USE_PYTHON range
- Bump PORTREVISION for dependency change

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

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

--- py27-s3cmd-1.0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/py-s3cmd/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	20 Jun 2011 08:05:14 -0000	1.15
+++ Makefile	5 Sep 2011 09:47:58 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	s3cmd
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	SF/s3tools/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +15,8 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Unix-like tools to manipulate stored files from the command line
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
-BUILD_DEPENDS=	${RUN_DEPENDS}
-
 USE_PYDISTUTILS=	yes
-USE_PYTHON=	yes
+USE_PYTHON=	2.5-2.7
 
 MAN1=		s3cmd.1
 
--- py27-s3cmd-1.0.1_1.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?20110905094901.319D554A9>