diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-07 01:06:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-07 01:06:53 +0800 |
commit | 212e056cc4ee2e2d479840ea77018f761df6cfaa (patch) | |
tree | 0a903d6aca6689c7daba34b7bc4bd1ead8843067 /math | |
parent | 22cf3599d31da8e9381be500d9f91a121cffa39b (diff) | |
download | marcuscom-ports-212e056cc4ee2e2d479840ea77018f761df6cfaa.tar.gz marcuscom-ports-212e056cc4ee2e2d479840ea77018f761df6cfaa.tar.zst marcuscom-ports-212e056cc4ee2e2d479840ea77018f761df6cfaa.zip |
Catch up with the goffice 0.3.7 update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8467 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 7ce50e0de..897219542 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,11 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/math/gnumeric/Makefile,v 1.26 2007/02/25 06:43:38 marcus Exp $ +# $MCom: ports/math/gnumeric/Makefile,v 1.27 2007/03/05 15:13:19 ahze Exp $ # PORTNAME= gnumeric PORTVERSION= 1.7.8 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 6afe4e819..8b4a81968 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -246,9 +246,9 @@ lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.la lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so -lib/goffice/0.3.6/plugins/gnumeric/gnumeric.la -lib/goffice/0.3.6/plugins/gnumeric/gnumeric.so -lib/goffice/0.3.6/plugins/gnumeric/plugin.xml +lib/goffice/0.3.7/plugins/gnumeric/gnumeric.la +lib/goffice/0.3.7/plugins/gnumeric/gnumeric.so +lib/goffice/0.3.7/plugins/gnumeric/plugin.xml lib/libspreadsheet-%%VERSION%%.so lib/libspreadsheet.la lib/libspreadsheet.so @@ -935,7 +935,7 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins @dirrm lib/gnumeric/%%VERSION%% @dirrm lib/gnumeric -@dirrm lib/goffice/0.3.6/plugins/gnumeric +@dirrm lib/goffice/0.3.7/plugins/gnumeric @dirrm include/libspreadsheet-1-7 @unexec update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_TW/LC_MESSAGES |