Date: Mon, 4 Nov 2019 15:58:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516657 - in head/graphics/jbig2dec: . files Message-ID: <201911041558.xA4FwRYI049547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 4 15:58:26 2019 New Revision: 516657 URL: https://svnweb.freebsd.org/changeset/ports/516657 Log: Update to 0.17 Changes: https://github.com/ArtifexSoftware/jbig2dec/blob/master/CHANGES Added: head/graphics/jbig2dec/files/patch-configure.ac.in - copied, changed from r516656, head/graphics/jbig2dec/files/patch-configure.ac Deleted: head/graphics/jbig2dec/files/patch-configure.ac Modified: head/graphics/jbig2dec/Makefile head/graphics/jbig2dec/distinfo head/graphics/jbig2dec/files/patch-autogen.sh head/graphics/jbig2dec/pkg-plist Modified: head/graphics/jbig2dec/Makefile ============================================================================== --- head/graphics/jbig2dec/Makefile Mon Nov 4 15:58:21 2019 (r516656) +++ head/graphics/jbig2dec/Makefile Mon Nov 4 15:58:26 2019 (r516657) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jbig2dec -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= graphics devel MASTER_SITES= LOCAL/sunpoet:tests Modified: head/graphics/jbig2dec/distinfo ============================================================================== --- head/graphics/jbig2dec/distinfo Mon Nov 4 15:58:21 2019 (r516656) +++ head/graphics/jbig2dec/distinfo Mon Nov 4 15:58:26 2019 (r516657) @@ -1,5 +1,5 @@ -TIMESTAMP = 1557684837 +TIMESTAMP = 1572806072 SHA256 (jb2streams.tar.gz) = 1b070a15468d186010047b5525b2eb99cdcda655576600d2d8a0d008b80a5ba2 SIZE (jb2streams.tar.gz) = 1000034 -SHA256 (ArtifexSoftware-jbig2dec-0.16_GH0.tar.gz) = 30f706a67604237ffffaece96ae20ee86b2cfebd6277a95f8b0f2ab0f8859850 -SIZE (ArtifexSoftware-jbig2dec-0.16_GH0.tar.gz) = 140155 +SHA256 (ArtifexSoftware-jbig2dec-0.17_GH0.tar.gz) = e14c0a978332e0cad011b1aeb9aab7555c73b55e9907f08cb1c74bb6d78a7c59 +SIZE (ArtifexSoftware-jbig2dec-0.17_GH0.tar.gz) = 141195 Modified: head/graphics/jbig2dec/files/patch-autogen.sh ============================================================================== --- head/graphics/jbig2dec/files/patch-autogen.sh Mon Nov 4 15:58:21 2019 (r516656) +++ head/graphics/jbig2dec/files/patch-autogen.sh Mon Nov 4 15:58:26 2019 (r516657) @@ -1,6 +1,15 @@ ---- autogen.sh.orig 2018-09-03 16:39:20 UTC +--- autogen.sh.orig 2019-10-02 12:52:19 UTC +++ autogen.sh -@@ -164,12 +164,3 @@ $AUTOMAKE --add-missing --copy $AUTOMAKE +@@ -22,7 +22,7 @@ VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9][ + VERSIONMKMAJ="sed -e s/\([0-9][0-9]*\)[^0-9].*/\\1/" + VERSIONMKMIN="sed -e s/.*[0-9][0-9]*\.//" + +-JBIG2VERSIONGREP="sed -e s/^.*(\([0-9]\+\)).*/\\1/" ++JBIG2VERSIONGREP="sed -e s/^.*(\([0-9]*\)).*/\1/" + JBIG2MAJOR=$(grep 'define JBIG2_VERSION_MAJOR' jbig2.h | $JBIG2VERSIONGREP) + JBIG2MINOR=$(grep 'define JBIG2_VERSION_MINOR' jbig2.h | $JBIG2VERSIONGREP) + sed -e "s/^\(AC_INIT[^,]*,\)[^,]*\(,.*\)$/\1 [$JBIG2MAJOR.$JBIG2MINOR]\2/" configure.ac.in > configure.ac +@@ -169,12 +169,3 @@ $AUTOMAKE --add-missing --copy $AUTOMAKE echo " autoconf" autoconf Copied and modified: head/graphics/jbig2dec/files/patch-configure.ac.in (from r516656, head/graphics/jbig2dec/files/patch-configure.ac) ============================================================================== --- head/graphics/jbig2dec/files/patch-configure.ac Mon Nov 4 15:58:21 2019 (r516656, copy source) +++ head/graphics/jbig2dec/files/patch-configure.ac.in Mon Nov 4 15:58:26 2019 (r516657) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2018-09-03 16:39:20 UTC -+++ configure.ac -@@ -140,8 +140,6 @@ AC_CHECK_FUNC(getopt_long, +--- configure.ac.in.orig 2019-10-02 12:52:19 UTC ++++ configure.ac.in +@@ -141,8 +141,6 @@ AC_CHECK_FUNC(getopt_long, AC_DEFINE(HAVE_GETOPT_LONG,, [Define if the local libc includes getopt_long()] ),[ Modified: head/graphics/jbig2dec/pkg-plist ============================================================================== --- head/graphics/jbig2dec/pkg-plist Mon Nov 4 15:58:21 2019 (r516656) +++ head/graphics/jbig2dec/pkg-plist Mon Nov 4 15:58:26 2019 (r516657) @@ -4,4 +4,5 @@ lib/libjbig2dec.a lib/libjbig2dec.so lib/libjbig2dec.so.0 lib/libjbig2dec.so.0.0.0 +libdata/pkgconfig/jbig2dec.pc man/man1/jbig2dec.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041558.xA4FwRYI049547>