diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-01-12 20:21:31 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-01-12 20:21:31 +0000 |
commit | d802bfdc9da7b90e9ba2933c404fbfba95e11125 (patch) | |
tree | b8c94eb1ffea1ac411f3e973a84fbd03f8057ac9 /science | |
parent | 6e495e44d6cd8cf7f70ebadfd36b340251ab0bfe (diff) | |
download | ports-d802bfdc9da7b90e9ba2933c404fbfba95e11125.tar.gz ports-d802bfdc9da7b90e9ba2933c404fbfba95e11125.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/g3data/Makefile | 2 | ||||
-rw-r--r-- | science/g3data/distinfo | 6 | ||||
-rw-r--r-- | science/g3data/files/patch-Makefile | 9 |
3 files changed, 9 insertions, 8 deletions
diff --git a/science/g3data/Makefile b/science/g3data/Makefile index 74368d226133..29df3f46bfa5 100644 --- a/science/g3data/Makefile +++ b/science/g3data/Makefile @@ -6,7 +6,7 @@ # PORTNAME= g3data -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= science MASTER_SITES= http://www.frantz.fi/software/ diff --git a/science/g3data/distinfo b/science/g3data/distinfo index 020d952b72d5..e7f78220228b 100644 --- a/science/g3data/distinfo +++ b/science/g3data/distinfo @@ -1,3 +1,3 @@ -MD5 (g3data-1.5.2.tar.gz) = b64d836607463ec0399fe50dd32b1bea -SHA256 (g3data-1.5.2.tar.gz) = 0b434205489cf33a135193fc5b0240869057f0dc352116121602f25a428cc5a5 -SIZE (g3data-1.5.2.tar.gz) = 52184 +MD5 (g3data-1.5.3.tar.gz) = 21c37526dff8601d699fa511c9d5bc36 +SHA256 (g3data-1.5.3.tar.gz) = afedb9e4ad8968dbf8f0ffddab149f24c41f028fe984f4d0740009e8b2de1de0 +SIZE (g3data-1.5.3.tar.gz) = 52051 diff --git a/science/g3data/files/patch-Makefile b/science/g3data/files/patch-Makefile index 0d1d738bfacf..8539039f022c 100644 --- a/science/g3data/files/patch-Makefile +++ b/science/g3data/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Oct 8 12:05:13 2005 -+++ Makefile Tue Sep 19 12:03:46 2006 +--- Makefile.orig 2008-12-14 09:20:17.000000000 +0100 ++++ Makefile 2009-01-11 15:19:56.000000000 +0100 @@ -1,8 +1,7 @@ -CC=gcc -CFLAGS=-Wall `pkg-config --cflags gtk+-2.0` @@ -12,12 +12,13 @@ .c.o: $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -@@ -21,7 +20,7 @@ +@@ -21,7 +20,8 @@ g3data.1.gz: g3data.sgml rm -f *.1 - onsgmls g3data.sgml | sgmlspl /usr/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl + nsgmls g3data.sgml | sgmlspl /usr/local/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl - mv *.1 g3data.1 ++ mv *.1 g3data.1 gzip g3data.1 + clean: |