diff options
author | obache <obache@pkgsrc.org> | 2014-11-13 10:59:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-11-13 10:59:09 +0000 |
commit | ada0bfb70703b1b6bf77c7f3babf1326c33f35ca (patch) | |
tree | a14480ca5f1197ee0827fd76a2fe6f32b9b0a49a | |
parent | 91dc15b31dc7e824d4532f6e6a5bce704b2bab99 (diff) | |
download | pkgsrc-ada0bfb70703b1b6bf77c7f3babf1326c33f35ca.tar.gz |
Update libsixel to 1.3.4.
bug fixes.
-rw-r--r-- | graphics/libsixel/Makefile | 4 | ||||
-rw-r--r-- | graphics/libsixel/distinfo | 10 | ||||
-rw-r--r-- | graphics/libsixel/patches/patch-configure | 24 | ||||
-rw-r--r-- | graphics/libsixel/patches/patch-configure.ac | 17 |
4 files changed, 6 insertions, 49 deletions
diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile index 787c66a992c..85017022a56 100644 --- a/graphics/libsixel/Makefile +++ b/graphics/libsixel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/11/09 07:19:54 obache Exp $ +# $NetBSD: Makefile,v 1.11 2014/11/13 10:59:09 obache Exp $ -DISTNAME= libsixel-1.3.3 +DISTNAME= libsixel-1.3.4 CATEGORIES= graphics MASTER_SITES= -https://github.com/saitoha/libsixel/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} diff --git a/graphics/libsixel/distinfo b/graphics/libsixel/distinfo index 7fac63b2f63..e08c6f8722c 100644 --- a/graphics/libsixel/distinfo +++ b/graphics/libsixel/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/11/09 07:19:54 obache Exp $ +$NetBSD: distinfo,v 1.8 2014/11/13 10:59:09 obache Exp $ -SHA1 (libsixel-1.3.3.tar.gz) = 9e7f9ee04bb7e869e0f344bed2458b028b86b610 -RMD160 (libsixel-1.3.3.tar.gz) = 5693f0bf903f9e1f125fe9473077ceb3a5d59938 -Size (libsixel-1.3.3.tar.gz) = 2523758 bytes -SHA1 (patch-configure) = 5fcdd7263ede997f8f95ed9796ea6486c36b1c3e -SHA1 (patch-configure.ac) = cdd6ba1cfbf2d86e66fd5de179616830c4d7c049 +SHA1 (libsixel-1.3.4.tar.gz) = 7b3f0dd7d52f88e80fc3314f20d794ddc59a67b0 +RMD160 (libsixel-1.3.4.tar.gz) = 6ab2fc9e6849cffe2eec3b4406541e1029a62969 +Size (libsixel-1.3.4.tar.gz) = 2523778 bytes diff --git a/graphics/libsixel/patches/patch-configure b/graphics/libsixel/patches/patch-configure deleted file mode 100644 index dd1caa2353e..00000000000 --- a/graphics/libsixel/patches/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2014/11/09 07:20:23 obache Exp $ - -* test(1) portability - ---- configure.orig 2014-11-08 04:14:11.000000000 +0000 -+++ configure -@@ -14197,7 +14197,7 @@ fi - touch aclocal.m4 Makefile.in */Makefile.in configure config.h.in - - -- if test x$have_jpeg == xyes; then -+ if test x$have_jpeg = xyes; then - HAVE_JPEG_TRUE= - HAVE_JPEG_FALSE='#' - else -@@ -14205,7 +14205,7 @@ else - HAVE_JPEG_FALSE= - fi - -- if test x$have_png == xyes; then -+ if test x$have_png = xyes; then - HAVE_PNG_TRUE= - HAVE_PNG_FALSE='#' - else diff --git a/graphics/libsixel/patches/patch-configure.ac b/graphics/libsixel/patches/patch-configure.ac deleted file mode 100644 index 92487def465..00000000000 --- a/graphics/libsixel/patches/patch-configure.ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-configure.ac,v 1.1 2014/11/09 07:20:23 obache Exp $ - -* test(1) portability - ---- configure.ac.orig 2014-11-08 04:14:11.000000000 +0000 -+++ configure.ac -@@ -367,8 +367,8 @@ AC_DEFUN([LS_UPDATE_TIMESTAMP], [ - ]) - LS_UPDATE_TIMESTAMP - --AM_CONDITIONAL([HAVE_JPEG], [test x$have_jpeg == xyes]) --AM_CONDITIONAL([HAVE_PNG], [test x$have_png == xyes]) -+AM_CONDITIONAL([HAVE_JPEG], [test x$have_jpeg = xyes]) -+AM_CONDITIONAL([HAVE_PNG], [test x$have_png = xyes]) - - AC_CONFIG_FILES([Makefile - libsixel.pc |