From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 18:04:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5FD8F21; Sat, 1 Mar 2014 18:04:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9BC7108E; Sat, 1 Mar 2014 18:04:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21I4vKK093222; Sat, 1 Mar 2014 18:04:57 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21I4v6Y093221; Sat, 1 Mar 2014 18:04:57 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403011804.s21I4v6Y093221@svn.freebsd.org> From: Martin Wilke Date: Sat, 1 Mar 2014 18:04:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346685 - head/www/py-WebFlash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 18:04:57 -0000 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 - -.if ${PYTHON_REL} < 260 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson -.endif - -.include +.include