diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2004-07-19 00:06:12 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2004-07-19 00:06:12 +0800 |
commit | b6ca14fa90dd04116292f899194f2167db8fe3ae (patch) | |
tree | 0c6bf67c949820fabe8576825bcd91eee2c50b68 /math/grace/Makefile | |
parent | 0dc5ae28be9f42f73f36a560bf2ed322a0735dad (diff) | |
download | freebsd-ports-gnome-b6ca14fa90dd04116292f899194f2167db8fe3ae.tar.gz freebsd-ports-gnome-b6ca14fa90dd04116292f899194f2167db8fe3ae.tar.zst freebsd-ports-gnome-b6ca14fa90dd04116292f899194f2167db8fe3ae.zip |
o) Update to 5.1.16, with the following fixes:
* PDF driver updated to work with PDFlib-6 (rep. #1426). Minimal supported version is now 5.0
-> These unbreaks the build
* set scrolling of the custom ticks/labels table to 1 row per click (rep. #1419)
* updates relevant to the status of mailing lists/forums
* added option to generate PDF-1.4 format (Acrobat5). Support for PDF-1.2 (Acrobat3) removed
* replaced meaningless error message issued when trying to load data with a few string columns as a single set
* in the spreadsheet editor, the last entered cell's data wasn't committed (rep. #1420)
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 4b5c6585fafc..a9cbcf84b9e9 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -6,8 +6,8 @@ # PORTNAME= grace -PORTVERSION= 5.1.14 -PORTREVISION= 3 +PORTVERSION= 5.1.16 +#PORTREVISION= 1 CATEGORIES= math print # # You never know when and why it is moved to ../src/old/ :-) @@ -32,8 +32,6 @@ LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ pdf.7:${PORTSDIR}/print/pdflib -BROKEN= "Does not build" - MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 USE_X_PREFIX= YES |