- Update devel/geany to 1.31

- Update geany plugins to 1.31
- Add missing dependencies reported by poudriere
This commit is contained in:
Guido Falsi 2017-07-18 07:18:28 +00:00
parent 09206cf539
commit 57fa937baa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446127
14 changed files with 29 additions and 15 deletions

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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"

View file

@ -1,6 +1,6 @@
# $FreeBSD$
GEANY_VER= 1.30
GEANY_VER= 1.31
GEANY_PLUGINS_ALL= addons \
autoclose \
automark \

View file

@ -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

View file

@ -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