diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:03:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:03:28 +0000 |
commit | 29507fa829620f5a7a3f6e5df37d3e871fdb8d85 (patch) | |
tree | 93951aa30c756dd381fee0da0514bfa62092c371 /deskutils/genius | |
parent | 20aa451f1b702c770953fe7ed868e23681b341f8 (diff) | |
download | ports-29507fa829620f5a7a3f6e5df37d3e871fdb8d85.tar.gz ports-29507fa829620f5a7a3f6e5df37d3e871fdb8d85.zip |
Notes
Diffstat (limited to 'deskutils/genius')
-rw-r--r-- | deskutils/genius/Makefile | 3 | ||||
-rw-r--r-- | deskutils/genius/distinfo | 4 | ||||
-rw-r--r-- | deskutils/genius/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | deskutils/genius/pkg-plist | 7 |
4 files changed, 24 insertions, 4 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 9bd1ec680576..de6f21f422eb 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -6,8 +6,7 @@ # PORTNAME= genius -PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTVERSION= 0.6.1 CATEGORIES= deskutils gnome MASTER_SITES= http://ftp.5z.com/pub/genius/ diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo index a10e5132450c..73406b779527 100644 --- a/deskutils/genius/distinfo +++ b/deskutils/genius/distinfo @@ -1,2 +1,2 @@ -MD5 (genius-0.6.0.tar.gz) = 84a20037c91c48ed8ceea2d6a5097ea2 -SIZE (genius-0.6.0.tar.gz) = 1143753 +MD5 (genius-0.6.1.tar.gz) = f6bb8357593f8a51aac1e7eae4f8ad91 +SIZE (genius-0.6.1.tar.gz) = 1226111 diff --git a/deskutils/genius/files/patch-Makefile.in b/deskutils/genius/files/patch-Makefile.in new file mode 100644 index 000000000000..f8d8c3758262 --- /dev/null +++ b/deskutils/genius/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.bak Tue Jun 15 02:58:05 2004 ++++ Makefile.in Wed Jun 16 11:45:48 2004 +@@ -450,10 +450,7 @@ + install-exec-am: + install-exec: install-exec-recursive + +-install-data-am: install-appregDATA install-mimeinfoDATA \ +- install-packagesDATA +- @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-data-hook ++install-data-am: install-appregDATA install-mimeinfoDATA + install-data: install-data-recursive + + install-am: all-am diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist index 8b441b9bb3c6..9a1bf569a785 100644 --- a/deskutils/genius/pkg-plist +++ b/deskutils/genius/pkg-plist @@ -16,6 +16,7 @@ include/genius/structs.h include/genius/utype.h lib/genius/libtestplugin.so libexec/genius-readline-helper-fifo +share/gnome/application-registry/genius.applications share/gnome/applications/gnome-genius.desktop share/gnome/genius/gel/calculus/differentiation.gel share/gnome/genius/gel/calculus/integration.gel @@ -28,6 +29,7 @@ share/gnome/genius/gel/combinatorics/misc.gel share/gnome/genius/gel/combinatorics/recursive_sequences.gel share/gnome/genius/gel/equation_solving/find_root.gel share/gnome/genius/gel/equation_solving/loader.gel +share/gnome/genius/gel/functions/complex_numbers.gel share/gnome/genius/gel/functions/delta.gel share/gnome/genius/gel/functions/elementary.gel share/gnome/genius/gel/functions/kernels.gel @@ -57,11 +59,15 @@ share/gnome/genius/gel/statistics/loader.gel share/gnome/genius/gtksourceview/genius.lang share/gnome/genius/manual.txt share/gnome/genius/plugins/test.plugin +share/gnome/mime-info/genius.keys +share/gnome/mime-info/genius.mime share/locale/az/LC_MESSAGES/genius.mo share/locale/ca/LC_MESSAGES/genius.mo share/locale/cs/LC_MESSAGES/genius.mo share/locale/de/LC_MESSAGES/genius.mo share/locale/el/LC_MESSAGES/genius.mo +share/locale/en_CA/LC_MESSAGES/genius.mo +share/locale/en_GB/LC_MESSAGES/genius.mo share/locale/es/LC_MESSAGES/genius.mo share/locale/fr/LC_MESSAGES/genius.mo share/locale/ga/LC_MESSAGES/genius.mo @@ -73,6 +79,7 @@ share/locale/nl/LC_MESSAGES/genius.mo share/locale/no/LC_MESSAGES/genius.mo share/locale/pl/LC_MESSAGES/genius.mo share/locale/pt/LC_MESSAGES/genius.mo +share/locale/pt_BR/LC_MESSAGES/genius.mo share/locale/sr/LC_MESSAGES/genius.mo share/locale/sr@Latn/LC_MESSAGES/genius.mo share/locale/sv/LC_MESSAGES/genius.mo |