Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 18:04:57 +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: r346685 - head/www/py-WebFlash
Message-ID:  <201403011804.s21I4v6Y093221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar  1 18:04:57 2014
New Revision: 346685
URL: http://svnweb.freebsd.org/changeset/ports/346685
QAT: https://qat.redports.org/buildarchive/r346685/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/www/py-WebFlash/pkg-plist
Modified:
  head/www/py-WebFlash/Makefile

Modified: head/www/py-WebFlash/Makefile
==============================================================================
--- head/www/py-WebFlash/Makefile	Sat Mar  1 18:04:40 2014	(r346684)
+++ head/www/py-WebFlash/Makefile	Sat Mar  1 18:04:57 2014	(r346685)
@@ -3,6 +3,7 @@
 
 PORTNAME=	WebFlash
 PORTVERSION=	0.1a9
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +12,7 @@ MAINTAINER=	wenheping@gmail.com
 COMMENT=	Library to display flash messages in python web applications
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 260
-BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
-.endif
-
-.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?201403011804.s21I4v6Y093221>