Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 01:31:10 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333049 - head/x11-fonts/py-bdflib
Message-ID:  <201311070131.rA71VAwX038477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	python@FreeBSD.org
 COMMENT=	Library for working with BDF font files
 
 LICENSE=	GPLv3
 
-USE_PYTHON=	yes
+USE_PYTHON=	2
 USE_PYDISTUTILS=	yes
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311070131.rA71VAwX038477>