diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-28 13:21:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-28 13:21:56 +0000 |
commit | 32f8423c5f6ef98e07c2ac18e2e4050e2a2a732d (patch) | |
tree | 77b1a1cfa54c0f2f74be41590dacee12bcb60212 /math | |
parent | ada001be0779e0757406e486044bcef9f2c2bc32 (diff) | |
download | pkgsrc-32f8423c5f6ef98e07c2ac18e2e4050e2a2a732d.tar.gz |
update to 1.0.12
changes:
-Recently used files menu
-fixes
-translation updates
Diffstat (limited to 'math')
-rw-r--r-- | math/genius/Makefile | 5 | ||||
-rw-r--r-- | math/genius/distinfo | 9 | ||||
-rw-r--r-- | math/genius/patches/patch-ab | 20 |
3 files changed, 6 insertions, 28 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index d55d268349c..5c869bd5fac 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2010/11/15 22:57:50 abs Exp $ +# $NetBSD: Makefile,v 1.35 2010/11/28 13:21:56 drochner Exp $ # -DISTNAME= genius-1.0.11 -PKGREVISION= 1 +DISTNAME= genius-1.0.12 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ diff --git a/math/genius/distinfo b/math/genius/distinfo index 39b58212437..93ef367df67 100644 --- a/math/genius/distinfo +++ b/math/genius/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.12 2010/11/02 18:02:34 drochner Exp $ +$NetBSD: distinfo,v 1.13 2010/11/28 13:21:56 drochner Exp $ -SHA1 (genius-1.0.11.tar.gz) = 7be35bfead9a24856e397fe7a2060fd4e6802d34 -RMD160 (genius-1.0.11.tar.gz) = 241d5c5fc030d2f6fdd678f920221e0b92979447 -Size (genius-1.0.11.tar.gz) = 2255516 bytes -SHA1 (patch-ab) = 18c647d379d34bedbf2415a41b675333940cec71 +SHA1 (genius-1.0.12.tar.gz) = 20c0faa792002824466cb03bb7f68f61af6987dd +RMD160 (genius-1.0.12.tar.gz) = d619c8f17606d51cf2b9dc695f157e201fc4290a +Size (genius-1.0.12.tar.gz) = 2266671 bytes diff --git a/math/genius/patches/patch-ab b/math/genius/patches/patch-ab deleted file mode 100644 index ca88de87a59..00000000000 --- a/math/genius/patches/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2010/08/18 17:40:31 asau Exp $ - -Fix tabulation. - ---- gtkextra/Makefile.in.orig 2010-08-18 11:13:33.000000000 +0400 -+++ gtkextra/Makefile.in 2010-08-18 21:27:52.000000000 +0400 -@@ -800,11 +800,11 @@ - - - $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list -- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \ -+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \ - && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \ - || ( rm -f gtkextra-marshal.tmp && exit 1 ) - $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h -- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \ -+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \ - && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \ - || ( rm -f gtkextra-marshal.tmp && exit 1 ) - |