pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ImageMagick6
Module Name: pkgsrc
Committed By: fhajny
Date: Mon Oct 30 15:08:13 UTC 2017
Modified Files:
pkgsrc/graphics/ImageMagick6: Makefile Makefile.common PLIST distinfo
Log Message:
Update graphics/ImageMagick6 to 6.9.9.20.
6.9.9.20
- Return expected results for a percent 0 -chop option argument
- Tweaks to OpenMP support within ImageMagick.
6.9.9.19
- Correct handling of GIF transparency
6.9.9.18
- Resetting the magick_list_initialized boolean when needed
6.9.9.17
- Fix broken build
6.9.9.16
- Fixed numerous memory leaks
- Support URW-base35 fonts.
6.9.9.15
- Fixed numerous memory leaks
6.9.9.14
- Fixed numerous memory leaks
- Stop poential leaks in the JNG decoder
- Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum
valid minute is 59, not 60.
6.9.9.13
- Use signed integer arithmetic to calculate timezone corrections
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/ImageMagick6/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/ImageMagick6/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/ImageMagick6/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/ImageMagick6/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ImageMagick6/Makefile
diff -u pkgsrc/graphics/ImageMagick6/Makefile:1.8 pkgsrc/graphics/ImageMagick6/Makefile:1.9
--- pkgsrc/graphics/ImageMagick6/Makefile:1.8 Mon Oct 30 14:44:05 2017
+++ pkgsrc/graphics/ImageMagick6/Makefile Mon Oct 30 15:08:13 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2017/10/30 14:44:05 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2017/10/30 15:08:13 fhajny Exp $
.include "Makefile.common"
PKGNAME= ImageMagick6-${DISTVERSION}
-PKGREVISION= 1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Package for display and interactive manipulation of images
Index: pkgsrc/graphics/ImageMagick6/Makefile.common
diff -u pkgsrc/graphics/ImageMagick6/Makefile.common:1.10 pkgsrc/graphics/ImageMagick6/Makefile.common:1.11
--- pkgsrc/graphics/ImageMagick6/Makefile.common:1.10 Mon Sep 11 01:18:45 2017
+++ pkgsrc/graphics/ImageMagick6/Makefile.common Mon Oct 30 15:08:13 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.10 2017/09/11 01:18:45 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.11 2017/10/30 15:08:13 fhajny Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen.
IM_MAJOR_VER= 6.9.9
-IM_MINOR_VER= 12
+IM_MINOR_VER= 20
IM_MAJOR_LIB_VER= 6
.if (${IM_MINOR_VER} != NONE)
Index: pkgsrc/graphics/ImageMagick6/PLIST
diff -u pkgsrc/graphics/ImageMagick6/PLIST:1.4 pkgsrc/graphics/ImageMagick6/PLIST:1.5
--- pkgsrc/graphics/ImageMagick6/PLIST:1.4 Sat Sep 9 12:09:37 2017
+++ pkgsrc/graphics/ImageMagick6/PLIST Mon Oct 30 15:08:13 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/09/09 12:09:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/10/30 15:08:13 fhajny Exp $
bin/Magick++-config6
bin/Magick-config6
bin/MagickCore-config6
@@ -1211,5 +1211,6 @@ share/examples/ImageMagick6/thresholds.x
share/examples/ImageMagick6/type-apple.xml
share/examples/ImageMagick6/type-dejavu.xml
share/examples/ImageMagick6/type-ghostscript.xml
+share/examples/ImageMagick6/type-urw-base35.xml
share/examples/ImageMagick6/type-windows.xml
share/examples/ImageMagick6/type.xml
Index: pkgsrc/graphics/ImageMagick6/distinfo
diff -u pkgsrc/graphics/ImageMagick6/distinfo:1.7 pkgsrc/graphics/ImageMagick6/distinfo:1.8
--- pkgsrc/graphics/ImageMagick6/distinfo:1.7 Mon Sep 11 01:18:45 2017
+++ pkgsrc/graphics/ImageMagick6/distinfo Mon Oct 30 15:08:13 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2017/09/11 01:18:45 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2017/10/30 15:08:13 fhajny Exp $
-SHA1 (ImageMagick-6.9.9-12.tar.xz) = 7f9d9ec64e7054c698d691bbb474500d3e29115b
-RMD160 (ImageMagick-6.9.9-12.tar.xz) = 9f105944d71ec580353712eb83c026a4fefbf202
-SHA512 (ImageMagick-6.9.9-12.tar.xz) = b4a876ce6310c0cbcb915ab1f7bfbeebdce47c7758f43e563cba01b5673db387768b6e65efe8915be8e06745c4a5ed2691a761baf4d52c04126a7c98362e3ef2
-Size (ImageMagick-6.9.9-12.tar.xz) = 8788428 bytes
+SHA1 (ImageMagick-6.9.9-20.tar.xz) = 551b9684a0ec02b8993f59ed127cd13d976516a6
+RMD160 (ImageMagick-6.9.9-20.tar.xz) = f52fe28e5988d08083428d1a21fae8921f9526b0
+SHA512 (ImageMagick-6.9.9-20.tar.xz) = 36c241490ee41de5cd72e5bc297ac2353a0d4574337776445798b0c5823f491304c3f3a728d420d03f66b652eafcdb68ec2992347321ac3919c1d72c0afdb849
+Size (ImageMagick-6.9.9-20.tar.xz) = 8994128 bytes
SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0
Home |
Main Index |
Thread Index |
Old Index