From owner-svn-ports-all@freebsd.org Sat Oct 20 14:50:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B9C6FE7DE6; Sat, 20 Oct 2018 14:50:42 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A68072ECC; Sat, 20 Oct 2018 14:50:42 +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 334D11F6AD; Sat, 20 Oct 2018 14:50:42 +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 w9KEofwq016836; Sat, 20 Oct 2018 14:50:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KEofrq016834; Sat, 20 Oct 2018 14:50:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810201450.w9KEofrq016834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 20 Oct 2018 14:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482529 - head/x11-fonts/py-bdflib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/x11-fonts/py-bdflib X-SVN-Commit-Revision: 482529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 14:50:42 -0000 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 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