Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 12:29:44 +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: r412810 - in head/graphics/jbig2dec: . files
Message-ID:  <201604091229.u39CTiaR048147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  9 12:29:43 2016
New Revision: 412810
URL: https://svnweb.freebsd.org/changeset/ports/412810

Log:
  - Update to 0.13
  
  Changes:	http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD

Deleted:
  head/graphics/jbig2dec/files/patch-jbig2_image_png.c
Modified:
  head/graphics/jbig2dec/Makefile
  head/graphics/jbig2dec/distinfo
  head/graphics/jbig2dec/files/patch-sha1.c

Modified: head/graphics/jbig2dec/Makefile
==============================================================================
--- head/graphics/jbig2dec/Makefile	Sat Apr  9 12:29:38 2016	(r412809)
+++ head/graphics/jbig2dec/Makefile	Sat Apr  9 12:29:43 2016	(r412810)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jbig2dec
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://downloads.ghostscript.com/public/${PORTNAME}/ \
 		LOCAL/sunpoet:tests

Modified: head/graphics/jbig2dec/distinfo
==============================================================================
--- head/graphics/jbig2dec/distinfo	Sat Apr  9 12:29:38 2016	(r412809)
+++ head/graphics/jbig2dec/distinfo	Sat Apr  9 12:29:43 2016	(r412810)
@@ -1,4 +1,4 @@
-SHA256 (jbig2dec-0.12.tar.gz) = bcc5f2cc75ee46e9a2c3c68d4a1b740280c772062579a5d0ceda24bee2e5ebf0
-SIZE (jbig2dec-0.12.tar.gz) = 330935
+SHA256 (jbig2dec-0.13.tar.gz) = 5aaca0070992cc2e971e3bb2338ee749495613dcecab4c868fc547b4148f5311
+SIZE (jbig2dec-0.13.tar.gz) = 442571
 SHA256 (jb2streams.tar.gz) = 1b070a15468d186010047b5525b2eb99cdcda655576600d2d8a0d008b80a5ba2
 SIZE (jb2streams.tar.gz) = 1000034

Modified: head/graphics/jbig2dec/files/patch-sha1.c
==============================================================================
--- head/graphics/jbig2dec/files/patch-sha1.c	Sat Apr  9 12:29:38 2016	(r412809)
+++ head/graphics/jbig2dec/files/patch-sha1.c	Sat Apr  9 12:29:43 2016	(r412810)
@@ -7,18 +7,18 @@
 +
 +#include <sha.h>
 +#ifndef SHA1_DIGEST_SIZE
-+#	define SHA1_DIGEST_SIZE	20
++#define SHA1_DIGEST_SIZE 20
 +#endif
 +
 +#if 0
  #include "sha1.h"
  
  void SHA1_Transform(uint32_t state[5], const uint8_t buffer[64]);
-@@ -260,7 +267,6 @@ void SHA1_Final(SHA1_CTX* context, uint8
+@@ -258,7 +265,6 @@ SHA1_Final(SHA1_CTX *context, uint8_t di
  
  /*************************************************************/
  
 -#if 0
- int main(int argc, char** argv)
+ int
+ main(int argc, char **argv)
  {
- int i, j;



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