aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-07 22:07:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-07 22:07:51 +0000
commite8808599401a46ae0133b6f49163253d57dae83d (patch)
tree2a4b409783eb65f3f0c3caa1a5758d24a2f676d3
parentfc77fad83d308bdefe5e6cb0ddbc4d522c06b42b (diff)
downloadports-e8808599401a46ae0133b6f49163253d57dae83d.tar.gz
ports-e8808599401a46ae0133b6f49163253d57dae83d.zip
Notes
-rw-r--r--x11-toolkits/nanogui/Makefile4
-rw-r--r--x11-toolkits/nanogui/distinfo6
-rw-r--r--x11-toolkits/nanogui/pkg-descr9
3 files changed, 10 insertions, 9 deletions
diff --git a/x11-toolkits/nanogui/Makefile b/x11-toolkits/nanogui/Makefile
index 27e8f5f70647..aa7027a0baeb 100644
--- a/x11-toolkits/nanogui/Makefile
+++ b/x11-toolkits/nanogui/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= nanogui
-DISTVERSION= g20180318
+DISTVERSION= g20180413
CATEGORIES= x11-toolkits
MAINTAINER= yuri@FreeBSD.org
@@ -17,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= cmake:outsource compiler:c++14-lang eigen:3,build,run
USE_GITHUB= yes
GH_ACCOUNT= wjakob
-GH_TAGNAME= be13c9b
+GH_TAGNAME= 885e4fc
GH_TUPLE= wjakob:nanovg:ab38df8:nanovg/ext/nanovg
USE_GL= gl
USE_XORG= x11 xcursor xi xinerama xrandr xxf86vm
diff --git a/x11-toolkits/nanogui/distinfo b/x11-toolkits/nanogui/distinfo
index bbde7edc8072..84e00b8f1e0c 100644
--- a/x11-toolkits/nanogui/distinfo
+++ b/x11-toolkits/nanogui/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1522872847
-SHA256 (wjakob-nanogui-g20180318-be13c9b_GH0.tar.gz) = b16c85dc1c969c47475c09d0d8043821d67bd43b1af8bfeeba8e4da567970dda
-SIZE (wjakob-nanogui-g20180318-be13c9b_GH0.tar.gz) = 2751066
+TIMESTAMP = 1538948654
+SHA256 (wjakob-nanogui-g20180413-885e4fc_GH0.tar.gz) = 18e45f000c77d6933f20a17f5828c3e74dd00d720646946661299961e9822630
+SIZE (wjakob-nanogui-g20180413-885e4fc_GH0.tar.gz) = 2751473
SHA256 (wjakob-nanovg-ab38df8_GH0.tar.gz) = 4919c34f84eefaea556130906e1a1e0733562c96de1b46715ed31b5d15fc5eca
SIZE (wjakob-nanovg-ab38df8_GH0.tar.gz) = 2014812
diff --git a/x11-toolkits/nanogui/pkg-descr b/x11-toolkits/nanogui/pkg-descr
index d698bb0639e5..111c25f6eb83 100644
--- a/x11-toolkits/nanogui/pkg-descr
+++ b/x11-toolkits/nanogui/pkg-descr
@@ -1,5 +1,6 @@
-NTK is a fork of FLTK 1.3.0 which adds graphics rendering via
-Cairo, support for transparent/overlapping widgets, streamlining
-of internals, and some new/improved widgets.
+NanoGUI is a minimalistic cross-platform widget library for OpenGL 3.x or
+higher. It supports automatic layout generation, stateful C++11 lambdas
+callbacks, a variety of useful widget types and Retina-capable rendering on
+Apple devices thanks to NanoVG by Mikko Mononen.
-WWW: https://github.com/original-male/ntk
+WWW: https://github.com/wjakob/nanogui