diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-09 21:41:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-09 21:41:03 +0000 |
commit | e6b7c4e82074d797e671ebbb52c312f763e90c52 (patch) | |
tree | e8d9191833b9b4ead57aac9620784984ee8b026d /www/calendarserver | |
parent | dd7eddc85b84fd45489be6880ad9445f4909f2b8 (diff) | |
download | ports-e6b7c4e82074d797e671ebbb52c312f763e90c52.tar.gz ports-e6b7c4e82074d797e671ebbb52c312f763e90c52.zip |
Notes
Diffstat (limited to 'www/calendarserver')
-rw-r--r-- | www/calendarserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/calendarserver/Makefile b/www/calendarserver/Makefile index 2b5f98092744..24c0c0604eff 100644 --- a/www/calendarserver/Makefile +++ b/www/calendarserver/Makefile @@ -2,7 +2,7 @@ PORTNAME= calendarserver PORTVERSION= 5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= LOCAL/wg PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}psutil>=1.2:${PORTSDIR}/sysutils/py-psutil \ + ${PYTHON_PKGNAMEPREFIX}psutil121>=1.2:${PORTSDIR}/sysutils/py-psutil121 \ ${PYTHON_PKGNAMEPREFIX}PyGreSQL>=4.1:${PORTSDIR}/databases/py-PyGreSQL \ ${PYTHON_PKGNAMEPREFIX}service_identity>=14.0.0:${PORTSDIR}/security/py-service_identity \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:${PORTSDIR}/databases/py-sqlite3 \ |