On Thu, May 08, 2014 at 11:51:07PM +0600, Alexandr Shadchin wrote:
> Hi,
> 
> This diff updates asymptote to the latest release 2.27.
> Tested on amd64.
> 
> Comments ? OK ?
> 

Update to 2.32. OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/asymptote/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile    20 Apr 2014 07:09:09 -0000      1.18
+++ Makefile    19 Jul 2014 15:56:54 -0000
@@ -3,10 +3,9 @@
 COMMENT=               powerful descriptive vector graphics language
 BROKEN-hppa=           ghostscript segfaults during build
 
-DISTNAME=              asymptote-2.24.src
-PKGNAME=               asymptote-2.24
+DISTNAME=              asymptote-2.32.src
+PKGNAME=               asymptote-2.32
 CATEGORIES=            graphics
-REVISION =             1
 
 HOMEPAGE=              http://asymptote.sourceforge.net/
 
@@ -18,8 +17,8 @@ EXTRACT_SUFX=         .tgz
 
 MODULES=               lang/python
 
-WANTLIB += GL GLU c fftw3 gc glut gsl gslcblas m ncurses pthread
-WANTLIB += pthread-stubs readline sigsegv stdc++ z
+WANTLIB += GL GLU X11 c fftw3 gc glut gsl gslcblas m ncurses pthread
+WANTLIB += readline sigsegv stdc++ z
 
 BUILD_DEPENDS=         print/texlive/base
 RUN_DEPENDS=           graphics/py-Pillow \
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/asymptote/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    19 Dec 2013 18:13:48 -0000      1.3
+++ distinfo    19 Jul 2014 15:56:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (asymptote-2.24.src.tgz) = dMedv/radU38J9SljVx359VGAdV1MLAM6RXBhOzY10c=
-SIZE (asymptote-2.24.src.tgz) = 1803089
+SHA256 (asymptote-2.32.src.tgz) = IDUDXgJ3RZgxLVWI2iaF0g+4WjeOorvki4JcVEKxj6U=
+SIZE (asymptote-2.32.src.tgz) = 1794495
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/asymptote/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   20 Jan 2014 17:04:36 -0000      1.5
+++ pkg/PLIST   19 Jul 2014 15:56:54 -0000
@@ -1,10 +1,10 @@
 @comment $OpenBSD: PLIST,v 1.5 2014/01/20 17:04:36 edd Exp $
 @bin bin/asy
+bin/xasy
 @info info/asy-faq.info
 @info info/asymptote.info
 @man man/man1/asy.1
 @man man/man1/xasy.1
-bin/xasy
 share/asymptote/
 share/asymptote/CAD.asy
 share/asymptote/GUI/
@@ -351,6 +351,7 @@ share/examples/asymptote/quartercircle.a
 share/examples/asymptote/quilt.asy
 share/examples/asymptote/rainbow.asy
 share/examples/asymptote/randompath3.asy
+share/examples/asymptote/refs.bib
 share/examples/asymptote/ring.asy
 share/examples/asymptote/roll.asy
 share/examples/asymptote/roundpath.asy

Reply via email to