Skip to content

Commit

Permalink
Update ming to 0.4.5.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
obache committed Jun 14, 2013
1 parent fbbd2c7 commit 7b1592d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 78 deletions.
3 changes: 1 addition & 2 deletions multimedia/ming/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.18 2013/06/04 22:16:49 tron Exp $
# $NetBSD: Makefile,v 1.19 2013/06/14 09:00:19 obache Exp $
#

.include "Makefile.common"

PKGREVISION= 5
CATEGORIES= multimedia

MAINTAINER= [email protected]
Expand Down
4 changes: 2 additions & 2 deletions multimedia/ming/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile.common,v 1.6 2013/04/06 13:01:26 rodent Exp $
# $NetBSD: Makefile.common,v 1.7 2013/06/14 09:00:19 obache Exp $
#
# used by multimedia/php-ming/Makefile
# used by multimedia/py-ming/Makefile

MING_VERSION= 0.4.4
MING_VERSION= 0.4.5
DISTNAME= ming-${MING_VERSION}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ming/}

Expand Down
8 changes: 4 additions & 4 deletions multimedia/ming/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.10 2012/06/23 03:26:23 obache Exp $
$NetBSD: distinfo,v 1.11 2013/06/14 09:00:19 obache Exp $

SHA1 (ming-0.4.4.tar.gz) = 125a9ba6fffeaf230deefb5a9e73d496a640e539
RMD160 (ming-0.4.4.tar.gz) = b2c7530aef4feca90d698b39b746ff5cb5da7af7
Size (ming-0.4.4.tar.gz) = 14816668 bytes
SHA1 (ming-0.4.5.tar.gz) = 97c201040729917bf7c62da9616a87f4a920f473
RMD160 (ming-0.4.5.tar.gz) = 9ef9cf769a03c6e356dca299c85e06a2cdd6a155
Size (ming-0.4.5.tar.gz) = 15029578 bytes
SHA1 (patch-ae) = 614e322330d2d2ab1e0ef1beadf1395014ecd880
SHA1 (patch-php__ext_ming.c) = 36cf34f63b6ccafd48b4035073c0a3d1d984f7b4
SHA1 (patch-test_actionscript_ActionScriptTest.c) = 730ef68fb3e7714da2783d396809b8f8ca5e1bf7
26 changes: 0 additions & 26 deletions multimedia/ming/patches/patch-php__ext_ming.c

This file was deleted.

40 changes: 0 additions & 40 deletions multimedia/ming/patches/patch-test_actionscript_ActionScriptTest.c

This file was deleted.

3 changes: 1 addition & 2 deletions multimedia/php-ming/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.22 2013/06/04 22:16:49 tron Exp $
# $NetBSD: Makefile,v 1.23 2013/06/14 09:00:19 obache Exp $

.include "../../multimedia/ming/Makefile.common"
PKGREVISION= 3
PECL_VERSION= ${MING_VERSION}
MODNAME= ming
CATEGORIES+= multimedia
Expand Down
3 changes: 1 addition & 2 deletions multimedia/py-ming/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down

0 comments on commit 7b1592d

Please sign in to comment.