Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:33:59 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 122f09a3f111 - main - graphics/lcms2: Update to 2.15
Message-ID:  <202304051733.335HXxN8084060@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=122f09a3f1110cd11883ef364ce482b991c7eb7d

commit 122f09a3f1110cd11883ef364ce482b991c7eb7d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:13:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:29:48 +0000

    graphics/lcms2: Update to 2.15
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/mm2/Little-CMS/releases
---
 graphics/lcms2/Makefile  | 7 ++++---
 graphics/lcms2/distinfo  | 6 +++---
 graphics/lcms2/pkg-descr | 2 --
 graphics/lcms2/pkg-plist | 2 +-
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile
index 70f7353404e7..f7d3d34c97fd 100644
--- a/graphics/lcms2/Makefile
+++ b/graphics/lcms2/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	lcms2
-PORTVERSION=	2.13.1
+PORTVERSION=	2.15
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/mm2/Little-CMS/releases/download/lcms${PORTVERSION}/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Accurate, fast, and small-footprint color management engine
-WWW=		https://www.littlecms.com/
+WWW=		https://www.littlecms.com/ \
+		https://github.com/mm2/Little-CMS
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -17,7 +18,7 @@ INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	PORTVERSION=${PORTVERSION:R}
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 CPE_VENDOR=	littlecms
 CPE_PRODUCT=	little_cms_color_engine
diff --git a/graphics/lcms2/distinfo b/graphics/lcms2/distinfo
index 4d81908e581f..6a4a5b411ce3 100644
--- a/graphics/lcms2/distinfo
+++ b/graphics/lcms2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652122559
-SHA256 (lcms2-2.13.1.tar.gz) = d473e796e7b27c5af01bd6d1552d42b45b43457e7182ce9903f38bb748203b88
-SIZE (lcms2-2.13.1.tar.gz) = 7276499
+TIMESTAMP = 1679498534
+SHA256 (lcms2-2.15.tar.gz) = b20cbcbd0f503433be2a4e81462106fa61050a35074dc24a4e356792d971ab39
+SIZE (lcms2-2.15.tar.gz) = 7548405
diff --git a/graphics/lcms2/pkg-descr b/graphics/lcms2/pkg-descr
index 542d05704957..31da28d9f4b2 100644
--- a/graphics/lcms2/pkg-descr
+++ b/graphics/lcms2/pkg-descr
@@ -11,5 +11,3 @@ abstract, devicelink, and named color profiles.
 
 Color management refers to techniques that ensure consistent colors while
 images are transferred from scanners or cameras to monitors and printers.
-
-See also: https://github.com/mm2/Little-CMS
diff --git a/graphics/lcms2/pkg-plist b/graphics/lcms2/pkg-plist
index 2f640cfac33c..1ca93e63d495 100644
--- a/graphics/lcms2/pkg-plist
+++ b/graphics/lcms2/pkg-plist
@@ -8,7 +8,7 @@ include/lcms2_plugin.h
 lib/liblcms2.a
 lib/liblcms2.so
 lib/liblcms2.so.2
-lib/liblcms2.so.2.0.13
+lib/liblcms2.so.2.0.15
 libdata/pkgconfig/lcms2.pc
 %%JPEGICC%%man/man1/jpgicc.1.gz
 man/man1/linkicc.1.gz



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