Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 23:03:49 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        Antoine Brodin <antoine@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r339643 - head/databases/mydbf2mysql
Message-ID:  <52D462C5.8020503@marino.st>
In-Reply-To: <201401132200.s0DM0fn6008410@svn.freebsd.org>
References:  <201401132200.s0DM0fn6008410@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
> 

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!




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