diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-02-23 00:00:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-02-23 00:00:11 +0800 |
commit | 226d9682fcc503078b0e2c722ea518bead74c5e5 (patch) | |
tree | 1114857c534aef392b0ac7fe71a3ccb85a09f115 | |
parent | a8bfeff88d0210b496aa015a44edaa3f3266a661 (diff) | |
download | freebsd-ports-gnome-226d9682fcc503078b0e2c722ea518bead74c5e5.tar.gz freebsd-ports-gnome-226d9682fcc503078b0e2c722ea518bead74c5e5.tar.zst freebsd-ports-gnome-226d9682fcc503078b0e2c722ea518bead74c5e5.zip |
Update to 12.0
Changes: https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst
-rw-r--r-- | devel/py-coloredlogs/Makefile | 8 | ||||
-rw-r--r-- | devel/py-coloredlogs/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-coloredlogs/Makefile b/devel/py-coloredlogs/Makefile index 5d3cfe538e12..6d7694ab0c5f 100644 --- a/devel/py-coloredlogs/Makefile +++ b/devel/py-coloredlogs/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= coloredlogs -PORTVERSION= 10.0 -PORTREVISION= 1 +PORTVERSION= 12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,11 @@ COMMENT= Colored terminal output for Python logging module LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=4.7:textproc/py-humanfriendly@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=6.1:textproc/py-humanfriendly@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/py-coloredlogs/distinfo b/devel/py-coloredlogs/distinfo index 0ae616fc7f18..01d1064f3248 100644 --- a/devel/py-coloredlogs/distinfo +++ b/devel/py-coloredlogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526309971 -SHA256 (coloredlogs-10.0.tar.gz) = b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e377c36 -SIZE (coloredlogs-10.0.tar.gz) = 273273 +TIMESTAMP = 1582355014 +SHA256 (coloredlogs-12.0.tar.gz) = 851419d290ff05773b00057248b630578e997a3803a9bb130d70c87707c5b094 +SIZE (coloredlogs-12.0.tar.gz) = 276384 |