mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to version 0.6.1
PR: ports/68371 Submitted by: Ports Fury
This commit is contained in:
parent
20aa451f1b
commit
29507fa829
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112383
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
14
deskutils/genius/files/patch-Makefile.in
Normal file
14
deskutils/genius/files/patch-Makefile.in
Normal file
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user