aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gcalcli
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-10 19:24:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-10 19:24:35 +0000
commit9e4907823d4e6cb20899fa5d3f0f4f3c6dddf855 (patch)
tree12a78cf6d8a3268ac9b65b5d6a1d0364cf1d0b4b /deskutils/gcalcli
parentf5a7bbe20b44e2ed7ce2b3d6d9ce2e9d94056ac8 (diff)
downloadports-9e4907823d4e6cb20899fa5d3f0f4f3c6dddf855.tar.gz
ports-9e4907823d4e6cb20899fa5d3f0f4f3c6dddf855.zip
Move devel/py-gflags to devel/py-python-gflags and update to 3.1.0
- Add LICENSE_FILE - Add NO_ARCH - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) - Remove PROJECTHOST - Update WWW Changes: https://github.com/google/python-gflags/releases PR: 215614 Differential Revision: https://reviews.FreeBSD.org/D8926 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
Notes
Notes: svn path=/head/; revision=431127
Diffstat (limited to 'deskutils/gcalcli')
-rw-r--r--deskutils/gcalcli/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/gcalcli/Makefile b/deskutils/gcalcli/Makefile
index 1bc97bfce453..7ab233459a09 100644
--- a/deskutils/gcalcli/Makefile
+++ b/deskutils/gcalcli/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gcalcli
PORTVERSION= 3.2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
MAINTAINER= ports@thelanman.net
@@ -13,10 +13,10 @@ COMMENT= Google Calendar Command Line Interface
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
- ${PYTHON_SITELIBDIR}/gdata/__init__.py:devel/py-gdata \
- ${PYTHON_SITELIBDIR}/gflags.py:devel/py-gflags \
- ${PYTHON_SITELIBDIR}/apiclient/__init__.py:www/py-google-api-python-client \
- ${PYTHON_SITELIBDIR}/httplib2/__init__.py:www/py-httplib2
+ ${PYTHON_PKGNAMEPREFIX}gdata>=0:devel/py-gdata \
+ ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client \
+ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2 \
+ ${PYTHON_PKGNAMEPREFIX}python-gflags>=0:devel/py-python-gflags
USES= python:-2.7
USE_GITHUB= yes