svn commit: r315997 - head/devel/py-distutils-extra
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 17 17:40:24 UTC 2013
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 <jupengfei at gmail.com>
-#
+# Created by: Ju Pengfei <jupengfei at gmail.com>
# $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 at 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
More information about the svn-ports-all
mailing list