diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-26 12:48:09 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-26 12:48:09 +0800 |
commit | 7d8ef39f7e15806a829a1493240a9f8fd0757dab (patch) | |
tree | affabc91307c1d7e682c98044d6bd878044587ce /math/gnumeric2 | |
parent | eff2d7434c83d165053bdc892494964fae3a1077 (diff) | |
download | freebsd-ports-gnome-7d8ef39f7e15806a829a1493240a9f8fd0757dab.tar.gz freebsd-ports-gnome-7d8ef39f7e15806a829a1493240a9f8fd0757dab.tar.zst freebsd-ports-gnome-7d8ef39f7e15806a829a1493240a9f8fd0757dab.zip |
* Update 0.15 -> 0.18
* One file per patch
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 20 |
3 files changed, 24 insertions, 4 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 7a585b282742..19263d94b096 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnumeric -# Version required: 0.15 +# Version required: 0.18 # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.7 1999/01/27 08:31:51 fenner Exp $ +# $Id: Makefile,v 1.8 1999/03/09 01:08:59 nectar Exp $ # -DISTNAME= gnumeric-0.15 +DISTNAME= gnumeric-0.18 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-1.0/sources diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index 2be32608a144..5bd49bf31e3c 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnumeric-0.15.tar.gz) = e9f51ca42004b5ce0a91cca16b5ab7ee +MD5 (gnumeric-0.18.tar.gz) = 203c37c6f653df4cf2ca97569fba0277 diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba new file mode 100644 index 000000000000..3dff658d020c --- /dev/null +++ b/math/gnumeric2/files/patch-ba @@ -0,0 +1,20 @@ +--- Makefile.in.orig Wed Feb 24 03:49:45 1999 ++++ Makefile.in Wed Feb 24 19:06:37 1999 +@@ -137,7 +137,7 @@ + perl_val = @perl_val@ + python_val = @python_val@ + +-SUBDIRS = intl po macros plugins src doc ++SUBDIRS = intl po macros plugins src + + EXTRA_DIST = gnumeric.desktop README HACKING gnumeric.spec.in gnumeric.keys.in gnumeric.mime $(appicon_DATA) + +@@ -145,7 +145,7 @@ + appicondir = $(datadir)/pixmaps + appicon_DATA = gnome-gnumeric.png gnome-gnumeric-xl.png + +-Applicationsdir = $(datadir)/gnome/apps/Applications ++Applicationsdir = $(datadir)/apps/Applications + Applications_DATA = gnumeric.desktop + + Mimedir = $(datadir)/mime-info |