From owner-svn-ports-head@freebsd.org Sun Aug 6 08:07:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D82CDCA7BE; Sun, 6 Aug 2017 08:07:56 +0000 (UTC) (envelope-from antoine@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 mx1.freebsd.org (Postfix) with ESMTPS id 3DC0077E23; Sun, 6 Aug 2017 08:07:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7687tD0093178; Sun, 6 Aug 2017 08:07:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7687sIA093173; Sun, 6 Aug 2017 08:07:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708060807.v7687sIA093173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 08:07:54 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/graphics: jpeg-turbo jpeg-turbo/files libjpeg-turbo X-SVN-Commit-Revision: 447451 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.23 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: Sun, 06 Aug 2017 08:07:56 -0000 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 #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