Date: Fri, 31 Jan 2014 07:51:30 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341928 - head/net/py-libcloud Message-ID: <201401310751.s0V7pURX086756@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 07:51:30 2014 New Revision: 341928 URL: http://svnweb.freebsd.org/changeset/ports/341928 QAT: https://qat.redports.org/buildarchive/r341928/ Log: - Switch to PYDISTUTILS_AUTOPLIST - Stage support - Bump PORTREVISION Deleted: head/net/py-libcloud/pkg-plist Modified: head/net/py-libcloud/Makefile Modified: head/net/py-libcloud/Makefile ============================================================================== --- head/net/py-libcloud/Makefile Fri Jan 31 07:43:16 2014 (r341927) +++ head/net/py-libcloud/Makefile Fri Jan 31 07:51:30 2014 (r341928) @@ -3,6 +3,7 @@ PORTNAME= libcloud PORTVERSION= 0.13.3 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,10 +19,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_EGGINFO= apache_${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info - -NO_STAGE= yes post-extract: @${MV} ${WRKSRC}/libcloud/test ${WRKSRC}/test # no need to install tests @${FIND} ${WRKSRC} -name "*.rej" -delete
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401310751.s0V7pURX086756>