Update to 1.10.9.
This commit is contained in:
parent
dee4b73817
commit
5094c6eed0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259511
@ -8,7 +8,7 @@
|
||||
# When updating, remember to update pkg-plist of gchemutils.
|
||||
|
||||
PORTNAME= gnumeric
|
||||
PORTVERSION= 1.10.7
|
||||
PORTVERSION= 1.10.9
|
||||
CATEGORIES= math gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
@ -42,7 +42,7 @@ GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
|
||||
|
||||
MAN1= gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.8.7
|
||||
PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.8.9
|
||||
|
||||
OPTIONS= PERL "Enable Perl as extension language" on
|
||||
#GNOMEDB "Enable libgnomedb support" off
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome2/gnumeric-1.10.7.tar.bz2) = 86869fcada3840afdbd861693a9ab30e
|
||||
SHA256 (gnome2/gnumeric-1.10.7.tar.bz2) = 4438408f02932a234ddfd7bdbc45cc3f6b037874bbd0fa100ad777000301ebab
|
||||
SIZE (gnome2/gnumeric-1.10.7.tar.bz2) = 17798806
|
||||
MD5 (gnome2/gnumeric-1.10.9.tar.bz2) = 827343c8cb76862df5bfaecef2687d26
|
||||
SHA256 (gnome2/gnumeric-1.10.9.tar.bz2) = 64bc3ee96824e58acca0c4f0960e6090a15f9a8a5c5d9912f8ccaf380702e0d9
|
||||
SIZE (gnome2/gnumeric-1.10.9.tar.bz2) = 17803399
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig 2009-02-23 20:47:18.000000000 -0500
|
||||
+++ configure 2009-02-23 20:48:20.000000000 -0500
|
||||
@@ -14117,7 +14117,7 @@ if test "x$gnumeric_with_gtk" = xtrue -a
|
||||
|
||||
# Check whether --with-gnome was given.
|
||||
if test "${with_gnome+set}" = set; then
|
||||
- withval=$with_gnome; if test "x$withval" == xyes; then
|
||||
+ withval=$with_gnome; if test "x$withval" = xyes; then
|
||||
ui_msg="Gnome"
|
||||
gnumeric_with_gnome=true
|
||||
fi
|
@ -35,6 +35,7 @@ include/libspreadsheet-1.10/spreadsheet/gnm-format.h
|
||||
include/libspreadsheet-1.10/spreadsheet/gnm-graph-window.h
|
||||
include/libspreadsheet-1.10/spreadsheet/gnm-pane.h
|
||||
include/libspreadsheet-1.10/spreadsheet/gnm-plugin.h
|
||||
include/libspreadsheet-1.10/spreadsheet/gnm-random.h
|
||||
include/libspreadsheet-1.10/spreadsheet/gnm-sheet-slicer.h
|
||||
include/libspreadsheet-1.10/spreadsheet/gnm-so-filled.h
|
||||
include/libspreadsheet-1.10/spreadsheet/gnm-so-line.h
|
||||
@ -114,13 +115,17 @@ include/libspreadsheet-1.10/spreadsheet/style-conditions.h
|
||||
include/libspreadsheet-1.10/spreadsheet/style-font.h
|
||||
include/libspreadsheet-1.10/spreadsheet/style.h
|
||||
include/libspreadsheet-1.10/spreadsheet/symbol.h
|
||||
include/libspreadsheet-1.10/spreadsheet/tools/dao.h
|
||||
include/libspreadsheet-1.10/spreadsheet/tools/gnm-solver.h
|
||||
include/libspreadsheet-1.10/spreadsheet/tools/tools.h
|
||||
include/libspreadsheet-1.10/spreadsheet/undo.h
|
||||
include/libspreadsheet-1.10/spreadsheet/validation-combo.h
|
||||
include/libspreadsheet-1.10/spreadsheet/validation.h
|
||||
include/libspreadsheet-1.10/spreadsheet/value.h
|
||||
include/libspreadsheet-1.10/spreadsheet/wbc-gtk-impl.h
|
||||
include/libspreadsheet-1.10/spreadsheet/wbc-gtk.h
|
||||
include/libspreadsheet-1.10/spreadsheet/widgets/gnm-notebook.h
|
||||
include/libspreadsheet-1.10/spreadsheet/widgets/gnumeric-expr-entry.h
|
||||
include/libspreadsheet-1.10/spreadsheet/workbook-cmd-format.h
|
||||
include/libspreadsheet-1.10/spreadsheet/workbook-control-priv.h
|
||||
include/libspreadsheet-1.10/spreadsheet/workbook-control.h
|
||||
@ -913,6 +918,8 @@ share/locale/hr/LC_MESSAGES/gnumeric-functions.mo
|
||||
share/locale/hr/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/hu/LC_MESSAGES/gnumeric-functions.mo
|
||||
share/locale/hu/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/id/LC_MESSAGES/gnumeric-functions.mo
|
||||
share/locale/id/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/it/LC_MESSAGES/gnumeric-functions.mo
|
||||
share/locale/it/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/ja/LC_MESSAGES/gnumeric-functions.mo
|
||||
@ -1044,6 +1051,7 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins
|
||||
@dirrm lib/gnumeric/%%VERSION%%
|
||||
@dirrm lib/gnumeric
|
||||
@dirrm include/libspreadsheet-1.10/spreadsheet/widgets
|
||||
@dirrm include/libspreadsheet-1.10/spreadsheet/tools
|
||||
@dirrm include/libspreadsheet-1.10/spreadsheet
|
||||
@dirrm include/libspreadsheet-1.10
|
||||
|
Loading…
Reference in New Issue
Block a user