mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Update to 1.10.17.
Move LICENSE to please portlint. PR: ports/161585 Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes
This commit is contained in:
parent
6f343505e4
commit
d6f6016a2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286248
4 changed files with 9 additions and 16 deletions
|
@ -8,7 +8,7 @@
|
|||
# When updating, remember to update pkg-plist of gchemutils.
|
||||
|
||||
PORTNAME= gnumeric
|
||||
PORTVERSION= 1.10.16
|
||||
PORTVERSION= 1.10.17
|
||||
CATEGORIES= math gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -16,13 +16,14 @@ DIST_SUBDIR= gnome2
|
|||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= The GNOME 2 spreadsheet
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
||||
LIB_DEPENDS= goffice-0.8.8:${PORTSDIR}/devel/goffice \
|
||||
psiconv.10:${PORTSDIR}/converters/psiconv
|
||||
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USE_XZ= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -48,7 +49,7 @@ GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \
|
|||
|
||||
MAN1= gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.8.16
|
||||
PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.8.17
|
||||
|
||||
OPTIONS= PERL "Enable Perl as extension language" on
|
||||
#GNOMEDB "Enable libgnomedb support" off
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gnome2/gnumeric-1.10.16.tar.xz) = 1d3d66bdb32b767a6db833d94a6ab2012eb4a39109140f6bc571334afac567fc
|
||||
SIZE (gnome2/gnumeric-1.10.16.tar.xz) = 14275616
|
||||
SHA256 (gnome2/gnumeric-1.10.17.tar.xz) = 8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
|
||||
SIZE (gnome2/gnumeric-1.10.17.tar.xz) = 14332716
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- src/session.c.orig 2011-06-23 17:48:23.000000000 +0200
|
||||
+++ src/session.c 2011-06-23 17:49:21.000000000 +0200
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "session.h"
|
||||
#include "application.h"
|
||||
#include <workbook.h>
|
||||
+#include <workbook-priv.h>
|
||||
#include <workbook-view.h>
|
||||
#include <wbc-gtk.h>
|
||||
#include <gui-file.h>
|
|
@ -331,6 +331,7 @@ share/gnumeric/%%VERSION%%/ui/autoformat.ui
|
|||
share/gnumeric/%%VERSION%%/ui/autosave.ui
|
||||
share/gnumeric/%%VERSION%%/ui/cell-comment.ui
|
||||
share/gnumeric/%%VERSION%%/ui/cell-format.ui
|
||||
share/gnumeric/%%VERSION%%/ui/cell-format-cond.ui
|
||||
share/gnumeric/%%VERSION%%/ui/cell-sort.ui
|
||||
share/gnumeric/%%VERSION%%/ui/chi-squared.ui
|
||||
share/gnumeric/%%VERSION%%/ui/col-width.ui
|
||||
|
@ -790,6 +791,7 @@ share/gnome/help/gnumeric/C/figures/printing-preview.png
|
|||
share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png
|
||||
share/gnome/help/gnumeric/C/figures/printing-setup-header.png
|
||||
share/gnome/help/gnumeric/C/figures/printing-setup-page.png
|
||||
share/gnome/help/gnumeric/C/figures/printing-setup-printarea.png
|
||||
share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png
|
||||
share/gnome/help/gnumeric/C/figures/selection-1.png
|
||||
share/gnome/help/gnumeric/C/figures/selection-10.png
|
||||
|
|
Loading…
Add table
Reference in a new issue