diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-10-27 20:00:54 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-10-27 20:00:54 +0800 |
commit | 6106932f8431da4b4d184625fc02478b0b877b33 (patch) | |
tree | 482502aa4ad0f14f1a45be833f05dc6f4489df73 | |
parent | 32fbec0674eee642decd40679aff3ee897954b94 (diff) | |
download | freebsd-ports-gnome-6106932f8431da4b4d184625fc02478b0b877b33.tar.gz freebsd-ports-gnome-6106932f8431da4b4d184625fc02478b0b877b33.tar.zst freebsd-ports-gnome-6106932f8431da4b4d184625fc02478b0b877b33.zip |
o) Update to version 5.1.13
PR: ports/58340
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
-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; |