From owner-svn-ports-head@freebsd.org Tue Jan 5 18:34:09 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D520D4C5894; Tue, 5 Jan 2021 18:34:09 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9Lk95kxpz4rBd; Tue, 5 Jan 2021 18:34:09 +0000 (UTC) (envelope-from fluffy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7D3010F6B; Tue, 5 Jan 2021 18:34:09 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 105IY9XO049274; Tue, 5 Jan 2021 18:34:09 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 105IY9YB049272; Tue, 5 Jan 2021 18:34:09 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202101051834.105IY9YB049272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Tue, 5 Jan 2021 18:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560418 - in head/graphics/gimp-lensfun-plugin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in head/graphics/gimp-lensfun-plugin: . files X-SVN-Commit-Revision: 560418 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.34 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: Tue, 05 Jan 2021 18:34:09 -0000 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@FreeBSD.org +MAINTAINER= fluffy@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