Index: head/www/py-caldav/Makefile =================================================================== --- head/www/py-caldav/Makefile (revision 496081) +++ head/www/py-caldav/Makefile (revision 496082) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= caldav -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jrm@FreeBSD.org COMMENT= CalDAV (RFC4791) client library LICENSE= APACHE20 GPLv3 LICENSE_COMB= dual -USES= python -USE_PYTHON= distutils autoplist +NO_ARCH= yes RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=3.6.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:deskutils/py-vobject@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist .include Index: head/www/py-caldav/distinfo =================================================================== --- head/www/py-caldav/distinfo (revision 496081) +++ head/www/py-caldav/distinfo (revision 496082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485357538 -SHA256 (caldav-0.5.0.tar.gz) = c71d922906259fef96e85142d8fb495e395e7851a176e816eabef1d88e0437ad -SIZE (caldav-0.5.0.tar.gz) = 43932 +TIMESTAMP = 1552844670 +SHA256 (caldav-0.6.0.tar.gz) = 3fabc9483e5df8ec1c87d2b2f46f784689d8aeb26e67880aeadd83c2ae9d89d2 +SIZE (caldav-0.6.0.tar.gz) = 33946 Index: head/www/py-caldav/pkg-descr =================================================================== --- head/www/py-caldav/pkg-descr (revision 496081) +++ head/www/py-caldav/pkg-descr (revision 496082) @@ -1,8 +1,8 @@ CalDAV (RFC4791) client library for Python. Calendaring extensions to WebDAV, or CalDAV, is an Internet standard allowing a client to access scheduling information on a remote server. It extends WebDAV (HTTP-based protocol for data manipulation) specification and uses iCalendar format for the data. -WWW: https://bitbucket.org/cyrilrbt/caldav/wiki/Home +WWW: https://github.com/python-caldav/caldav