Update to 1.5.3.

This commit is contained in:
Edward Tomasz Napierala 2009-01-12 20:21:31 +00:00
parent 6e495e44d6
commit d802bfdc9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225872
3 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= g3data
PORTVERSION= 1.5.2
PORTVERSION= 1.5.3
CATEGORIES= science
MASTER_SITES= http://www.frantz.fi/software/

View File

@ -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

View File

@ -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: