Date: Sun, 1 Jun 2014 09:49:18 +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: r356084 - head/sysutils/py-filelike Message-ID: <201406010949.s519nImm066152@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jun 1 09:49:18 2014 New Revision: 356084 URL: http://svnweb.freebsd.org/changeset/ports/356084 QAT: https://qat.redports.org/buildarchive/r356084/ Log: - Convert to PYDISTUTILS_AUTOPLIST - Stage support Deleted: head/sysutils/py-filelike/pkg-plist Modified: head/sysutils/py-filelike/Makefile Modified: head/sysutils/py-filelike/Makefile ============================================================================== --- head/sysutils/py-filelike/Makefile Sun Jun 1 09:46:58 2014 (r356083) +++ head/sysutils/py-filelike/Makefile Sun Jun 1 09:49:18 2014 (r356084) @@ -3,6 +3,7 @@ PORTNAME= filelike PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -10,7 +11,7 @@ MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Python module for building and manipulating file-like object USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010949.s519nImm066152>