svn commit: r339643 - head/databases/mydbf2mysql

John Marino freebsd.contact at marino.st
Mon Jan 13 22:04:25 UTC 2014


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!



More information about the svn-ports-all mailing list