From owner-svn-ports-head@freebsd.org Thu Oct 31 14:49:34 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC21415B3CF; Thu, 31 Oct 2019 14:49:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473pBQ4kdqz4NFs; Thu, 31 Oct 2019 14:49:34 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F11524351; Thu, 31 Oct 2019 14:49:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9VEnY6m021327; Thu, 31 Oct 2019 14:49:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9VEnX24021325; Thu, 31 Oct 2019 14:49:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910311449.x9VEnX24021325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Oct 2019 14:49:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516151 - head/devel/py-dateutils X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-dateutils X-SVN-Commit-Revision: 516151 X-SVN-Commit-Repository: ports 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.29 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: Thu, 31 Oct 2019 14:49:34 -0000 Author: sunpoet Date: Thu Oct 31 14:49:33 2019 New Revision: 516151 URL: https://svnweb.freebsd.org/changeset/ports/516151 Log: Update to 0.6.7 - Update LICENSE - Update WWW Changes: https://github.com/jmcantrell/python-dateutils/commits/master Modified: head/devel/py-dateutils/Makefile head/devel/py-dateutils/distinfo (contents, props changed) head/devel/py-dateutils/pkg-descr (contents, props changed) Modified: head/devel/py-dateutils/Makefile ============================================================================== --- head/devel/py-dateutils/Makefile Thu Oct 31 14:49:28 2019 (r516150) +++ head/devel/py-dateutils/Makefile Thu Oct 31 14:49:33 2019 (r516151) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dateutils -PORTVERSION= 0.6.6 -PORTREVISION= 2 +PORTVERSION= 0.6.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Various utilities for working with date and datetime objects -LICENSE= BSD3CLAUSE +LICENSE= PD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} Modified: head/devel/py-dateutils/distinfo ============================================================================== --- head/devel/py-dateutils/distinfo Thu Oct 31 14:49:28 2019 (r516150) +++ head/devel/py-dateutils/distinfo Thu Oct 31 14:49:33 2019 (r516151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507829721 -SHA256 (dateutils-0.6.6.tar.gz) = c94a8e77d743abac79ed91f99f5ef594a972a527e05145cbb7aba59beced8a71 -SIZE (dateutils-0.6.6.tar.gz) = 3492 +TIMESTAMP = 1572528611 +SHA256 (dateutils-0.6.7.tar.gz) = 98ba55b20306450768e06aa9dbcd75105384c2c39a3060702144ed518716cb49 +SIZE (dateutils-0.6.7.tar.gz) = 3484 Modified: head/devel/py-dateutils/pkg-descr ============================================================================== --- head/devel/py-dateutils/pkg-descr Thu Oct 31 14:49:28 2019 (r516150) +++ head/devel/py-dateutils/pkg-descr Thu Oct 31 14:49:33 2019 (r516151) @@ -1,3 +1,3 @@ Various utilities for working with date and datetime objects -WWW: https://pypi.org/project/dateutils/ +WWW: https://github.com/jmcantrell/python-dateutils