aboutsummaryrefslogtreecommitdiff
path: root/net/py-s3cmd
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-19 17:13:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-19 17:13:26 +0000
commit2671251da17aca05e77524e3b3a0d74aac35e860 (patch)
tree9cefc05230542e6ab517ad4e901b9b0361835fc9 /net/py-s3cmd
parentd9cd305f9bf1ed776ce4c57b3361d08c4a809171 (diff)
downloadports-2671251da17aca05e77524e3b3a0d74aac35e860.tar.gz
ports-2671251da17aca05e77524e3b3a0d74aac35e860.zip
- Drop devel/py-elementtree dependency
- Restrict USE_PYTHON range - Bump PORTREVISION for dependency change PR: ports/160478 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
Notes
Notes: svn path=/head/; revision=282004
Diffstat (limited to 'net/py-s3cmd')
-rw-r--r--net/py-s3cmd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index b4518b2e678a..eab6c59e7a14 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -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 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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