Date: Sun, 28 Jun 2020 05:50:32 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540677 - head/security/py-gssapi Message-ID: <202006280550.05S5oWuw046349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Jun 28 05:50:32 2020 New Revision: 540677 URL: https://svnweb.freebsd.org/changeset/ports/540677 Log: Update to 1.6.5 PR: 247601 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Modified: head/security/py-gssapi/Makefile head/security/py-gssapi/distinfo Modified: head/security/py-gssapi/Makefile ============================================================================== --- head/security/py-gssapi/Makefile Sun Jun 28 05:46:48 2020 (r540676) +++ head/security/py-gssapi/Makefile Sun Jun 28 05:50:32 2020 (r540677) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gssapi -DISTVERSION= 1.6.1 +DISTVERSION= 1.6.5 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,11 @@ COMMENT= High-level and low-level Python bindings to G LICENSE= ISCL -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1.4.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ ${PY_ENUM34} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist OPTIONS_RADIO= GSSAPI Modified: head/security/py-gssapi/distinfo ============================================================================== --- head/security/py-gssapi/distinfo Sun Jun 28 05:46:48 2020 (r540676) +++ head/security/py-gssapi/distinfo Sun Jun 28 05:50:32 2020 (r540677) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565447441 -SHA256 (gssapi-1.6.1.tar.gz) = 99172a907ecc2d831390f389d3d2099863f48a16975f3c823f3ff3ad1579d5bf -SIZE (gssapi-1.6.1.tar.gz) = 1042941 +TIMESTAMP = 1593261344 +SHA256 (gssapi-1.6.5.tar.gz) = 9971eb9771215164ae6ff4af6e020a13cb8d5a55bc834a329be53594d2d1250a +SIZE (gssapi-1.6.5.tar.gz) = 1045011
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006280550.05S5oWuw046349>