svn commit: r513931 - in head/math/asymptote: . files
Nicola Vitale
nivit at FreeBSD.org
Mon Oct 7 08:40:24 UTC 2019
Author: nivit
Date: Mon Oct 7 08:40:23 2019
New Revision: 513931
URL: https://svnweb.freebsd.org/changeset/ports/513931
Log:
- Update to 2.56
Deleted:
head/math/asymptote/files/patch-runtime.in
Modified:
head/math/asymptote/Makefile
head/math/asymptote/distinfo
head/math/asymptote/files/patch-Makefile.in
head/math/asymptote/files/patch-settings.cc
Modified: head/math/asymptote/Makefile
==============================================================================
--- head/math/asymptote/Makefile Mon Oct 7 08:24:46 2019 (r513930)
+++ head/math/asymptote/Makefile Mon Oct 7 08:40:23 2019 (r513931)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= asymptote
-PORTVERSION= 2.44
-PORTREVISION= 8
+PORTVERSION= 2.56
+PORTREVISION= 0
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -22,7 +22,7 @@ RUN_DEPENDS= animate:graphics/ImageMagick6 \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
-USES= compiler:c++14-lang gettext-runtime ghostscript gmake ncurses perl5 python \
+USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake ncurses perl5 python \
shebangfix tar:tgz
SHEBANG_FILES= GUI/*.py
USE_GL= gl glu glut
Modified: head/math/asymptote/distinfo
==============================================================================
--- head/math/asymptote/distinfo Mon Oct 7 08:24:46 2019 (r513930)
+++ head/math/asymptote/distinfo Mon Oct 7 08:40:23 2019 (r513931)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527856340
-SHA256 (asymptote-2.44.src.tgz) = 6f9bd2f1ed2835aa69ec382fefbec55ba5ec859341a42a543631a7f04ada49e7
-SIZE (asymptote-2.44.src.tgz) = 3549129
+TIMESTAMP = 1570174816
+SHA256 (asymptote-2.56.src.tgz) = 5d43a3e586045e149d077dcc367e30b603e97bd430fbf957d05049f52035851b
+SIZE (asymptote-2.56.src.tgz) = 4125617
Modified: head/math/asymptote/files/patch-Makefile.in
==============================================================================
--- head/math/asymptote/files/patch-Makefile.in Mon Oct 7 08:24:46 2019 (r513930)
+++ head/math/asymptote/files/patch-Makefile.in Mon Oct 7 08:40:23 2019 (r513931)
@@ -1,18 +1,18 @@
---- Makefile.in.orig 2016-03-14 05:33:18 UTC
+--- Makefile.in.orig 2019-10-03 16:43:08 UTC
+++ Makefile.in
-@@ -88,7 +88,7 @@ datadir = $(DESTDIR)@datadir@
- asydir = $(datadir)/asymptote
- GUIdir = $(asydir)/GUI
+@@ -97,7 +97,7 @@ GUIdir = $(asydir)/GUI
+ shaderdir = $(asydir)/shaders
+ webgldir = $(asydir)/webgl
docdir = $(DESTDIR)@docdir@
-exampledir = $(docdir)/examples
+exampledir = $(datadir)/examples/asymptote
animationsdir = $(exampledir)/animations
latexdir = $(DESTDIR)@latexdir@
contextdir = $(DESTDIR)@contextdir@
-@@ -238,7 +238,7 @@ install-asy: asy sty
- ${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) \
- asy-keywords.el $(asydir)
- ${INSTALL} -p -m 755 GUI/*.py $(GUIdir)
+@@ -260,7 +260,7 @@ install-asy: asy sty
+ ${INSTALL} -p -m 644 GUI/configs/*.cson $(GUIdir)/configs
+ ${INSTALL} -p -m 644 GUI/res/icons.qrc $(GUIdir)/res
+ ${INSTALL} -p -m 644 GUI/res/icons/*.svg $(GUIdir)/res/icons
- ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
+ ln -sf ../share/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
${INSTALL} -p -m 644 examples/*.asy $(addprefix examples/,$(EXEXTRA)) \
Modified: head/math/asymptote/files/patch-settings.cc
==============================================================================
--- head/math/asymptote/files/patch-settings.cc Mon Oct 7 08:24:46 2019 (r513930)
+++ head/math/asymptote/files/patch-settings.cc Mon Oct 7 08:40:23 2019 (r513931)
@@ -1,11 +1,11 @@
---- settings.cc.orig 2016-03-14 05:33:18 UTC
+--- settings.cc.orig 2019-10-03 16:43:08 UTC
+++ settings.cc
-@@ -95,7 +95,7 @@ string defaultPSViewer="gv";
- #ifdef __APPLE__
- string defaultPDFViewer="open";
+@@ -99,7 +99,7 @@ string defaultPDFViewer="open";
+ string defaultHTMLViewer="open";
#else
+ string defaultPSViewer="gv";
-string defaultPDFViewer="acroread";
+string defaultPDFViewer="gv";
+ string defaultHTMLViewer="google-chrome";
#endif
string defaultGhostscript="gs";
- string defaultGhostscriptLibrary="/usr/lib/libgs.so";
More information about the svn-ports-all
mailing list