aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2018-02-27 02:50:27 +0800
committermadpilot <madpilot@FreeBSD.org>2018-02-27 02:50:27 +0800
commit32d8c8ff487d361ed69e2cd21c37c9e4ad732bf1 (patch)
treec5404e54634362f6c96be7900ec50fb2a966a2f6
parent5380cd77c5238a8c2079fc4342c4aa2ccebc3406 (diff)
downloadfreebsd-ports-gnome-32d8c8ff487d361ed69e2cd21c37c9e4ad732bf1.tar.gz
freebsd-ports-gnome-32d8c8ff487d361ed69e2cd21c37c9e4ad732bf1.tar.zst
freebsd-ports-gnome-32d8c8ff487d361ed69e2cd21c37c9e4ad732bf1.zip
- Update geany and its plugins to 1.33
-rw-r--r--devel/geany-plugin-latex/pkg-plist42
-rw-r--r--devel/geany-plugins/distinfo6
-rw-r--r--devel/geany-plugins/files/bsd.geany-plugins.mk4
-rw-r--r--devel/geany/Makefile2
-rw-r--r--devel/geany/distinfo6
5 files changed, 30 insertions, 30 deletions
diff --git a/devel/geany-plugin-latex/pkg-plist b/devel/geany-plugin-latex/pkg-plist
index 6aa0f9c9623b..30eae8c671fb 100644
--- a/devel/geany-plugin-latex/pkg-plist
+++ b/devel/geany-plugin-latex/pkg-plist
@@ -1,21 +1,21 @@
-lib/geany/geanylatex.so
-%%DOCSDIR%%/geanylatex/AUTHORS
-%%DOCSDIR%%/geanylatex/COPYING
-%%DOCSDIR%%/geanylatex/ChangeLog
-%%DOCSDIR%%/geanylatex/NEWS
-%%DOCSDIR%%/geanylatex/README
-%%DOCSDIR%%/geanylatex/bibtex_reference.png
-%%DOCSDIR%%/geanylatex/geanylatex.css
-%%DOCSDIR%%/geanylatex/geanylatex.html
-%%DOCSDIR%%/geanylatex/geanylatex.pdf
-%%DOCSDIR%%/geanylatex/geanylatex.tex
-%%DOCSDIR%%/geanylatex/geanylatex2.html
-%%DOCSDIR%%/geanylatex/geanylatex3.html
-%%DOCSDIR%%/geanylatex/geanylatex4.html
-%%DOCSDIR%%/geanylatex/insert_environment.png
-%%DOCSDIR%%/geanylatex/insert_label.png
-%%DOCSDIR%%/geanylatex/insert_reference.png
-%%DOCSDIR%%/geanylatex/insert_usepackage.png
-%%DOCSDIR%%/geanylatex/latexwizard.png
-%%DOCSDIR%%/geanylatex/plugin_manager.png
-%%DOCSDIR%%/geanylatex/toolbar.png
+lib/geany/latex.so
+%%DOCSDIR%%/latex/AUTHORS
+%%DOCSDIR%%/latex/COPYING
+%%DOCSDIR%%/latex/ChangeLog
+%%DOCSDIR%%/latex/NEWS
+%%DOCSDIR%%/latex/README
+%%DOCSDIR%%/latex/bibtex_reference.png
+%%DOCSDIR%%/latex/latex.css
+%%DOCSDIR%%/latex/latex.html
+%%DOCSDIR%%/latex/latex.pdf
+%%DOCSDIR%%/latex/latex.tex
+%%DOCSDIR%%/latex/latex2.html
+%%DOCSDIR%%/latex/latex3.html
+%%DOCSDIR%%/latex/latex4.html
+%%DOCSDIR%%/latex/insert_environment.png
+%%DOCSDIR%%/latex/insert_label.png
+%%DOCSDIR%%/latex/insert_reference.png
+%%DOCSDIR%%/latex/insert_usepackage.png
+%%DOCSDIR%%/latex/latexwizard.png
+%%DOCSDIR%%/latex/plugin_manager.png
+%%DOCSDIR%%/latex/toolbar.png
diff --git a/devel/geany-plugins/distinfo b/devel/geany-plugins/distinfo
index c8e19779e35c..0e877425f19a 100644
--- a/devel/geany-plugins/distinfo
+++ b/devel/geany-plugins/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511181457
-SHA256 (geany-plugins-1.32.tar.bz2) = 78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117
-SIZE (geany-plugins-1.32.tar.bz2) = 3282526
+TIMESTAMP = 1519649178
+SHA256 (geany-plugins-1.33.tar.bz2) = 12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2
+SIZE (geany-plugins-1.33.tar.bz2) = 3299641
diff --git a/devel/geany-plugins/files/bsd.geany-plugins.mk b/devel/geany-plugins/files/bsd.geany-plugins.mk
index 133f1999842d..bd3b730f5478 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.32
+GEANY_VER= 1.33
GEANY_PLUGINS_ALL= addons \
autoclose \
automark \
@@ -95,7 +95,7 @@ ctags_DIR= geanyctags
extrasel_DIR= geanyextrasel
gendoc_DIR= geanygendoc
insertnum_DIR= geanyinsertnum
-latex_DIR= geanylatex
+latex_DIR= latex
lipsum_DIR= lipsum
lua_DIR= geanylua
macro_DIR= geanymacro
diff --git a/devel/geany/Makefile b/devel/geany/Makefile
index 5ac4e1e82f87..053b119dfedf 100644
--- a/devel/geany/Makefile
+++ b/devel/geany/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geany
-PORTVERSION= 1.32
+PORTVERSION= 1.33
CATEGORIES= devel editors
MASTER_SITES= http://download.geany.org/ SF
diff --git a/devel/geany/distinfo b/devel/geany/distinfo
index 9350e0f602ee..7ca9fbb44d4d 100644
--- a/devel/geany/distinfo
+++ b/devel/geany/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511181283
-SHA256 (geany-1.32.tar.bz2) = 8b7be10b95d0614eb07f845ba2280f7c026eacd5739d8fac4d5d26606f8c3c2d
-SIZE (geany-1.32.tar.bz2) = 4341296
+TIMESTAMP = 1519649030
+SHA256 (geany-1.33.tar.bz2) = 66baaff43f12caebcf0efec9a5533044dc52837f799c73a1fd7312caa86099c2
+SIZE (geany-1.33.tar.bz2) = 4106409