Update to 1.5.2
This commit is contained in:
parent
91283ba3a0
commit
fd1ca4613d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447451
4 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMEPREFIX= lib
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG
|
||||
|
||||
|
|
Loading…
Reference in a new issue