2018-02-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/msgpack-python: spell deprecated [renamed by upstream]
+ * libs/gts: new spell, the GNU triangulation library
2018-02-07 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-graphics/kimagemapeditor: added
diff --git a/devel/graphviz/DEPENDS b/devel/graphviz/DEPENDS
index 2cc3ca7..850f99c 100755
--- a/devel/graphviz/DEPENDS
+++ b/devel/graphviz/DEPENDS
@@ -111,5 +111,10 @@ fi &&
optional_depends "ghostscript" \
"--with-ghostscript=yes" \
"--with-ghostscript=no" \
- "support for postscript"
+ "support for postscript" &&
+
+optional_depends "gts" \
+ "--with-gts=yes" \
+ "--with-gts=no" \
+ "support for triangulation"
diff --git a/devel/graphviz/HISTORY b/devel/graphviz/HISTORY
index d40ce73..2d66d82 100644
--- a/devel/graphviz/HISTORY
+++ b/devel/graphviz/HISTORY
@@ -1,5 +1,8 @@
+2018-02-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: add optional dependency on gts
+
2017-01-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 2.40.0
+ * DETAILS: version 2.40.1
* DEPENDS: optionally depend on JDK instead of JAVA
2016-04-17 Thomas Orgis <sobukus AT sourcemage.org>
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 4bc1cbf..b16b78a 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -8,12 +8,12 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=hg_http://vim.googlecode.com/hg:${SPELL}-hg
SOURCE_IGNORE=volatile
else
- VERSION=8.0.1475
+ VERSION=8.0.1493
SECURITY_PATCH=4
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=https://github.com/vim/vim/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:97cad83c2ddb4181859d08e4f60a260973ac6c7b6982ce41c436deb56afbd4675c2605ddc161f7b81bcf0967b24a407dc22ba776f6f9ad9520e2f561365113c4
+
SOURCE_HASH=sha512:5e50b7fa12361cf559e051dee6b67eaba3ce1ab9ca56180472e37274ba3152772d9384ed5ea29f5b5d474d4a876c1257865896fa749dadf761bf393d513f7127
fi
WEB_SITE=http://www.vim.org
LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 76a9642..fab4de1 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,6 @@
+2018-02-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.0.1493
+
2018-02-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.0.1475