Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:35:15 +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: r545843 - head/graphics/jbig2dec
Message-ID:  <202008231935.07NJZFcS069870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:35:15 2020
New Revision: 545843
URL: https://svnweb.freebsd.org/changeset/ports/545843

Log:
  Update MASTER_SITES: use upstream release tarball

Modified:
  head/graphics/jbig2dec/Makefile
  head/graphics/jbig2dec/distinfo

Modified: head/graphics/jbig2dec/Makefile
==============================================================================
--- head/graphics/jbig2dec/Makefile	Sun Aug 23 19:35:10 2020	(r545842)
+++ head/graphics/jbig2dec/Makefile	Sun Aug 23 19:35:15 2020	(r545843)
@@ -3,7 +3,8 @@
 PORTNAME=	jbig2dec
 PORTVERSION=	0.18
 CATEGORIES=	graphics devel
-MASTER_SITES=	LOCAL/sunpoet:tests
+MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs951/ \
+		LOCAL/sunpoet:tests
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Decoder implementation of the JBIG2 image compression format
@@ -15,16 +16,13 @@ OPTIONS_DEFINE=	PNG TESTS
 OPTIONS_DEFAULT=PNG
 TESTS_DESC=	Download and use test-images for post-build testing
 
-USES=		autoreconf:build libtool
+USES=		autoreconf libtool
 
 CONFIGURE_ENV=	ac_cv_func_getopt_long=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
-GH_ACCOUNT=	ArtifexSoftware
-USE_GITHUB=	yes
-
 SHEBANG_FILES=	test_jbig2dec.py
 python_CMD=	${PYTHON_CMD}
 
@@ -48,7 +46,7 @@ pre-configure:
 # maintainer section:
 
 .if defined(MAINTAINER_MODE)
-DISTFILES=	jb2streams${EXTRACT_SUFX}:tests
+DISTFILES+=	jb2streams${EXTRACT_SUFX}:tests
 .endif
 
 .include <bsd.port.mk>

Modified: head/graphics/jbig2dec/distinfo
==============================================================================
--- head/graphics/jbig2dec/distinfo	Sun Aug 23 19:35:10 2020	(r545842)
+++ head/graphics/jbig2dec/distinfo	Sun Aug 23 19:35:15 2020	(r545843)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1585341220
-SHA256 (jb2streams.tar.gz) = 1b070a15468d186010047b5525b2eb99cdcda655576600d2d8a0d008b80a5ba2
-SIZE (jb2streams.tar.gz) = 1000034
-SHA256 (ArtifexSoftware-jbig2dec-0.18_GH0.tar.gz) = 3be6eb8105f6dcc8a7d29d6f2b4dc9205c164a412ad940294cedf0d7cc530487
-SIZE (ArtifexSoftware-jbig2dec-0.18_GH0.tar.gz) = 148563
+TIMESTAMP = 1598175210
+SHA256 (jbig2dec-0.18.tar.gz) = 9e19775237350e299c422b7b91b0c045e90ffa4ba66abf28c8fb5eb005772f5e
+SIZE (jbig2dec-0.18.tar.gz) = 441543



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008231935.07NJZFcS069870>