diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-12-18 22:34:34 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-12-18 22:34:34 +0800 |
commit | c139348f71d60a17e395b6c82d5fcc503c9c7c26 (patch) | |
tree | b6f717a59fac3d4b49cd8d561dc35789c9276253 /devel/geany-plugins | |
parent | 6ca034f234ebbca095d996032af785576ed020bf (diff) | |
download | freebsd-ports-gnome-c139348f71d60a17e395b6c82d5fcc503c9c7c26.tar.gz freebsd-ports-gnome-c139348f71d60a17e395b6c82d5fcc503c9c7c26.tar.zst freebsd-ports-gnome-c139348f71d60a17e395b6c82d5fcc503c9c7c26.zip |
- Update geany to 1.34
- Update geany-plugins to 1.34
- Add new vimode geany plugin
- Scope plugin now supports gtk3
- Regenerate one patch and rename to conform to rules
> Description of fields to fill in above: 76 columns --|
> PR: If and which Problem Report is related.
> Submitted by: If someone else sent in the change.
> Reported by: If someone else reported the issue.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization (each collaborator).
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Empty fields above will be automatically removed.
M devel/Makefile
M devel/geany/Makefile
M devel/geany/distinfo
M devel/geany/pkg-plist
D devel/geany-plugin-ctags/files/patch-ctags
A + devel/geany-plugin-ctags/files/patch-geanyctags_src_geanyctags.c
M devel/geany-plugin-markdown/Makefile
M devel/geany-plugin-scope/Makefile
M devel/geany-plugin-scope/pkg-plist
A devel/geany-plugin-vimode
AM devel/geany-plugin-vimode/Makefile
AM devel/geany-plugin-vimode/pkg-descr
AM devel/geany-plugin-vimode/pkg-plist
M devel/geany-plugins/Makefile
M devel/geany-plugins/distinfo
M devel/geany-plugins/files/Makefile.common
M devel/geany-plugins/files/bsd.geany-plugins.mk
Diffstat (limited to 'devel/geany-plugins')
-rw-r--r-- | devel/geany-plugins/Makefile | 1 | ||||
-rw-r--r-- | devel/geany-plugins/distinfo | 6 | ||||
-rw-r--r-- | devel/geany-plugins/files/Makefile.common | 2 | ||||
-rw-r--r-- | devel/geany-plugins/files/bsd.geany-plugins.mk | 10 |
4 files changed, 9 insertions, 10 deletions
diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile index f0616eecfdf7..06d2c99b3afd 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 0e877425f19a..aab2cf7901db 100644 --- a/devel/geany-plugins/distinfo +++ b/devel/geany-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519649178 -SHA256 (geany-plugins-1.33.tar.bz2) = 12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2 -SIZE (geany-plugins-1.33.tar.bz2) = 3299641 +TIMESTAMP = 1545042887 +SHA256 (geany-plugins-1.34.tar.bz2) = 244417c681636e82a63cf6f9901b5b7f3889168f7d9b5ba9b45601767a589c3b +SIZE (geany-plugins-1.34.tar.bz2) = 3347870 diff --git a/devel/geany-plugins/files/Makefile.common b/devel/geany-plugins/files/Makefile.common index 3a5b1551ecfc..b244bb4a5490 100644 --- a/devel/geany-plugins/files/Makefile.common +++ b/devel/geany-plugins/files/Makefile.common @@ -2,8 +2,6 @@ .include "${.CURDIR}/../../devel/geany-plugins/files/bsd.geany-plugins.mk" -PORTREVISION= 1 - MASTER_SITES= http://plugins.geany.org/geany-plugins/ DISTNAME= geany-plugins-${PORTVERSION} DISTINFO_FILE= ${.CURDIR}/../../devel/geany-plugins/distinfo diff --git a/devel/geany-plugins/files/bsd.geany-plugins.mk b/devel/geany-plugins/files/bsd.geany-plugins.mk index 9a4d96d6b469..0c9a54ee255a 100644 --- a/devel/geany-plugins/files/bsd.geany-plugins.mk +++ b/devel/geany-plugins/files/bsd.geany-plugins.mk @@ -1,11 +1,10 @@ # $FreeBSD$ -GEANY_VER= 1.33 +GEANY_VER= 1.34 GEANY_PLUGINS_GTK2= debugger \ devhelp \ geanypy \ - multiterm \ - scope + multiterm GEANY_PLUGINS_ALL= addons \ autoclose \ @@ -35,6 +34,7 @@ GEANY_PLUGINS_ALL= addons \ pretty-printer \ projectorganizer \ prj \ + scope \ sendmail \ shiftcolumn \ spellcheck \ @@ -42,6 +42,7 @@ GEANY_PLUGINS_ALL= addons \ treebrowser \ updatechecker \ vc \ + vimode \ webhelper \ workbench \ xmlsnippets @@ -87,6 +88,7 @@ treebrowser_DESC= alternate file browser updatechecker_DESC= check for new version of Geany utilslib_DESC= utility library vc_DESC= access to different version-control systems +vimode_DESC= vim-mode plugin for Geany written by a guy who does not use Vim webhelper_DESC= web development facilities workbench_DESC= manage multiple projects in geany xmlsnippets_DESC= XML/HTML tag autocompletion @@ -110,4 +112,4 @@ vc_DIR= geanyvc git-changebar_SWITCH= --enable-gitchangebar pretty-printer_SWITCH= --enable-pretty_printer -GEANY_UTIL= workbench +GEANY_UTIL= scope workbench |