diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-19 12:59:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-19 12:59:23 +0800 |
commit | 50335957fc89a0f708bea4f06caaef37e29f83ac (patch) | |
tree | 5c850e423f1e0670a355bd7d26959894779680b5 /math | |
parent | 5621d8ada5e3735a06eb26bf5734073f94daa70e (diff) | |
download | marcuscom-ports-50335957fc89a0f708bea4f06caaef37e29f83ac.tar marcuscom-ports-50335957fc89a0f708bea4f06caaef37e29f83ac.tar.gz marcuscom-ports-50335957fc89a0f708bea4f06caaef37e29f83ac.tar.bz2 marcuscom-ports-50335957fc89a0f708bea4f06caaef37e29f83ac.tar.lz marcuscom-ports-50335957fc89a0f708bea4f06caaef37e29f83ac.tar.xz marcuscom-ports-50335957fc89a0f708bea4f06caaef37e29f83ac.tar.zst marcuscom-ports-50335957fc89a0f708bea4f06caaef37e29f83ac.zip |
Update to 1.7.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7823 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 9 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 6 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 7d7f32c9e..fb2f09914 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,11 +3,11 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports-experimental/math/gnumeric/Makefile,v 1.1 2006/09/10 21:06:40 ahze Exp $ +# $MCom: ports/math/gnumeric/Makefile,v 1.20 2006/10/14 10:42:09 ahze Exp $ # PORTNAME= gnumeric -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -30,7 +30,8 @@ USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-guile --with-bonobo +CONFIGURE_ARGS= --without-guile --with-bonobo \ + --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ python_prog=${PYTHON_VERSION} @@ -38,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas -MAN1= gnumeric.1 ssconvert.1 ssindex.1 +MAN1= gnumeric.1 ssconvert.1 PLIST_SUB= VERSION=${PORTVERSION} diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index 067e421e5..41ce7e271 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnumeric-1.7.0.tar.bz2) = 2b90b9631f19130eec5e9f1c1e3cffb4 -SHA256 (gnome2/gnumeric-1.7.0.tar.bz2) = f0a9a1177f552f8913220f51339b20389d37c3295022b8ca59c4055b86ee165d -SIZE (gnome2/gnumeric-1.7.0.tar.bz2) = 12580166 +MD5 (gnome2/gnumeric-1.7.2.tar.bz2) = c92e6f3ce7313758135fca4afcc6eae0 +SHA256 (gnome2/gnumeric-1.7.2.tar.bz2) = 00705e54e0b369bbeccc65e270d5d6dfc918b0beadab835f92254c69f21ad72d +SIZE (gnome2/gnumeric-1.7.2.tar.bz2) = 12669298 diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 260cf8933..40a9609c8 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -27,6 +27,7 @@ include/libspreadsheet-1-7/func-builtin.h include/libspreadsheet-1-7/func.h include/libspreadsheet-1-7/gnm-datetime.h include/libspreadsheet-1-7/gnm-format.h +include/libspreadsheet-1-7/gnm-graph-window.h include/libspreadsheet-1-7/gnm-plugin.h include/libspreadsheet-1-7/gnm-so-filled.h include/libspreadsheet-1-7/gnm-so-line.h @@ -249,6 +250,7 @@ libdata/pkgconfig/libspreadsheet-1.7.pc @exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/applications/gnumeric.desktop share/gnome/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml +share/gnome/gnumeric/%%VERSION%%/Gnumeric-embed.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml |