Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 10:15:33 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337687 - head/devel/py-ll-core
Message-ID:  <201312271015.rBRAFXlp072441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Dec 27 10:15:32 2013
New Revision: 337687
URL: http://svnweb.freebsd.org/changeset/ports/337687

Log:
  devel/py-ll-core: support staging and use auto plist

Deleted:
  head/devel/py-ll-core/pkg-plist
Modified:
  head/devel/py-ll-core/Makefile

Modified: head/devel/py-ll-core/Makefile
==============================================================================
--- head/devel/py-ll-core/Makefile	Fri Dec 27 10:14:09 2013	(r337686)
+++ head/devel/py-ll-core/Makefile	Fri Dec 27 10:15:32 2013	(r337687)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ll-core
 PORTVERSION=	1.11.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	http://ftp.livinglogic.de/core/ \
 		http://cheeseshop.python.org/packages/source/l/ll-core/
@@ -12,10 +12,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility functions and classes used by the other LivingLogic packages
 
-USE_PYTHON=		2.5+
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_ZIP=		yes
-PYEASYINSTALL_ARCHDEP=	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?201312271015.rBRAFXlp072441>