svn commit: r560418 - in head/graphics/gimp-lensfun-plugin: . files

Dima Panov fluffy at FreeBSD.org
Tue Jan 5 18:34:09 UTC 2021


Author: fluffy
Date: Tue Jan  5 18:34:09 2021
New Revision: 560418
URL: https://svnweb.freebsd.org/changeset/ports/560418

Log:
  graphics/gimp-lensfun-plugin: update to latest git commit
  
  - Take maintainership
  - Update to latest 0.2.5-dev commit with fixes:
  ** Sony lens not detected
  ** Add GoPro to CameraMakers list
  ** Wrong lens detected for Fujifilm X-E2
  ** Fix for exiv2 >=0.27.1

Deleted:
  head/graphics/gimp-lensfun-plugin/files/patch-src_gimplensfun.cpp
Modified:
  head/graphics/gimp-lensfun-plugin/Makefile
  head/graphics/gimp-lensfun-plugin/distinfo   (contents, props changed)

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Tue Jan  5 18:23:01 2021	(r560417)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Tue Jan  5 18:34:09 2021	(r560418)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	lensfun
-DISTVERSION=	0.2.4-dev
-PORTREVISION=	10
+DISTVERSION=	0.2.5-dev
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	fluffy at FreeBSD.org
 COMMENT=	Gimp plugin to correct lens distortion using the lensfun library
 
 LICENSE=	GPLv3+
@@ -24,7 +23,7 @@ USES=		compiler:c++11-lang gmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	seebk
 GH_PROJECT=	GIMP-Lensfun
-GH_TAGNAME=	d0a0bd2
+GH_TAGNAME=	c5eaf97
 
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLUGINS=	gimp-lensfun

Modified: head/graphics/gimp-lensfun-plugin/distinfo
==============================================================================
--- head/graphics/gimp-lensfun-plugin/distinfo	Tue Jan  5 18:23:01 2021	(r560417)
+++ head/graphics/gimp-lensfun-plugin/distinfo	Tue Jan  5 18:34:09 2021	(r560418)
@@ -1,2 +1,3 @@
-SHA256 (seebk-GIMP-Lensfun-0.2.4-dev-d0a0bd2_GH0.tar.gz) = a74a76d4c8cdbebaf15cd78f2f6e74f4e1ac94ed2c3c6baeaac98109c646bc14
-SIZE (seebk-GIMP-Lensfun-0.2.4-dev-d0a0bd2_GH0.tar.gz) = 28948
+TIMESTAMP = 1609871118
+SHA256 (seebk-GIMP-Lensfun-0.2.5-dev-c5eaf97_GH0.tar.gz) = 3554dbc81aef1f330dbb076bf615da2ec4e3328cbf6dd80714ce67e545e56914
+SIZE (seebk-GIMP-Lensfun-0.2.5-dev-c5eaf97_GH0.tar.gz) = 29072


More information about the svn-ports-head mailing list