From owner-svn-ports-head@freebsd.org Tue Sep 4 18:40:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA2BAFF8526; Tue, 4 Sep 2018 18:40:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FE557B6F8; Tue, 4 Sep 2018 18:40:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A9DE1ACBE; Tue, 4 Sep 2018 18:40:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w84Ie9L7050792; Tue, 4 Sep 2018 18:40:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w84Ie8Cp050789; Tue, 4 Sep 2018 18:40:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809041840.w84Ie8Cp050789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Sep 2018 18:40:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478973 - in head/graphics/jbig2dec: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics/jbig2dec: . files X-SVN-Commit-Revision: 478973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2018 18:40:10 -0000 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 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