summaryrefslogtreecommitdiff
path: root/graphics/ruby-oily_png/Makefile
diff options
context:
space:
mode:
authortaca <taca>2016-10-15 13:55:10 +0000
committertaca <taca>2016-10-15 13:55:10 +0000
commit4ad5b3e95924c73936ad81ce53317e0dabc7e891 (patch)
tree142b7af68b17c63a5c3011f660f5cd8ba5182ec9 /graphics/ruby-oily_png/Makefile
parent92fc306f98c98dd412e3ba076c573c3fde9cefef (diff)
downloadpkgsrc-4ad5b3e95924c73936ad81ce53317e0dabc7e891.tar.gz
Update ruby-oily_png to 1.2.1.
* Update PNG decoding to use palette that is passed around, instead of an instance variable on the decoding module. This fixes some issues around transparency, which were fixed in ChunkyPNG before: wvanbergen/chunky_png#112
Diffstat (limited to 'graphics/ruby-oily_png/Makefile')
-rw-r--r--graphics/ruby-oily_png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-oily_png/Makefile b/graphics/ruby-oily_png/Makefile
index 771e9ab35a4..e7141431ff0 100644
--- a/graphics/ruby-oily_png/Makefile
+++ b/graphics/ruby-oily_png/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/06/07 10:47:57 taca Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/15 13:55:10 taca Exp $
-DISTNAME= oily_png-1.2.0
+DISTNAME= oily_png-1.2.1
CATEGORIES= graphics
MAINTAINER= taca@NetBSD.org