Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 07:18:28 +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: r446127 - in head/devel: geany geany-plugin-debugger geany-plugin-devhelp geany-plugin-geniuspaste geany-plugin-markdown geany-plugin-multiterm geany-plugin-pg geany-plugin-pretty-print...
Message-ID:  <201707180718.v6I7ISTE003905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Jul 18 07:18:28 2017
New Revision: 446127
URL: https://svnweb.freebsd.org/changeset/ports/446127

Log:
  - Update devel/geany to 1.31
  - Update geany plugins to 1.31
  - Add missing dependencies reported by poudriere

Modified:
  head/devel/geany-plugin-debugger/Makefile
  head/devel/geany-plugin-devhelp/Makefile
  head/devel/geany-plugin-geniuspaste/pkg-plist
  head/devel/geany-plugin-markdown/Makefile
  head/devel/geany-plugin-multiterm/Makefile
  head/devel/geany-plugin-pg/Makefile
  head/devel/geany-plugin-pretty-printer/Makefile
  head/devel/geany-plugin-scope/Makefile
  head/devel/geany-plugin-webhelper/Makefile
  head/devel/geany-plugins/distinfo
  head/devel/geany-plugins/files/Makefile.common
  head/devel/geany-plugins/files/bsd.geany-plugins.mk
  head/devel/geany/Makefile
  head/devel/geany/distinfo

Modified: head/devel/geany-plugin-debugger/Makefile
==============================================================================
--- head/devel/geany-plugin-debugger/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-debugger/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -8,6 +8,7 @@ MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
 USE_GNOME=	vte
+USE_XORG=	x11 xext
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/devel/geany-plugin-devhelp/Makefile
==============================================================================
--- head/devel/geany-plugin-devhelp/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-devhelp/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -8,7 +8,8 @@ MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
 LIB_DEPENDS=	libwnck-1.so:x11-toolkits/libwnck \
-		libwebkitgtk-1.0.so:www/webkit-gtk2
+		libwebkitgtk-1.0.so:www/webkit-gtk2 \
+		libsoup-2.4.so:devel/libsoup
 
 USE_GNOME=	gconf2
 

Modified: head/devel/geany-plugin-geniuspaste/pkg-plist
==============================================================================
--- head/devel/geany-plugin-geniuspaste/pkg-plist	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-geniuspaste/pkg-plist	Tue Jul 18 07:18:28 2017	(r446127)
@@ -5,7 +5,6 @@ lib/geany/geniuspaste.so
 %%DATADIR%%/geniuspaste/pastebins/paste.debian.net.conf
 %%DATADIR%%/geniuspaste/pastebins/pastebin.geany.org.conf
 %%DATADIR%%/geniuspaste/pastebins/sprunge.us.conf
-%%DATADIR%%/geniuspaste/pastebins/tinypaste.com.conf
 %%DOCSDIR%%/geniuspaste/AUTHORS
 %%DOCSDIR%%/geniuspaste/COPYING
 %%DOCSDIR%%/geniuspaste/ChangeLog

Modified: head/devel/geany-plugin-markdown/Makefile
==============================================================================
--- head/devel/geany-plugin-markdown/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-markdown/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -7,7 +7,8 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
-LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2
+LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2 \
+		libsoup-2.4.so:devel/libsoup
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/devel/geany-plugin-multiterm/Makefile
==============================================================================
--- head/devel/geany-plugin-multiterm/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-multiterm/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -9,6 +9,7 @@ COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
 BUILD_DEPENDS=	valac:lang/vala
 USE_GNOME=	vte
+USE_XORG=	x11 xext
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/devel/geany-plugin-pg/Makefile
==============================================================================
--- head/devel/geany-plugin-pg/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-pg/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -8,7 +8,9 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
-LIB_DEPENDS=	libgpgme.so:security/gpgme
+LIB_DEPENDS=	libgpgme.so:security/gpgme \
+		libassuan.so:security/libassuan \
+		libgpg-error.so:security/libgpg-error
 RUN_DEPENDS=	gpg2:security/gnupg
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"

Modified: head/devel/geany-plugin-pretty-printer/Makefile
==============================================================================
--- head/devel/geany-plugin-pretty-printer/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-pretty-printer/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -7,5 +7,7 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
+USE_GNOME=	libxml2
+
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/devel/geany-plugin-scope/Makefile
==============================================================================
--- head/devel/geany-plugin-scope/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-scope/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -8,6 +8,7 @@ MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
 USE_GNOME=	vte
+USE_XORG=	x11 xext
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/devel/geany-plugin-webhelper/Makefile
==============================================================================
--- head/devel/geany-plugin-webhelper/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugin-webhelper/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -7,7 +7,8 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
-LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2
+LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2 \
+		libsoup-2.4.so:devel/libsoup
 
 .include "${.CURDIR}/../geany-plugins/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/devel/geany-plugins/distinfo
==============================================================================
--- head/devel/geany-plugins/distinfo	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugins/distinfo	Tue Jul 18 07:18:28 2017	(r446127)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488804857
-SHA256 (geany-plugins-1.30.tar.bz2) = 8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b
-SIZE (geany-plugins-1.30.tar.bz2) = 3198506
+TIMESTAMP = 1500282686
+SHA256 (geany-plugins-1.31.tar.bz2) = 76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25
+SIZE (geany-plugins-1.31.tar.bz2) = 3206213

Modified: head/devel/geany-plugins/files/Makefile.common
==============================================================================
--- head/devel/geany-plugins/files/Makefile.common	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugins/files/Makefile.common	Tue Jul 18 07:18:28 2017	(r446127)
@@ -7,11 +7,13 @@ DISTNAME=	geany-plugins-${PORTVERSION}
 DISTINFO_FILE=	${.CURDIR}/../../devel/geany-plugins/distinfo
 
 BUILD_DEPENDS+=	${LOCALBASE}/bin/geany:devel/geany
+LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 RUN_DEPENDS+=	${LOCALBASE}/bin/geany:devel/geany
 
 GNU_CONFIGURE=	yes
 USES+=		gettext-tools gmake libtool pkgconfig tar:bzip2
-USE_GNOME+=	gtk20 intltool
+USE_GNOME+=	cairo gdkpixbuf2 gtk20 intltool
 
 # geany-plugins-l10n is not a plugin, thus special treatment
 .if ${PORTNAME} == "geany-plugins-l10n"

Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk
==============================================================================
--- head/devel/geany-plugins/files/bsd.geany-plugins.mk	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany-plugins/files/bsd.geany-plugins.mk	Tue Jul 18 07:18:28 2017	(r446127)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-GEANY_VER=	1.30
+GEANY_VER=	1.31
 GEANY_PLUGINS_ALL=	addons \
 			autoclose \
 			automark \

Modified: head/devel/geany/Makefile
==============================================================================
--- head/devel/geany/Makefile	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany/Makefile	Tue Jul 18 07:18:28 2017	(r446127)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	geany
-PORTVERSION=	1.30.1
+PORTVERSION=	1.31
 CATEGORIES=	devel editors
 MASTER_SITES=	http://download.geany.org/ SF
 
@@ -11,9 +11,12 @@ COMMENT=	Fast and lightweight GTK+ IDE
 
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USE_GNOME=	gtk20 intltool
+USE_GNOME=	cairo gtk20 intltool
 USES=		desktop-file-utils gettext-tools gmake libtool \
 		localbase pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes

Modified: head/devel/geany/distinfo
==============================================================================
--- head/devel/geany/distinfo	Tue Jul 18 06:55:14 2017	(r446126)
+++ head/devel/geany/distinfo	Tue Jul 18 07:18:28 2017	(r446127)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490010200
-SHA256 (geany-1.30.1.tar.bz2) = 0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491
-SIZE (geany-1.30.1.tar.bz2) = 4352154
+TIMESTAMP = 1500282542
+SHA256 (geany-1.31.tar.bz2) = 30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5
+SIZE (geany-1.31.tar.bz2) = 4355879



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