Date: Tue, 4 Sep 2018 18:40:08 +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: r478973 - in head/graphics/jbig2dec: . files Message-ID: <201809041840.w84Ie8Cp050789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 4 18:40:08 2018 New Revision: 478973 URL: https://svnweb.freebsd.org/changeset/ports/478973 Log: Update to 0.15 - Update WWW Changes: https://github.com/ArtifexSoftware/jbig2dec/blob/master/CHANGES Notified by: tijl Deleted: head/graphics/jbig2dec/files/patch-test_jbig2dec.py Modified: head/graphics/jbig2dec/Makefile head/graphics/jbig2dec/distinfo head/graphics/jbig2dec/pkg-descr Modified: head/graphics/jbig2dec/Makefile ============================================================================== --- head/graphics/jbig2dec/Makefile Tue Sep 4 18:10:00 2018 (r478972) +++ head/graphics/jbig2dec/Makefile Tue Sep 4 18:40:08 2018 (r478973) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= jbig2dec -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= graphics devel -MASTER_SITES= http://downloads.ghostscript.com/public/${PORTNAME}/ \ - LOCAL/sunpoet:tests -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= LOCAL/sunpoet:tests MAINTAINER= sunpoet@FreeBSD.org COMMENT= Decoder implementation of the JBIG2 image compression format @@ -23,6 +21,9 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= autoreconf libtool +GH_ACCOUNT= ArtifexSoftware +USE_GITHUB= yes + SHEBANG_FILES= test_jbig2dec.py python_CMD= ${PYTHON_CMD} @@ -37,10 +38,10 @@ post-patch: @${RM} ${WRKSRC}/getopt* ${WRKSRC}/sha1.h @${REINPLACE_CMD} -E 's|SHA1_Final\( *([^,]+), *([^\)]+)\)|SHA1_Final(\2, \1)|' ${WRKSRC}/jbig2dec.c ${WRKSRC}/sha1.c -post-patch-PNG-on: - @${REINPLACE_CMD} 's|png_check_sig|png_sig_cmp|g' ${WRKSRC}/configure - post-patch-TESTS-off: - @${REINPLACE_CMD} -e '/^TESTS = / s| test_jbig2dec.py||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^TESTS = / s| test_jbig2dec.py||' ${WRKSRC}/Makefile.am + +pre-configure: + @cd ${WRKSRC}/ && ${SH} autogen.sh .include <bsd.port.mk> Modified: head/graphics/jbig2dec/distinfo ============================================================================== --- head/graphics/jbig2dec/distinfo Tue Sep 4 18:10:00 2018 (r478972) +++ head/graphics/jbig2dec/distinfo Tue Sep 4 18:40:08 2018 (r478973) @@ -1,5 +1,5 @@ -TIMESTAMP = 1507190988 -SHA256 (jbig2dec-0.14.tar.gz) = 21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c -SIZE (jbig2dec-0.14.tar.gz) = 463572 +TIMESTAMP = 1536075971 SHA256 (jb2streams.tar.gz) = 1b070a15468d186010047b5525b2eb99cdcda655576600d2d8a0d008b80a5ba2 SIZE (jb2streams.tar.gz) = 1000034 +SHA256 (ArtifexSoftware-jbig2dec-0.15_GH0.tar.gz) = 1bae90922610244334f3d93d7d4f76ba31d8618e2f62c203e8b8e5de7023e4e3 +SIZE (ArtifexSoftware-jbig2dec-0.15_GH0.tar.gz) = 130944 Modified: head/graphics/jbig2dec/pkg-descr ============================================================================== --- head/graphics/jbig2dec/pkg-descr Tue Sep 4 18:10:00 2018 (r478972) +++ head/graphics/jbig2dec/pkg-descr Tue Sep 4 18:40:08 2018 (r478973) @@ -4,5 +4,4 @@ images at moderately high resolution, and in particula In this domain it is very efficient, offering compression ratios on the order of 100:1. -WWW: http://www.ghostscript.com/jbig2dec.html -WWW: http://git.ghostscript.com/?p=jbig2dec.git +WWW: https://github.com/ArtifexSoftware/jbig2dec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809041840.w84Ie8Cp050789>