From owner-svn-ports-all@FreeBSD.ORG Thu Nov 7 01:31:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AE13D85; Thu, 7 Nov 2013 01:31:10 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47D562F14; Thu, 7 Nov 2013 01:31:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA71VA3b038478; Thu, 7 Nov 2013 01:31:10 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA71VAwX038477; Thu, 7 Nov 2013 01:31:10 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201311070131.rA71VAwX038477@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 7 Nov 2013 01:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333049 - head/x11-fonts/py-bdflib X-SVN-Group: ports-head 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.14 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: Thu, 07 Nov 2013 01:31:10 -0000 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: