Date: Sun, 6 Aug 2017 08:07:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447451 - in head/graphics: jpeg-turbo jpeg-turbo/files libjpeg-turbo Message-ID: <201708060807.v7687sIA093173@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 6 08:07:54 2017 New Revision: 447451 URL: https://svnweb.freebsd.org/changeset/ports/447451 Log: Update to 1.5.2 Modified: head/graphics/jpeg-turbo/Makefile head/graphics/jpeg-turbo/distinfo head/graphics/jpeg-turbo/files/patch-md5_md5.c head/graphics/libjpeg-turbo/Makefile Modified: head/graphics/jpeg-turbo/Makefile ============================================================================== --- head/graphics/jpeg-turbo/Makefile Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/jpeg-turbo/Makefile Sun Aug 6 08:07:54 2017 (r447451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jpeg-turbo -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 PORTREVISION?= 0 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTVERSION} Modified: head/graphics/jpeg-turbo/distinfo ============================================================================== --- head/graphics/jpeg-turbo/distinfo Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/jpeg-turbo/distinfo Sun Aug 6 08:07:54 2017 (r447451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475991658 -SHA256 (libjpeg-turbo-1.5.1.tar.gz) = 41429d3d253017433f66e3d472b8c7d998491d2f41caa7306b8d9a6f2a2c666c -SIZE (libjpeg-turbo-1.5.1.tar.gz) = 1650647 +TIMESTAMP = 1499953047 +SHA256 (libjpeg-turbo-1.5.2.tar.gz) = 9098943b270388727ae61de82adec73cf9f0dbb240b3bc8b172595ebf405b528 +SIZE (libjpeg-turbo-1.5.2.tar.gz) = 1657235 Modified: head/graphics/jpeg-turbo/files/patch-md5_md5.c ============================================================================== --- head/graphics/jpeg-turbo/files/patch-md5_md5.c Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/jpeg-turbo/files/patch-md5_md5.c Sun Aug 6 08:07:54 2017 (r447451) @@ -1,6 +1,6 @@ ---- md5/md5.c.orig 2016-09-20 23:36:59 UTC +--- md5/md5.c.orig 2017-07-07 20:31:10 UTC +++ md5/md5.c -@@ -45,6 +45,8 @@ static void MD5Transform(unsigned int [4 +@@ -54,6 +54,8 @@ static void MD5Transform(unsigned int [4 #include <libkern/OSByteOrder.h> #define le32toh(x) OSSwapLittleToHostInt32(x) #define htole32(x) OSSwapHostToLittleInt32(x) Modified: head/graphics/libjpeg-turbo/Makefile ============================================================================== --- head/graphics/libjpeg-turbo/Makefile Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/libjpeg-turbo/Makefile Sun Aug 6 08:07:54 2017 (r447451) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMEPREFIX= lib -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708060807.v7687sIA093173>