From owner-svn-ports-head@freebsd.org Fri Oct 28 17:13:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 981D6C256DA; Fri, 28 Oct 2016 17:13:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FC59164A; Fri, 28 Oct 2016 17:13:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SHDjHx040381; Fri, 28 Oct 2016 17:13:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SHDjxw040378; Fri, 28 Oct 2016 17:13:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610281713.u9SHDjxw040378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 28 Oct 2016 17:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424867 - in head: benchmarks/py-naarad deskutils/py-khal www/calendarserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 17:13:46 -0000 Author: jbeich Date: Fri Oct 28 17:13:45 2016 New Revision: 424867 URL: https://svnweb.freebsd.org/changeset/ports/424867 Log: devel/py-pytz: track PORTEPOCH in consumers Modified: head/benchmarks/py-naarad/Makefile (contents, props changed) head/deskutils/py-khal/Makefile (contents, props changed) head/www/calendarserver/Makefile (contents, props changed) Modified: head/benchmarks/py-naarad/Makefile ============================================================================== --- head/benchmarks/py-naarad/Makefile Fri Oct 28 17:13:24 2016 (r424866) +++ head/benchmarks/py-naarad/Makefile Fri Oct 28 17:13:45 2016 (r424867) @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol \ bash:shells/bash \ Modified: head/deskutils/py-khal/Makefile ============================================================================== --- head/deskutils/py-khal/Makefile Fri Oct 28 17:13:24 2016 (r424866) +++ head/deskutils/py-khal/Makefile Fri Oct 28 17:13:45 2016 (r424867) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clic ${PYTHON_PKGNAMEPREFIX}icalendar>=3.8.2:devel/py-icalendar \ ${PYTHON_PKGNAMEPREFIX}urwid>=1.2.1:devel/py-urwid \ ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2014.10:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2014.10,1:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal \ Modified: head/www/calendarserver/Makefile ============================================================================== --- head/www/calendarserver/Makefile Fri Oct 28 17:13:24 2016 (r424866) +++ head/www/calendarserver/Makefile Fri Oct 28 17:13:45 2016 (r424867) @@ -23,7 +23,7 @@ RUN_DEPENDS= memcached:databases/memcach ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pg8000>=1.10.2:databases/py-pg8000 \ ${PYTHON_PKGNAMEPREFIX}psutil>=3.4.2:sysutils/py-psutil \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2016.1:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2016.1,1:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}service_identity>=14.0.0:security/py-service_identity \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:databases/py-sqlite3 \