diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-10-27 12:00:54 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-10-27 12:00:54 +0000 |
commit | 61b9b76bc48625ea1515975b52079df709fbcee2 (patch) | |
tree | a084fddbf570795664b753948f8f85fb5767cb9b /math/grace | |
parent | b87c6e2d105d132552e8bb14bd9e0b53ada336f5 (diff) | |
download | ports-61b9b76bc48625ea1515975b52079df709fbcee2.tar.gz ports-61b9b76bc48625ea1515975b52079df709fbcee2.zip |
Notes
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 2 | ||||
-rw-r--r-- | math/grace/distinfo | 2 | ||||
-rw-r--r-- | math/grace/files/patch-ag | 19 | ||||
-rw-r--r-- | math/grace/files/patch-ah | 19 |
4 files changed, 2 insertions, 40 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 8939dd0f32ec..ebd3cb4cfae2 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grace -PORTVERSION= 5.1.12 +PORTVERSION= 5.1.13 CATEGORIES= math print # # You never know when and why it is moved to ../src/old/ :-) diff --git a/math/grace/distinfo b/math/grace/distinfo index 8f3ef09778f6..693d664e39c2 100644 --- a/math/grace/distinfo +++ b/math/grace/distinfo @@ -1 +1 @@ -MD5 (grace-5.1.12.tar.gz) = d54d1b57edd8daf6f10ac5563a552130 +MD5 (grace-5.1.13.tar.gz) = bc12e2bc373c7ecd6c8d51857a9858dc diff --git a/math/grace/files/patch-ag b/math/grace/files/patch-ag deleted file mode 100644 index e5a312c8fa2a..000000000000 --- a/math/grace/files/patch-ag +++ /dev/null @@ -1,19 +0,0 @@ -*** src/t1fonts.c.org Thu Mar 27 13:00:03 2003 ---- src/t1fonts.c Thu Mar 27 13:00:36 2003 -*************** -*** 89,95 **** - return (RETURN_FAILURE); - } - -! nfonts = T1_Get_no_fonts(); - if (nfonts < 1) { - return (RETURN_FAILURE); - } ---- 89,95 ---- - return (RETURN_FAILURE); - } - -! nfonts = T1_GetNoFonts(); - if (nfonts < 1) { - return (RETURN_FAILURE); - } diff --git a/math/grace/files/patch-ah b/math/grace/files/patch-ah deleted file mode 100644 index bd6088823295..000000000000 --- a/math/grace/files/patch-ah +++ /dev/null @@ -1,19 +0,0 @@ -*** src/fontwin.c.org Thu Mar 27 13:04:56 2003 ---- src/fontwin.c Thu Mar 27 13:05:30 2003 -*************** -*** 320,326 **** - Widget font_table = (Widget) data; - - FontID = value; -! switch (CheckForFontID(FontID)) { - case 0: - T1_LoadFont(FontID); - break; ---- 320,326 ---- - Widget font_table = (Widget) data; - - FontID = value; -! switch (T1_CheckForFontID(FontID)) { - case 0: - T1_LoadFont(FontID); - break; |