aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2019-04-30 08:53:49 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2019-04-30 08:53:49 +0000
commit4654dd091ebc42de1078a1be8f2c1d230ff8c361 (patch)
treeb6ed5fb092908dc6621daa3a911109705adae304
parent32d4625dcecc4306cd5dc8e0436be5d11ef033fd (diff)
Notes
-rw-r--r--devel/geany-plugin-git-changebar/Makefile1
-rw-r--r--devel/geany-plugin-pg/Makefile1
-rw-r--r--devel/geany-plugin-scope/Makefile4
-rw-r--r--devel/geany-plugin-utilslib/Makefile6
-rw-r--r--devel/geany-plugin-vc/Makefile3
-rw-r--r--devel/geany-plugins/Makefile1
-rw-r--r--devel/geany-plugins/distinfo6
-rw-r--r--devel/geany-plugins/files/bsd.geany-plugins.mk2
-rw-r--r--devel/geany/Makefile2
-rw-r--r--devel/geany/distinfo6
10 files changed, 20 insertions, 12 deletions
diff --git a/devel/geany-plugin-git-changebar/Makefile b/devel/geany-plugin-git-changebar/Makefile
index a606d608728b..83659dc53007 100644
--- a/devel/geany-plugin-git-changebar/Makefile
+++ b/devel/geany-plugin-git-changebar/Makefile
@@ -2,7 +2,6 @@
PORTNAME= geany-plugin-git-changebar
PORTVERSION= ${GEANY_VER}
-PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
diff --git a/devel/geany-plugin-pg/Makefile b/devel/geany-plugin-pg/Makefile
index 47d6beda4664..02144ed0f485 100644
--- a/devel/geany-plugin-pg/Makefile
+++ b/devel/geany-plugin-pg/Makefile
@@ -2,7 +2,6 @@
PORTNAME= geany-plugin-pg
PORTVERSION= ${GEANY_VER}
-PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
diff --git a/devel/geany-plugin-scope/Makefile b/devel/geany-plugin-scope/Makefile
index a23e1f7d6400..bcca9b302d4d 100644
--- a/devel/geany-plugin-scope/Makefile
+++ b/devel/geany-plugin-scope/Makefile
@@ -6,6 +6,10 @@ CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+gtk3_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
+ libgnutls.so:security/gnutls
+
USES= gnome
USE_XORG= x11 xext
diff --git a/devel/geany-plugin-utilslib/Makefile b/devel/geany-plugin-utilslib/Makefile
index 8b45649d133c..9781b75685ef 100644
--- a/devel/geany-plugin-utilslib/Makefile
+++ b/devel/geany-plugin-utilslib/Makefile
@@ -10,4 +10,10 @@ COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+
+.if ${FLAVOR} == gtk2
+USE_GNOME+= vte
+USE_XORG+= x11 xext
+.endif
+
.include <bsd.port.mk>
diff --git a/devel/geany-plugin-vc/Makefile b/devel/geany-plugin-vc/Makefile
index 1c985bef83f1..bbca2d45ea0e 100644
--- a/devel/geany-plugin-vc/Makefile
+++ b/devel/geany-plugin-vc/Makefile
@@ -8,7 +8,8 @@ MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
gtk2_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell
-gtk3_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3
+gtk3_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \
+ libenchant-2.so:textproc/enchant2
OPTIONS_DEFINE= GTKSPELL
OPTIONS_DEFAULT= GTKSPELL
diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile
index 73389fd375e1..e58609b6a388 100644
--- a/devel/geany-plugins/Makefile
+++ b/devel/geany-plugins/Makefile
@@ -3,7 +3,6 @@
PORTNAME= geany-plugins
PORTVERSION= ${GEANY_VER}
-PORTREVISION= 1
CATEGORIES= devel
DISTFILES= # none
diff --git a/devel/geany-plugins/distinfo b/devel/geany-plugins/distinfo
index aab2cf7901db..f00844c4fc14 100644
--- a/devel/geany-plugins/distinfo
+++ b/devel/geany-plugins/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545042887
-SHA256 (geany-plugins-1.34.tar.bz2) = 244417c681636e82a63cf6f9901b5b7f3889168f7d9b5ba9b45601767a589c3b
-SIZE (geany-plugins-1.34.tar.bz2) = 3347870
+TIMESTAMP = 1556536413
+SHA256 (geany-plugins-1.35.tar.bz2) = b3718ad31c02e178aec108045109b456ef81052b0951ae294b0bf7ce3ff2cb25
+SIZE (geany-plugins-1.35.tar.bz2) = 3352178
diff --git a/devel/geany-plugins/files/bsd.geany-plugins.mk b/devel/geany-plugins/files/bsd.geany-plugins.mk
index 4be53fa95f72..64f9c36348ad 100644
--- a/devel/geany-plugins/files/bsd.geany-plugins.mk
+++ b/devel/geany-plugins/files/bsd.geany-plugins.mk
@@ -1,6 +1,6 @@
# $FreeBSD$
-GEANY_VER= 1.34
+GEANY_VER= 1.35
GEANY_PLUGINS_GTK2= debugger \
geanypy \
multiterm
diff --git a/devel/geany/Makefile b/devel/geany/Makefile
index e64e2c623485..2d55fd76dba4 100644
--- a/devel/geany/Makefile
+++ b/devel/geany/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geany
-PORTVERSION= 1.34.1
+PORTVERSION= 1.35
CATEGORIES= devel editors
MASTER_SITES= http://download.geany.org/ SF
diff --git a/devel/geany/distinfo b/devel/geany/distinfo
index bf8f92411482..fc37987608a0 100644
--- a/devel/geany/distinfo
+++ b/devel/geany/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548871369
-SHA256 (geany-1.34.1.tar.bz2) = e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11
-SIZE (geany-1.34.1.tar.bz2) = 4474211
+TIMESTAMP = 1556536390
+SHA256 (geany-1.35.tar.bz2) = 35ee1d3ddfadca8bf1764e174ba3a5f348b1f1f430d32a36295b7706b7753d9d
+SIZE (geany-1.35.tar.bz2) = 4593705