From owner-svn-ports-all@FreeBSD.ORG Sat Jan 18 21:59:26 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 491362B0; Sat, 18 Jan 2014 21:59:26 +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 34DDF1497; Sat, 18 Jan 2014 21:59:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ILxQPJ060098; Sat, 18 Jan 2014 21:59:26 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ILxPGZ060096; Sat, 18 Jan 2014 21:59:25 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201401182159.s0ILxPGZ060096@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sat, 18 Jan 2014 21:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340217 - head/devel/py-unittest2 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, 18 Jan 2014 21:59:26 -0000 Author: rm Date: Sat Jan 18 21:59:25 2014 New Revision: 340217 URL: http://svnweb.freebsd.org/changeset/ports/340217 QAT: https://qat.redports.org/buildarchive/r340217/ Log: - convert to using auto-generated packing list - limit python version to 2.x only - bump PORTREVISION Anticipating possible license question: I have no info about clauses number used in the license for this port. There is no license file in the distribution, and upstream web-page also doesn't answering that. Deleted: head/devel/py-unittest2/pkg-plist Modified: head/devel/py-unittest2/Makefile head/devel/py-unittest2/pkg-descr Modified: head/devel/py-unittest2/Makefile ============================================================================== --- head/devel/py-unittest2/Makefile Sat Jan 18 21:02:36 2014 (r340216) +++ head/devel/py-unittest2/Makefile Sat Jan 18 21:59:25 2014 (r340217) @@ -2,6 +2,7 @@ PORTNAME= unittest2 PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,9 @@ COMMENT= Unittest features for Python 2. LICENSE= BSD -PLIST_SUB+= PYTHON_VER=${PYTHON_VER} -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes -NO_STAGE= yes .include Modified: head/devel/py-unittest2/pkg-descr ============================================================================== --- head/devel/py-unittest2/pkg-descr Sat Jan 18 21:02:36 2014 (r340216) +++ head/devel/py-unittest2/pkg-descr Sat Jan 18 21:59:25 2014 (r340217) @@ -2,4 +2,4 @@ unittest2 is a backport of the new featu unittest testing framework in Python 2.7. It is tested to on Python 2.4 - 2.7. -WWW: https://pypi.python.org/pypi/unittest2 +WWW: https://pypi.python.org/pypi/unittest2/