Index: head/graphics/gimp-lensfun-plugin/Makefile =================================================================== --- head/graphics/gimp-lensfun-plugin/Makefile (revision 560417) +++ head/graphics/gimp-lensfun-plugin/Makefile (revision 560418) @@ -1,50 +1,49 @@ # Created by: Mario Sergio Fujikawa Ferreira # $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+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/exiv2.pc:graphics/exiv2 \ ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app \ ${LOCALBASE}/libdata/pkgconfig/lensfun.pc:graphics/lensfun RUN_DEPENDS:= ${BUILD_DEPENDS} 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 # installed files .for plugin in ${PLUGINS} PLIST_FILES+= ${PLUGIN_DIR}/${plugin} .endfor post-patch: @${REINPLACE_CMD} \ -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \ ${WRKSRC}/Makefile # CCI support has been removed from recent versions of lensfun @${REINPLACE_CMD} -e '/CCI/d' ${WRKSRC}/src/gimplensfun.cpp do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} .for plugin in ${PLUGINS} ${INSTALL_PROGRAM} ${WRKSRC}/${plugin} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} .endfor .include Index: head/graphics/gimp-lensfun-plugin/distinfo =================================================================== --- head/graphics/gimp-lensfun-plugin/distinfo (revision 560417) +++ head/graphics/gimp-lensfun-plugin/distinfo (revision 560418) @@ -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 Property changes on: head/graphics/gimp-lensfun-plugin/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/graphics/gimp-lensfun-plugin/files/patch-src_gimplensfun.cpp =================================================================== --- head/graphics/gimp-lensfun-plugin/files/patch-src_gimplensfun.cpp (revision 560417) +++ head/graphics/gimp-lensfun-plugin/files/patch-src_gimplensfun.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- src/gimplensfun.cpp.orig 2019-07-07 08:42:51 UTC -+++ src/gimplensfun.cpp -@@ -37,8 +37,7 @@ CHANGES: - #include - #include - --#include --#include -+#include - - #define VERSIONSTR "0.2.4-dev" - Property changes on: head/graphics/gimp-lensfun-plugin/files/patch-src_gimplensfun.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property