diff options
author | obache <obache@pkgsrc.org> | 2013-06-14 09:00:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-14 09:00:19 +0000 |
commit | 02581180fa6ec59a7a391b302988c6a63e0c18d0 (patch) | |
tree | 57e7e2cef5536fbf38b8de804cae970c9721179c /multimedia/py-ming | |
parent | 45440532a5f7f9fe760f5a294a2eb4dbdb6d4185 (diff) | |
download | pkgsrc-02581180fa6ec59a7a391b302988c6a63e0c18d0.tar.gz |
Update ming to 0.4.5.
0.4.5 - 2013-06-08
* Fix a build problem with perl module and Perl 5.13.10 (Debian package patch 07)
* Fix an issue with a shared lib version of the perl module (Debian package patch 05)
* Fix a runtime warnign in the PHP module (Issue #6)
* Fix build probem with PHP 5.4 (Issue #9, Debian Bug #662620)
* Took in some build warning fixes found by openSUSE
* Add support for giflib 4.2.0+ (bugzilla #119)
* Fix build with SunStudio compiler (bugzilla #103, #118)
* Include test file missing in 0.4.4 (Oops)
* Ensure perl tests use uninstalled package
* Allow running testsuite with interpreters in custom paths
* Improve detection of TCL files
* Fix testsuite runs on systems w/out GNU vasprintf
* Fix run of ActionScriptTests with BSD make
* Fix short allocation parsing empty glyph record
Diffstat (limited to 'multimedia/py-ming')
-rw-r--r-- | multimedia/py-ming/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/py-ming/Makefile b/multimedia/py-ming/Makefile index 60f04caac83..6bbc4d793ac 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2013/06/04 22:16:50 tron Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/14 09:00:19 obache Exp $ # .include "../../multimedia/ming/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 3 CATEGORIES= multimedia MAINTAINER= obache@NetBSD.org |