diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-04-18 01:40:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-04-18 01:40:23 +0800 |
commit | fef5629ca7e1357796ef97d9ad7d74a0f9bb7baf (patch) | |
tree | a08671752215b6011895e1609f19edd5bd0040e2 /devel | |
parent | 3acde7b92d5c55524dd3d16873d4d4e95af63d7d (diff) | |
download | freebsd-ports-gnome-fef5629ca7e1357796ef97d9ad7d74a0f9bb7baf.tar.gz freebsd-ports-gnome-fef5629ca7e1357796ef97d9ad7d74a0f9bb7baf.tar.zst freebsd-ports-gnome-fef5629ca7e1357796ef97d9ad7d74a0f9bb7baf.zip |
- 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-distutils-extra/Makefile | 13 | ||||
-rw-r--r-- | devel/py-distutils-extra/distinfo | 4 | ||||
-rw-r--r-- | devel/py-distutils-extra/pkg-descr | 4 |
3 files changed, 8 insertions, 13 deletions
diff --git a/devel/py-distutils-extra/Makefile b/devel/py-distutils-extra/Makefile index f856249aaa98..f2ff10840ac6 100644 --- a/devel/py-distutils-extra/Makefile +++ b/devel/py-distutils-extra/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: py-distutils-extra -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# +# Created by: Ju Pengfei <jupengfei@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@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 diff --git a/devel/py-distutils-extra/distinfo b/devel/py-distutils-extra/distinfo index 4485a9715584..66c96dc79b86 100644 --- a/devel/py-distutils-extra/distinfo +++ b/devel/py-distutils-extra/distinfo @@ -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 diff --git a/devel/py-distutils-extra/pkg-descr b/devel/py-distutils-extra/pkg-descr index 1a560fbc76d5..5834e787fd7d 100644 --- a/devel/py-distutils-extra/pkg-descr +++ b/devel/py-distutils-extra/pkg-descr @@ -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 |