Date: Fri, 13 Jun 2014 18:03:45 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357706 - head/graphics/py-mcomix Message-ID: <201406131803.s5DI3jqF038921@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Fri Jun 13 18:03:45 2014 New Revision: 357706 URL: http://svnweb.freebsd.org/changeset/ports/357706 QAT: https://qat.redports.org/buildarchive/r357706/ Log: - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Deleted: head/graphics/py-mcomix/pkg-plist Modified: head/graphics/py-mcomix/Makefile Modified: head/graphics/py-mcomix/Makefile ============================================================================== --- head/graphics/py-mcomix/Makefile Fri Jun 13 18:00:34 2014 (r357705) +++ head/graphics/py-mcomix/Makefile Fri Jun 13 18:03:45 2014 (r357706) @@ -3,6 +3,7 @@ PORTNAME= mcomix PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/MComix-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_GNOME= pygtk2 USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406131803.s5DI3jqF038921>