diff options
author | jgh <jgh@FreeBSD.org> | 2015-02-21 04:03:49 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-02-21 04:03:49 +0800 |
commit | 2930425742d831c8d0200aef7485727d44482767 (patch) | |
tree | 14662508f920b0759a3dd4fed827c08826919bb7 /www | |
parent | 52ecb1b3a7f7ea6cb90ec1526da8f902da7a0882 (diff) | |
download | freebsd-ports-gnome-2930425742d831c8d0200aef7485727d44482767.tar.gz freebsd-ports-gnome-2930425742d831c8d0200aef7485727d44482767.tar.zst freebsd-ports-gnome-2930425742d831c8d0200aef7485727d44482767.zip |
- update MASTER_SITE
- update dependency, python version
Reported by: koobs
Diffstat (limited to 'www')
-rw-r--r-- | www/py-trello/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-trello/Makefile b/www/py-trello/Makefile index f326cef65c0c..84a15b6fe51b 100644 --- a/www/py-trello/Makefile +++ b/www/py-trello/Makefile @@ -3,9 +3,9 @@ PORTNAME= trello PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= /source/t/trello PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org @@ -16,9 +16,9 @@ LICENSE_NAME= Fog Creek Software LICENSE_FILE= ${WRKSRC}/PKG-INFO LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.9.1:${PORTSDIR}/www/py-requests -USES= python zip -USE_PYTHON= distutils autoplist +USES= python:-2.7 zip +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |