diff options
author | knu <knu@FreeBSD.org> | 2000-04-27 19:52:13 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-27 19:52:13 +0800 |
commit | ab557be63fbad23c830f2bd1d7693f4369d7d8e5 (patch) | |
tree | a86d40e7181f2deccf523e78f0a0f8f16d66cfee /math/geg | |
parent | 60041bce3feb540022799db7667f0597f83bccd8 (diff) | |
download | freebsd-ports-gnome-ab557be63fbad23c830f2bd1d7693f4369d7d8e5.tar.gz freebsd-ports-gnome-ab557be63fbad23c830f2bd1d7693f4369d7d8e5.tar.zst freebsd-ports-gnome-ab557be63fbad23c830f2bd1d7693f4369d7d8e5.zip |
Update to 1.0.2.
PR: ports/18023
Submitted by: MAINTAINER
Use ${MASTER_SITE_SUNSITE}.
Suggested by: portlint
Diffstat (limited to 'math/geg')
-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> |