aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-09-20 01:13:26 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-09-20 01:13:26 +0800
commita9c4c8ccf9940378c6ee53c12af1d4438cabcb8b (patch)
tree288018e0bdba7500e27bf6af2d7f91e87b145e1c
parentfb74e5d95f694760f5ac21d92c57aefb3b12800e (diff)
downloadfreebsd-ports-gnome-a9c4c8ccf9940378c6ee53c12af1d4438cabcb8b.tar.gz
freebsd-ports-gnome-a9c4c8ccf9940378c6ee53c12af1d4438cabcb8b.tar.zst
freebsd-ports-gnome-a9c4c8ccf9940378c6ee53c12af1d4438cabcb8b.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)
-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