From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 06:39:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8830BB1; Wed, 6 Nov 2013 06:39:12 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7352A2557; Wed, 6 Nov 2013 06:39:12 +0000 (UTC) Received: from [89.182.7.171] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Vdwlc-0002fr-9y; Wed, 06 Nov 2013 07:39:04 +0100 Date: Wed, 6 Nov 2013 07:39:06 +0100 From: Marcus von Appen To: Alexey Dokuchaev Subject: Re: svn commit: r332944 - in head/x11-fonts: . py-bdflib Message-ID: <20131106063906.GA1385@medusa.sysfault.org> Mail-Followup-To: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201311060508.rA658XmR012155@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <201311060508.rA658XmR012155@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-Df-Sender: MTEyNTc0Mg== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcus von Appen List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 06:39:12 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Wed Nov 06, 2013, Alexey Dokuchaev wrote: [...] > Added: head/x11-fonts/py-bdflib/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/x11-fonts/py-bdflib/Makefile Wed Nov 6 05:08:32 2013 (r332944) > @@ -0,0 +1,23 @@ > +# Created by: Alexey Dokuchaev > +# $FreeBSD$ > + > +PORTNAME= bdflib > +PORTVERSION= 1.0.0 > +CATEGORIES= x11-fonts python > +MASTER_SITES= CHEESESHOP/source/b/${PORTNAME} > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > +DISTNAME= ${PORTNAME}-v${PORTVERSION} > + > +MAINTAINER= danfe@FreeBSD.org > +COMMENT= Library for working with BDF font files > + > +LICENSE= GPLv3 > + > +USE_PYTHON= yes That module is not compatible with Python 3.x+. USE_PYTHON should be restricted accordingly. > +USE_PYDISTUTILS= yes Is there any reason not to use PYDISTUTILS_AUTOPLIST? Sicne it only works for Python 2.x it does not matter that much, but would at least save the plist. Cheers Marcus --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlJ55AoACgkQi68/ErJnpkduAQCfbruVGh65E74xGoqkR8uQI35i M1EAoLYbUmaH/t79hs0U0jEDPXUGe5yY =M5BY -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM--