ports/160478: [PATCH] net/py27-s3cmd: drop py-elementtree dependency, restrict USE_PYTHON range

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 5 09:50:04 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list