Date: Sat, 20 Oct 2018 14:50:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482529 - head/x11-fonts/py-bdflib Message-ID: <201810201450.w9KEofrq016834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 20 14:50:41 2018 New Revision: 482529 URL: https://svnweb.freebsd.org/changeset/ports/482529 Log: Update to 1.0.4 - Update MASTER_SITES - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://gitlab.com/Screwtapello/bdflib/commits/master Modified: head/x11-fonts/py-bdflib/Makefile head/x11-fonts/py-bdflib/distinfo head/x11-fonts/py-bdflib/pkg-descr Modified: head/x11-fonts/py-bdflib/Makefile ============================================================================== --- head/x11-fonts/py-bdflib/Makefile Sat Oct 20 14:50:33 2018 (r482528) +++ head/x11-fonts/py-bdflib/Makefile Sat Oct 20 14:50:41 2018 (r482529) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= bdflib -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 DISTVERSIONPREFIX= v CATEGORIES= x11-fonts python -MASTER_SITES= CHEESESHOP/source/b/${PORTNAME} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org @@ -14,11 +13,12 @@ COMMENT= Library for working with BDF font files LICENSE= GPLv3 +USES= python +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= autoplist distutils post-patch: - @${REINPLACE_CMD} -e 's|version=guess_version()|version="${PORTVERSION}"|' ${WRKSRC}/${PYSETUP} + @${REINPLACE_CMD} -e '/version=/ s|guess_version()|"${PORTVERSION}"|' ${WRKSRC}/setup.py .include <bsd.port.mk> Modified: head/x11-fonts/py-bdflib/distinfo ============================================================================== --- head/x11-fonts/py-bdflib/distinfo Sat Oct 20 14:50:33 2018 (r482528) +++ head/x11-fonts/py-bdflib/distinfo Sat Oct 20 14:50:41 2018 (r482529) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482199919 -SHA256 (bdflib-v1.0.3.tar.gz) = 263413abd904c5e03d92b0111d455e777d0a00c5e6655d63787bfa673c5a5144 -SIZE (bdflib-v1.0.3.tar.gz) = 16922 +TIMESTAMP = 1540042232 +SHA256 (bdflib-v1.0.4.tar.gz) = ad5b19ed6cff5d5b7bec4f78f92747212b0b141ff3cc234b2a6e0d0ca46d8959 +SIZE (bdflib-v1.0.4.tar.gz) = 17101 Modified: head/x11-fonts/py-bdflib/pkg-descr ============================================================================== --- head/x11-fonts/py-bdflib/pkg-descr Sat Oct 20 14:50:33 2018 (r482528) +++ head/x11-fonts/py-bdflib/pkg-descr Sat Oct 20 14:50:41 2018 (r482529) @@ -2,4 +2,4 @@ This library allows Python to read, modify, and write the BDF file format, such as are used as screen fonts in GNOME and KDE (among others). -WWW: https://pypi.org/project/bdflib/ +WWW: https://gitlab.com/Screwtapello/bdflib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201450.w9KEofrq016834>