svn commit: r333049 - head/x11-fonts/py-bdflib
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Nov 7 01:31:10 UTC 2013
Author: danfe
Date: Thu Nov 7 01:31:09 2013
New Revision: 333049
URL: http://svnweb.freebsd.org/changeset/ports/333049
Log:
- Tighten USE_PYTHON as it said to be not compatible with Python 3.x+
- Hand over to python@ team, they will probably take better care of it
Discussed with: mva, wg
Modified:
head/x11-fonts/py-bdflib/Makefile
Modified: head/x11-fonts/py-bdflib/Makefile
==============================================================================
--- head/x11-fonts/py-bdflib/Makefile Thu Nov 7 01:20:48 2013 (r333048)
+++ head/x11-fonts/py-bdflib/Makefile Thu Nov 7 01:31:09 2013 (r333049)
@@ -8,12 +8,12 @@ MASTER_SITES= CHEESESHOP/source/b/${PORT
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-v${PORTVERSION}
-MAINTAINER= danfe at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Library for working with BDF font files
LICENSE= GPLv3
-USE_PYTHON= yes
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
post-patch:
More information about the svn-ports-head
mailing list