aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-11 03:24:35 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-11 03:24:35 +0800
commit9ff3c3bfbb15eb048c3436e99b566ca82c9626e1 (patch)
tree12a78cf6d8a3268ac9b65b5d6a1d0364cf1d0b4b /deskutils
parent6053ebfb7804bcc3f06af97228f95c11a6ebdcad (diff)
downloadfreebsd-ports-gnome-9ff3c3bfbb15eb048c3436e99b566ca82c9626e1.tar.gz
freebsd-ports-gnome-9ff3c3bfbb15eb048c3436e99b566ca82c9626e1.tar.zst
freebsd-ports-gnome-9ff3c3bfbb15eb048c3436e99b566ca82c9626e1.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)
Diffstat (limited to 'deskutils')
-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