From owner-svn-ports-all@FreeBSD.ORG Mon Jan 13 22:04:25 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 5E316858; Mon, 13 Jan 2014 22:04:25 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 329FD1DB9; Mon, 13 Jan 2014 22:04:24 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6FC9B43B8C; Mon, 13 Jan 2014 16:04:07 -0600 (CST) Message-ID: <52D462C5.8020503@marino.st> Date: Mon, 13 Jan 2014 23:03:49 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Antoine Brodin Subject: Re: svn commit: r339643 - head/databases/mydbf2mysql References: <201401132200.s0DM0fn6008410@svn.freebsd.org> In-Reply-To: <201401132200.s0DM0fn6008410@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 22:04:25 -0000 On 1/13/2014 23:00, Antoine Brodin wrote: > Author: antoine > Date: Mon Jan 13 22:00:40 2014 > New Revision: 339643 > URL: http://svnweb.freebsd.org/changeset/ports/339643 > > Log: > Fix packaging after the move from distutils to setuptools (egginfo is now > a directory, not a file): > - Use PYDISTUTILS_AUTOPLIST > - Stage support > - Bump PORTREVISION > > Deleted: > head/databases/mydbf2mysql/pkg-plist > Modified: > head/databases/mydbf2mysql/Makefile > > Modified: head/databases/mydbf2mysql/Makefile > ============================================================================== > --- head/databases/mydbf2mysql/Makefile Mon Jan 13 21:41:12 2014 (r339642) > +++ head/databases/mydbf2mysql/Makefile Mon Jan 13 22:00:40 2014 (r339643) > @@ -3,6 +3,7 @@ > > PORTNAME= mydbf2mysql > PORTVERSION= 0.8.4.5 > +PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= SF/mydbf2mysql/mydbf2mysql/${PORTVERSION}/ > DISTNAME= MyDBF2MySQL-${PORTVERSION} > @@ -13,17 +14,11 @@ COMMENT= Flexible tool for DBF import in > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb > RUN_DEPENDS+= ydbf=0.0.1:${PORTSDIR}/devel/py-ydbf > > -PLIST_SUB+= PYTHON_VER=${PYTHON_VER} > USE_PYTHON= yes > USE_PYDISTUTILS=yes > +PYDISTUTILS_AUTOPLIST=yes > USE_BZIP2= yes > -PYDISTUTILS_NOEGGINFO= yes > -PYDISTUTILS_PKGNAME= MyDBF2MySQL > -PYDISTUTILS_PKGVERSION= ${PORTVERSION} > > WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}/dist/${DISTNAME}/ > > -MAN1= mydbf2mysql.1 > - > -NO_STAGE= yes > .include > Sorry Antoine, I could have saved you the trouble. I was waiting for maintainer approval on an identical patch but the maintainer never responded (pinged twice) after nearly two weeks. I was probably going to commit it in a couple of days so now you saved me the trouble!