From owner-svn-ports-all@FreeBSD.ORG Wed Apr 17 17:40:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B8D769A4; Wed, 17 Apr 2013 17:40:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AAE218BD; Wed, 17 Apr 2013 17:40:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3HHeO2S090673; Wed, 17 Apr 2013 17:40:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3HHeOZb090670; Wed, 17 Apr 2013 17:40:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201304171740.r3HHeOZb090670@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 17 Apr 2013 17:40:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315997 - head/devel/py-distutils-extra 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.14 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: Wed, 17 Apr 2013 17:40:24 -0000 Author: sunpoet Date: Wed Apr 17 17:40:23 2013 New Revision: 315997 URL: http://svnweb.freebsd.org/changeset/ports/315997 Log: - Update to 2.37 - Remove LICENSE_FILE for well-known licenses - Cleanup Makefile header - Reformat pkg-descr Changes: 2.36: - auto.py: Use python 2.6 friendly sys.version_info test. Thanks Salvatore Bonaccorso and Gregor Hermann! (First half of #682631) - auto.py: Do not call decode() with an "errors" keyword, as this does not yet work with Python 2.6. Thanks Gregor Hermann! (Closes: #682631) 2.34: - auto.py: Fix *.ui detection to be robust for non-ASCII files. (LP: #1017468) - auto.py: Fix a regression with python2 if files have some utf-8 directives (LP: #1021969) 2.33: - auto.py: Fix crash when encountering binary files with Python 3. (LP: #995653) - auto.py: Fix crash when encountering an UTF-8 Python source code file. 2.32: - auto.py: Add support for installing GSettings schema files (*.gsettings.xml). Thanks to Frederik Elwert! (LP: #936546) Feature safe: yes Modified: head/devel/py-distutils-extra/Makefile (contents, props changed) head/devel/py-distutils-extra/distinfo (contents, props changed) head/devel/py-distutils-extra/pkg-descr (contents, props changed) Modified: head/devel/py-distutils-extra/Makefile ============================================================================== --- head/devel/py-distutils-extra/Makefile Wed Apr 17 17:21:59 2013 (r315996) +++ head/devel/py-distutils-extra/Makefile Wed Apr 17 17:40:23 2013 (r315997) @@ -1,14 +1,10 @@ -# New ports collection makefile for: py-distutils-extra -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei -# +# Created by: Ju Pengfei # $FreeBSD$ -# PORTNAME= distutils-extra -PORTVERSION= 2.31 +PORTVERSION= 2.37 CATEGORIES= devel python -MASTER_SITES= https://launchpadlibrarian.net/84711319/ \ +MASTER_SITES= https://launchpadlibrarian.net/116392602/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -17,10 +13,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Add support for i18n, documentation, and icons to distutils LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= python_distutils_extra PYDISTUTILS_NOEGGINFO= yes Modified: head/devel/py-distutils-extra/distinfo ============================================================================== --- head/devel/py-distutils-extra/distinfo Wed Apr 17 17:21:59 2013 (r315996) +++ head/devel/py-distutils-extra/distinfo Wed Apr 17 17:40:23 2013 (r315997) @@ -1,2 +1,2 @@ -SHA256 (python-distutils-extra-2.31.tar.gz) = f87489bb17650770e68ea723356ed97c5071b4186ce4d429b703ed307b1bf3c7 -SIZE (python-distutils-extra-2.31.tar.gz) = 26684 +SHA256 (python-distutils-extra-2.37.tar.gz) = 5c9539badfdc7e0ebb463ee66b9c09d48a08ca121c84ec7316b1fbb799a72878 +SIZE (python-distutils-extra-2.37.tar.gz) = 27518 Modified: head/devel/py-distutils-extra/pkg-descr ============================================================================== --- head/devel/py-distutils-extra/pkg-descr Wed Apr 17 17:21:59 2013 (r315996) +++ head/devel/py-distutils-extra/pkg-descr Wed Apr 17 17:40:23 2013 (r315997) @@ -1,4 +1,4 @@ -Enables you to easily integrate gettext support, themed icons -and scrollkeeper based documentation into Python's distutils. +Enables you to easily integrate gettext support, themed icons and scrollkeeper +based documentation into Python's distutils. WWW: https://launchpad.net/python-distutils-extra