Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 14:49:30 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351102 - head/devel/py-ToscaWidgets
Message-ID:  <201404121449.s3CEnUoU085544@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Apr 12 14:49:30 2014
New Revision: 351102
URL: http://svnweb.freebsd.org/changeset/ports/351102
QAT: https://qat.redports.org/buildarchive/r351102/

Log:
  - Stage support [1]
  - Add LICENSE
  - Remove the line about python26
  - Pass maintainership to submitter
  
  PR:		188465 [1]
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]

Deleted:
  head/devel/py-ToscaWidgets/pkg-plist
Modified:
  head/devel/py-ToscaWidgets/Makefile

Modified: head/devel/py-ToscaWidgets/Makefile
==============================================================================
--- head/devel/py-ToscaWidgets/Makefile	Sat Apr 12 14:38:02 2014	(r351101)
+++ head/devel/py-ToscaWidgets/Makefile	Sat Apr 12 14:49:30 2014	(r351102)
@@ -8,19 +8,15 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	wen@FreeBSD.org
-COMMENT=	A python framework for building reusable web components
+MAINTAINER=	ports@robakdesign.com
+COMMENT=	Python framework for building reusable web components
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 260
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson
-.endif
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404121449.s3CEnUoU085544>