aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-04-18 01:40:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-04-18 01:40:23 +0800
commitfef5629ca7e1357796ef97d9ad7d74a0f9bb7baf (patch)
treea08671752215b6011895e1609f19edd5bd0040e2 /devel
parent3acde7b92d5c55524dd3d16873d4d4e95af63d7d (diff)
downloadfreebsd-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/Makefile13
-rw-r--r--devel/py-distutils-extra/distinfo4
-rw-r--r--devel/py-distutils-extra/pkg-descr4
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
/cgit.cgi/freebsd-ports-gnome/commit/x11-toolkits?h=gstreamer&id=efd76f161f87d729ad91181c24fedfe13ad22c50'>- Fix build after objformat removalmiwi2007-07-031-1/+3 * - Mark BROKEN on CURRENT: does not build with GCC 4.2pav2007-07-031-1/+7 * Update to 1.0.3.lesi2007-07-032-4/+4 * Chase librep shared lib version bump.marcus2007-06-302-4/+4 * - Change my mail address to araujo@.araujo2007-06-309-9/+9 * Update to 2.10.2ahze2007-06-282-5/+4 * - Fix buildmiwi2007-06-271-1/+1 * - use PACKAGE_BUILDINGdinoex2007-06-271-1/+1 * - Update to r5917miwi2007-06-255-10/+49 * Update to 2.8.4.fjoe2007-06-2516-92/+92 * Update to 0.97mat2007-06-244-25/+33 * Bump PORTREVISION after last objformat fix.tmclaugh2007-06-241-1/+1 * objformat fixtmclaugh2007-06-241-0/+2 * Update to 0.7.6.marcus2007-06-232-4/+4 * Update to 0.06mat2007-06-212-6/+5 * Update to 0.16.6.marcus2007-06-192-4/+4 * - Fix the build with latest GCC [1]danfe2007-06-192-1/+95 * Fix build on amd64 through -fPICvs2007-06-181-1/+7 * Reset bouncing maintainer address:shaun2007-06-161-1/+1 * - Migrate from Qt 3 to Qt 4.2.miwi2007-06-159-78/+126 * Clean up; use DISTVERSION.shaun2007-06-151-3/+3 * Update MASTER_SITE to reflect new distfile location.shaun2007-06-151-1/+1 * - Update to 3.3 RC4miwi2007-06-143-17/+19 * Update to 2.10.13ahze2007-06-144-10/+10 * Add missing entry for py-wmdockapps.lx2007-06-121-0/+1 * Remove outdated lang/ghc5 on upstream's request, devel/hs-popenhs which depen...vs2007-06-112-141/+0 * - Fix build with xorg 7.2miwi2007-06-093-6/+9 * - revert ${TR} back to tr, threaded build was brokenmm2007-06-063-9/+9 * Updating to 1.21.lx2007-06-063-5/+15 * - fix shared build on -CURRENTmm2007-06-054-8/+8 * - fix shared build on -CURRENTmm2007-06-052-3/+4 * - Update to r5857miwi2007-06-052-6/+5 * - Fix Build with gcc 4.2miwi2007-06-051-2/+14 * Update to 0.16.5.mezz2007-06-053-33/+5 * Removing - port has moved to x11-toolkits/py-wmdockappslx2007-06-045-51/+0 * Updating to 1.18.lx2007-06-044-32/+48 * Merge a patch from vte SVN to fix some artifact problems that crept intomarcus2007-06-032-1/+29 * - Retire gstreamer 0.8.0ahze2007-06-022-19/+0 * Avoid picking up qt33 headerslofi2007-06-021-1/+1 * - Update version to 1.6.26araujo2007-06-022-4/+4 * Remove superfluous backslash.danfe2007-06-011-1/+1 * - Register missing dependencies to fix packaging issues [1]danfe2007-06-012-12/+253 * - 8.4.15 distinfo missing in last commit (accidentally)mm2007-05-311-3/+3 * Fix build with gcc4arved2007-05-311-0/+18 * - update of lang/tcl84 and x11-toolkits/tk84 to 8.4.15mm2007-05-312-3/+1 * Since Qt4 plugin is disabled by default, check for WITH_QT4, not !WITHOUT_QT4.danfe2007-05-311-1/+1 * Add Nucleo, a toolkit for exploring new uses of video and new human-computerdanfe2007-05-309-0/+277 * Update to 0.16.4, while I am here, get rid of X11BASE.mezz2007-05-293-7/+10 * Update to 2.18.2.mezz2007-05-292-5/+5 * Update to 0.7.5.marcus2007-05-293-5/+5 * Allow these ports to be built with GCC 4.2.bland2007-05-282-2/+2 * BROKEN with gcc 4.2kris2007-05-271-1/+7 * Remove gstreamer 0.8 support. Ports that need gstreamer support in wxWidgetsfjoe2007-05-262-4/+2 * Qt sets the standard for high-performance, cross-platform applicationbsam2007-05-2513-0/+190 * - Update maintainer mail adressmiwi2007-05-251-1/+1 * - update for gnustep-make-2.0.0dinoex2007-05-252-2/+6 * - update for gnustep-make-2.0.0dinoex2007-05-253-3/+10 * BROKEN: Does not buildkris2007-05-251-0/+2 * BROKEN: Configure failskris2007-05-251-0/+2 * - stephane@ give up maintain his portsclsung2007-05-251-1/+1 * Allow these ports to build with GCC 4.2.marcus2007-05-242-2/+2 * Unbreak building (13 ports affected) with gcc-4.2 (delete extrabsam2007-05-231-0/+20 * Use vfscanf() instead of __svfscanf() which is a function internal todeischen2007-05-221-1/+1 * Now that both QT 3 and 4 install into same PREFIX, fix py-qt compilationlesi2007-05-222-1/+22 * Remove support for a separate X11BASE.marcus2007-05-204-12/+10 * - Welcome X.org 7.2 \o/.flz2007-05-20286-669/+604 * Update to 2.10.12.marcus2007-05-034-8/+8 * GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runsalepulver2007-05-027-0/+193 * Update to 2.10.10.marcus2007-05-022-4/+4 * Fix/remove bogus paths pointing to the build directory from pkgconfig files,lofi2007-05-011-1/+5 * - updated to 8.5a6mm2007-04-3010-86/+166 * - Upgrade to 1.4.35.shaun2007-04-292-6/+6 * - Return to ports@.shaun2007-04-291-1/+3 * Update to 1.73.marcus2007-04-292-4/+4 * Update to 0.16.3.marcus2007-04-282-4/+4 * Update to 1.16.4.marcus2007-04-282-4/+4 * - Update to 3.17.2miwi2007-04-272-4/+4 * - Set PORTEPOCHmiwi2007-04-251-0/+1 * Update to 0.16.2.marcus2007-04-243-17/+5 * Update to 1.16.3.marcus2007-04-242-4/+4 * Update to 2.10.9.mezz2007-04-232-4/+4 * - Update to r5782miwi2007-04-222-4/+4 * Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-201-4/+4 * Make sure qt33 installs (and reinstalls) properly when PREFIX is setlofi2007-04-201-3/+3 * - update to 1.6.25itetcu2007-04-192-40/+12 * Add OPTIONS support.itetcu2007-04-191-28/+7 * Add OPTIONS support.itetcu2007-04-191-32/+8 * - De-4.x-ify most of my ports to save gnats from excessive abusesat2007-04-184-11/+5 * - Update to 3.17.1miwi2007-04-182-6/+6 * - Update to 4.2miwi2007-04-183-24/+52 * Add port x11-toolkits/p5-Tk-DKW:sat2007-04-176-0/+88 * Add port x11-toolkits/p5-Tk-FontDialog:sat2007-04-175-0/+42 * Add port x11-toolkits/p5-Tk-Contrib:sat2007-04-175-0/+46 * - added contents of x11-toolkits/tk-wrapper (missing in previous commit)mm2007-04-162-0/+17 * - move tk-wrapper from lang to x11-toolkitsmm2007-04-161-0/+1 * Fix recorded prefix in pkgconfig file.lofi2007-04-151-1/+3 * Change my email address to trasz@FreeBSD.org.trasz2007-04-131-1/+1 * - fixed pkgIndex.tcl for threadsmm2007-04-126-9/+15 * Explicitly add some more dependencies which were previously generationaltmclaugh2007-04-121-2/+3 * update xfce to 4.4.1oliver2007-04-123-4/+5 * Update to 2.18.2.marcus2007-04-112-4/+4 * Update to 2.18.1.marcus2007-04-112-4/+4 * Update to 0.16.1ahze2007-04-103-2790/+4 * Update to 1.16.2ahze2007-04-102-4/+4 * Remove file that was missed when the rest of the port waserwin2007-04-061-29/+0 * - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-066-39/+5 * - updated maintainer e-mail addressmm2007-04-059-11/+11 * - Use a static PORTEPOCH for a while. We have a problem with the variablestas2007-04-051-1/+1 * - Give maintainership to Araujo since he takes care for other fox andrafan2007-04-041-1/+1 * - Update to latest version (3.3M6)clsung2007-04-044-53/+27 * - Update ruby to 1.8.6stas2007-04-042-1030/+1034 * - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-035-16/+9 * Fix handling of overlong UTF8 sequences in Qt and kdelibs, which, unpatched,lofi2007-03-312-0/+102 * - Remove ruby-fox and rudy-fox-devel. They are renamed torafan2007-03-307-325/+0 * Update to 0.7.3.mezz2007-03-302-4/+4 * - Fix after objformat removalpav2007-03-291-2/+2 * - Update to 1.9.14nivit2007-03-293-13/+77 * - Trasnfer maintainership from alecn2002@yandex.ru torafan2007-03-294-29/+28 * - define OPTIONS only for master portrafan2007-03-291-0/+2 * Add fxscintilla-fox14 , a Fox toolkit reimplementation of Scintillarafan2007-03-292-0/+14 * Rename ruby-fox* for supporting multiple fox library versionrafan2007-03-291-2/+2 * - Chase x11-toolkits/fxscintilla updaterafan2007-03-292-5/+9 * - Update to 1.71rafan2007-03-293-11/+17 * - Fix after objformat removalpav2007-03-294-16/+6 * - Change my email.stas2007-03-282-2/+2 * - Mark CONFLICTS with qwt-develpav2007-03-272-0/+8 * - Remove support for lang/tcl-tk-wrappermiwi2007-03-276-42/+12 * PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.miwi2007-03-276-0/+406 * - Update to 20070220miwi2007-03-272-7/+7 * Portlint:mezz2007-03-272-2/+2 * - Update to 1.144clsung2007-03-262-4/+4 * - Fix buildpav2007-03-251-1/+0 * Update to 4.2.3lofi2007-03-253-8/+8 * Clean up the lines that has been disable the workaround of SSE2 bug for aboutmezz2007-03-252-18/+0 * - bsd.efl.mk is now in ports/Mkpav2007-03-243-10/+2 * Sync vte with GNOME SVN to fix quite a few outstanding problems. Inmarcus2007-03-242-1/+2787 * - Fix build: remove USE_GMAKE, since recently p5-Glib2 is BSD make friendlypav2007-03-223-3/+0 * GtkUnique is a library to facilitate programming single instance applications -pav2007-03-225-0/+88 * Use the ports libtool to not build the static libraryarved2007-03-211-1/+0 * Fix build with gcc41 (on amd64)lofi2007-03-211-0/+11 * Update to 3.3.8lofi2007-03-218-43/+257