aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-20 14:50:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-20 14:50:41 +0000
commit1c5d16d28b46c08e4df5d400919a5aba9f48b06e (patch)
tree1f860a473ff3e1ac5e277047cd84a8f411c9c3d6 /x11-fonts
parent4307937b9d45d1067e849547a8716f320bf0b1ab (diff)
downloadports-1c5d16d28b46c08e4df5d400919a5aba9f48b06e.tar.gz
ports-1c5d16d28b46c08e4df5d400919a5aba9f48b06e.zip
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
Notes
Notes: svn path=/head/; revision=482529
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/py-bdflib/Makefile12
-rw-r--r--x11-fonts/py-bdflib/distinfo6
-rw-r--r--x11-fonts/py-bdflib/pkg-descr2
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-fonts/py-bdflib/Makefile b/x11-fonts/py-bdflib/Makefile
index 460244b7e7e1..2f08fe258b7d 100644
--- a/x11-fonts/py-bdflib/Makefile
+++ b/x11-fonts/py-bdflib/Makefile
@@ -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>
diff --git a/x11-fonts/py-bdflib/distinfo b/x11-fonts/py-bdflib/distinfo
index 5452d84a501f..e8a8b38c01fd 100644
--- a/x11-fonts/py-bdflib/distinfo
+++ b/x11-fonts/py-bdflib/distinfo
@@ -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
diff --git a/x11-fonts/py-bdflib/pkg-descr b/x11-fonts/py-bdflib/pkg-descr
index 0582ec5e4b8f..71d95f595e3e 100644
--- a/x11-fonts/py-bdflib/pkg-descr
+++ b/x11-fonts/py-bdflib/pkg-descr
@@ -2,4 +2,4 @@ This library allows Python to read, modify, and write out bitmap fonts in
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