svn commit: r561698 - in head/graphics: gimp gimp-app

Dima Panov fluffy at FreeBSD.org
Sat Jan 16 01:28:28 UTC 2021


Author: fluffy
Date: Sat Jan 16 01:28:27 2021
New Revision: 561698
URL: https://svnweb.freebsd.org/changeset/ports/561698

Log:
  graphics/gimp[-app]: update to 2.10.22
  
  With hat:	desktop
  Submitted by:	Sergey Golyashov via im

Modified:
  head/graphics/gimp-app/Makefile
  head/graphics/gimp-app/distinfo
  head/graphics/gimp/Makefile

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Sat Jan 16 01:14:54 2021	(r561697)
+++ head/graphics/gimp-app/Makefile	Sat Jan 16 01:28:27 2021	(r561698)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	gimp-app
-PORTVERSION=	2.10.20
-PORTREVISION=	16
+PORTVERSION=	2.10.22
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}
@@ -132,7 +131,8 @@ SIMD_CONFIGURE_OFF=	--disable-mmx \
 WEBP_CONFIGURE_WITH=	webp
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 
-WMF_LIB_DEPENDS=	libwmf.so:graphics/libwmf
+WMF_LIB_DEPENDS=	libwmf.so:graphics/libwmf \
+			libexpat.so:textproc/expat2
 WMF_CONFIGURE_WITH=	wmf
 
 .endif

Modified: head/graphics/gimp-app/distinfo
==============================================================================
--- head/graphics/gimp-app/distinfo	Sat Jan 16 01:14:54 2021	(r561697)
+++ head/graphics/gimp-app/distinfo	Sat Jan 16 01:28:27 2021	(r561698)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592236416
-SHA256 (gimp-2.10.20.tar.bz2) = e12f9f874b1a007c4277b60aa81e0b67330be7e6153e5749ead839b902fc7b3c
-SIZE (gimp-2.10.20.tar.bz2) = 33108938
+TIMESTAMP = 1610695492
+SHA256 (gimp-2.10.22.tar.bz2) = 2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb
+SIZE (gimp-2.10.22.tar.bz2) = 33152226

Modified: head/graphics/gimp/Makefile
==============================================================================
--- head/graphics/gimp/Makefile	Sat Jan 16 01:14:54 2021	(r561697)
+++ head/graphics/gimp/Makefile	Sat Jan 16 01:28:27 2021	(r561698)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gimp
-DISTVERSION?=	2.10.20
-PORTREVISION=	1
+DISTVERSION?=	2.10.22
 PORTEPOCH?=	2
 CATEGORIES=	graphics gnome
 


More information about the svn-ports-head mailing list