Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 11:40:07 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513369 - in head/devel: geany geany-plugin-debugger geany-plugin-workbench geany-plugins geany-plugins/files
Message-ID:  <201909301140.x8UBe7wv060359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Sep 30 11:40:07 2019
New Revision: 513369
URL: https://svnweb.freebsd.org/changeset/ports/513369

Log:
  Update geany and geany-plugins to 1.36.
  
  The geany-plugin-debugger port now supports gtk3 and has a gtk3 flavor.

Modified:
  head/devel/geany-plugin-debugger/Makefile
  head/devel/geany-plugin-workbench/Makefile
  head/devel/geany-plugins/distinfo
  head/devel/geany-plugins/files/bsd.geany-plugins.mk
  head/devel/geany/Makefile
  head/devel/geany/distinfo
  head/devel/geany/pkg-plist

Modified: head/devel/geany-plugin-debugger/Makefile
==============================================================================
--- head/devel/geany-plugin-debugger/Makefile	Mon Sep 30 11:38:22 2019	(r513368)
+++ head/devel/geany-plugin-debugger/Makefile	Mon Sep 30 11:40:07 2019	(r513369)
@@ -2,19 +2,20 @@
 
 PORTNAME=	geany-plugin-debugger
 PORTVERSION=	${GEANY_VER}
-PKGNAMESUFFIX=	-gtk2
 CATEGORIES=	devel
 
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
-LIB_DEPENDS=	libgeany.so:devel/geany@gtk2
-
-FLAVORS=	# intentionally left empty
-
 USES=		gnome
-USE_GNOME=	vte
 USE_XORG=	x11 xext
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+
+.if ${FLAVOR} == gtk3
+USE_GNOME+=	vte3
+.else
+USE_GNOME+=	vte
+.endif
+
 .include <bsd.port.mk>

Modified: head/devel/geany-plugin-workbench/Makefile
==============================================================================
--- head/devel/geany-plugin-workbench/Makefile	Mon Sep 30 11:38:22 2019	(r513368)
+++ head/devel/geany-plugin-workbench/Makefile	Mon Sep 30 11:40:07 2019	(r513369)
@@ -7,5 +7,7 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
+LIB_DEPENDS=	libgit2.so:devel/libgit2
+
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/devel/geany-plugins/distinfo
==============================================================================
--- head/devel/geany-plugins/distinfo	Mon Sep 30 11:38:22 2019	(r513368)
+++ head/devel/geany-plugins/distinfo	Mon Sep 30 11:40:07 2019	(r513369)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556536413
-SHA256 (geany-plugins-1.35.tar.bz2) = b3718ad31c02e178aec108045109b456ef81052b0951ae294b0bf7ce3ff2cb25
-SIZE (geany-plugins-1.35.tar.bz2) = 3352178
+TIMESTAMP = 1569769290
+SHA256 (geany-plugins-1.36.tar.bz2) = ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6
+SIZE (geany-plugins-1.36.tar.bz2) = 3379066

Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk
==============================================================================
--- head/devel/geany-plugins/files/bsd.geany-plugins.mk	Mon Sep 30 11:38:22 2019	(r513368)
+++ head/devel/geany-plugins/files/bsd.geany-plugins.mk	Mon Sep 30 11:40:07 2019	(r513369)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
-GEANY_VER=		1.35
-GEANY_PLUGINS_GTK2=	debugger \
-			geanypy \
+GEANY_VER=		1.36
+GEANY_PLUGINS_GTK2=	geanypy \
 			multiterm
 
 GEANY_PLUGINS_GTK3=	markdown
@@ -13,6 +12,7 @@ GEANY_PLUGINS_ALL=	addons \
 			codenav \
 			commander \
 			ctags \
+			debugger \
 			defineformat \
 			doc \
 			extrasel \
@@ -109,4 +109,4 @@ vc_DIR=			geanyvc
 git-changebar_SWITCH=	--enable-gitchangebar
 pretty-printer_SWITCH=	--enable-pretty_printer
 
-GEANY_UTIL=		scope workbench
+GEANY_UTIL=		debugger numberedbookmarks scope treebrowser workbench

Modified: head/devel/geany/Makefile
==============================================================================
--- head/devel/geany/Makefile	Mon Sep 30 11:38:22 2019	(r513368)
+++ head/devel/geany/Makefile	Mon Sep 30 11:40:07 2019	(r513369)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	geany
-PORTVERSION=	1.35
-PORTREVISION=	1
+PORTVERSION=	1.36
 CATEGORIES=	devel editors
 MASTER_SITES=	http://download.geany.org/ SF
 

Modified: head/devel/geany/distinfo
==============================================================================
--- head/devel/geany/distinfo	Mon Sep 30 11:38:22 2019	(r513368)
+++ head/devel/geany/distinfo	Mon Sep 30 11:40:07 2019	(r513369)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556536390
-SHA256 (geany-1.35.tar.bz2) = 35ee1d3ddfadca8bf1764e174ba3a5f348b1f1f430d32a36295b7706b7753d9d
-SIZE (geany-1.35.tar.bz2) = 4593705
+TIMESTAMP = 1569769107
+SHA256 (geany-1.36.tar.bz2) = 9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e
+SIZE (geany-1.36.tar.bz2) = 4644521

Modified: head/devel/geany/pkg-plist
==============================================================================
--- head/devel/geany/pkg-plist	Mon Sep 30 11:38:22 2019	(r513368)
+++ head/devel/geany/pkg-plist	Mon Sep 30 11:40:07 2019	(r513369)
@@ -90,8 +90,13 @@ share/applications/geany.desktop
 %%DATADIR%%/filedefs/filetypes.Cython.conf
 %%DATADIR%%/filedefs/filetypes.Genie.conf
 %%DATADIR%%/filedefs/filetypes.Graphviz.conf
+%%DATADIR%%/filedefs/filetypes.Groovy.conf
 %%DATADIR%%/filedefs/filetypes.JSON.conf
+%%DATADIR%%/filedefs/filetypes.Kotlin.conf
+%%DATADIR%%/filedefs/filetypes.Nim.conf
 %%DATADIR%%/filedefs/filetypes.Scala.conf
+%%DATADIR%%/filedefs/filetypes.Swift.conf
+%%DATADIR%%/filedefs/filetypes.TypeScript.conf
 %%DATADIR%%/filedefs/filetypes.abaqus
 %%DATADIR%%/filedefs/filetypes.abc
 %%DATADIR%%/filedefs/filetypes.actionscript
@@ -240,6 +245,7 @@ share/icons/hicolor/scalable/apps/geany.svg
 %%NLS%%share/locale/ja/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/kk/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/ku/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/lb/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/lt/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/lv/LC_MESSAGES/geany.mo



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