diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-09 01:28:27 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-09 01:28:27 +0800 |
commit | 0ce5402de3f71cb1813031dc3125aed3450bc747 (patch) | |
tree | 25db36d7d025c1dee4d04ad7d311a95fc84f6a50 | |
parent | bf542611caaf0203951f4eaf6c6b0438609af09f (diff) | |
download | marcuscom-ports-0ce5402de3f71cb1813031dc3125aed3450bc747.tar marcuscom-ports-0ce5402de3f71cb1813031dc3125aed3450bc747.tar.gz marcuscom-ports-0ce5402de3f71cb1813031dc3125aed3450bc747.tar.bz2 marcuscom-ports-0ce5402de3f71cb1813031dc3125aed3450bc747.tar.lz marcuscom-ports-0ce5402de3f71cb1813031dc3125aed3450bc747.tar.xz marcuscom-ports-0ce5402de3f71cb1813031dc3125aed3450bc747.tar.zst marcuscom-ports-0ce5402de3f71cb1813031dc3125aed3450bc747.zip |
Update to 1.5.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4790 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | math/gnumeric/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 4 | ||||
-rw-r--r-- | math/gnumeric/files/patch-doc_C_Makefile.in | 14 |
3 files changed, 11 insertions, 13 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 0549cbfe2..e29027ecf 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,11 +3,11 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/math/gnumeric/Makefile,v 1.11 2005/08/28 20:18:30 marcus Exp $ +# $MCom: ports/math/gnumeric/Makefile,v 1.12 2005/08/29 01:12:09 marcus Exp $ # PORTNAME= gnumeric -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.90 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -52,8 +52,6 @@ PLIST_SUB+= PERL="" post-patch: @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ ${REINPLACE_CMD} -e 's|\.la|.so|g' - @${FIND} ${WRKSRC}/src/cut-n-paste-code/goffice/graph/plugins -name \ - "plugin.xml.in" | ${XARGS} ${REINPLACE_CMD} -e 's|\.la|.so|g' @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in post-install: diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index 8fef0f785..a5fc56852 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnumeric-1.5.5.tar.bz2) = 6769ce44d4d829f15b469111907fe7e2 -SIZE (gnome2/gnumeric-1.5.5.tar.bz2) = 12547884 +MD5 (gnome2/gnumeric-1.5.90.tar.bz2) = 180d2c64b91b26d6bd8ab93caae349fb +SIZE (gnome2/gnumeric-1.5.90.tar.bz2) = 12376623 diff --git a/math/gnumeric/files/patch-doc_C_Makefile.in b/math/gnumeric/files/patch-doc_C_Makefile.in index e57406a0f..7c5044643 100644 --- a/math/gnumeric/files/patch-doc_C_Makefile.in +++ b/math/gnumeric/files/patch-doc_C_Makefile.in @@ -1,11 +1,11 @@ ---- doc/C/Makefile.in.orig Sun Aug 28 15:46:13 2005 -+++ doc/C/Makefile.in Sun Aug 28 15:49:24 2005 -@@ -421,7 +421,7 @@ - CLEANFILES = omf_timestamp +--- doc/C/Makefile.in.orig Thu Sep 8 12:45:13 2005 ++++ doc/C/Makefile.in Thu Sep 8 12:45:28 2005 +@@ -443,7 +443,7 @@ CLEANFILES = omf_timestamp omf_dest_dir = $(datadir)/omf/@PACKAGE@ - scrollkeeper_localstate_dir = /var/db/scrollkeeper + scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper + -manpagedir = $(datadir)/man/man1 +manpagedir = $(prefix)/man/man1 manpage_DATA = gnumeric.1 ssconvert.1 ssindex.1 - all: all-recursive - + subdir = doc/C + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |