svn commit: r357706 - head/graphics/py-mcomix

Marcus von Appen mva at FreeBSD.org
Fri Jun 13 18:03:46 UTC 2014


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>


More information about the svn-ports-all mailing list