svn commit: r341976 - head/devel/py-application

Marcus von Appen mva at FreeBSD.org
Fri Jan 31 10:37:26 UTC 2014


On, Fri Jan 31, 2014, Martin Wilke wrote:

> Author: miwi
> Date: Fri Jan 31 10:20:31 2014
> New Revision: 341976
> URL: http://svnweb.freebsd.org/changeset/ports/341976
> QAT: https://qat.redports.org/buildarchive/r341976/
>
> Log:
>   - Convert to PYDISTUTILS_AUTOPLIST
>   - Stage support
>   - Bump PORTREVISION
>
> Deleted:
>   head/devel/py-application/pkg-plist
> Modified:
>   head/devel/py-application/Makefile
>
> Modified: head/devel/py-application/Makefile
> ==============================================================================
> --- head/devel/py-application/Makefile	Fri Jan 31 10:18:44 2014	(r341975)
> +++ head/devel/py-application/Makefile	Fri Jan 31 10:20:31 2014	(r341976)
> @@ -3,6 +3,7 @@
>
>  PORTNAME=	application
>  PORTVERSION=	1.2.9
> +PORTREVISION=	1
>  CATEGORIES=	devel python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -13,7 +14,7 @@ COMMENT=	Basic building blocks for pytho
>
>  USE_PYTHON=	yes
>  USE_PYDISTUTILS=yes
> +PYDISTUTILS_AUTOPLIST=	yes
>  PYDISTUTILS_PKGNAME=python_${PORTNAME}

PYDISTUTILS_PKGNAME does not have any effect, if you are using distutils and
autoplist and thus can be removed on such a change.

Cheers
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140131/d6cfb4ba/attachment.sig>


More information about the svn-ports-all mailing list