diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 11:52:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 11:52:13 +0000 |
commit | 41af180f14afa471f6a79960dfd61be4c3c21538 (patch) | |
tree | 3acb7013d6d9629cf86a16a49cc2add7b901e9a2 | |
parent | Get shhopt library statically linked to each executable, driving it (diff) |
Update to 1.0.2.
PR: ports/18023
Submitted by: MAINTAINER
Use ${MASTER_SITE_SUNSITE}.
Suggested by: portlint
Notes
Notes:
svn path=/head/; revision=28037
-rw-r--r-- | math/geg/Makefile | 7 | ||||
-rw-r--r-- | math/geg/distinfo | 2 | ||||
-rw-r--r-- | math/geg/files/patch-ab | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 95cdc3dac774..0169dc05c2f6 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -6,10 +6,11 @@ # PORTNAME= geg -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= math -MASTER_SITES= http://www.infolaunch.com/~daveb/ \ - ftp://metalab.unc.edu/pub/Linux/science/visualization/plotting/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.infolaunch.com/~daveb/ +MASTER_SITE_SUBDIR= science/visualization/plotting MAINTAINER= domi@saargate.de diff --git a/math/geg/distinfo b/math/geg/distinfo index ee9ed6929c3e..4d7ae9fa1640 100644 --- a/math/geg/distinfo +++ b/math/geg/distinfo @@ -1 +1 @@ -MD5 (geg-1.0.1.tar.gz) = 8b12df4e6257641183883883df45d718 +MD5 (geg-1.0.2.tar.gz) = 0c3c15874eb10a0463dc12e680b38081 diff --git a/math/geg/files/patch-ab b/math/geg/files/patch-ab index 0ef71c1e2436..f23a93012cda 100644 --- a/math/geg/files/patch-ab +++ b/math/geg/files/patch-ab @@ -1,5 +1,5 @@ ---- src/main.c.orig Sat Jan 1 20:35:47 2000 -+++ src/main.c Sat Jan 1 20:36:14 2000 +--- src/main.c.orig Sat Apr 15 19:50:38 2000 ++++ src/main.c Sat Apr 15 19:50:52 2000 @@ -10,10 +10,13 @@ #include "app.h" #include <gtk/gtk.h> |