diff options
author | ade <ade@FreeBSD.org> | 2000-06-14 07:05:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-14 07:05:44 +0800 |
commit | 7b57d59e05cfd63ab979b471f60e317be02e25bf (patch) | |
tree | 10e9810a89b5251f5d808322f986308291930e2f /textproc/gaspell | |
parent | 247b9d4299a7985cb2f85d11e728b85abbcf84ab (diff) | |
download | freebsd-ports-gnome-7b57d59e05cfd63ab979b471f60e317be02e25bf.tar.gz freebsd-ports-gnome-7b57d59e05cfd63ab979b471f60e317be02e25bf.tar.zst freebsd-ports-gnome-7b57d59e05cfd63ab979b471f60e317be02e25bf.zip |
Update to 0.30
Diffstat (limited to 'textproc/gaspell')
-rw-r--r-- | textproc/gaspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/gaspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/gaspell/files/patch-aa | 13 |
3 files changed, 15 insertions, 6 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index 4e7e465f5e23..fcc519e1b179 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gaspell -PORTVERSION= 0.29.1 +PORTVERSION= 0.30 CATEGORIES= textproc gnome -MASTER_SITES= http://aspell.sourceforge.net/old/ -DISTNAME= ${PORTNAME}-.29.1 +MASTER_SITES= http://aspell.sourceforge.net/ +DISTNAME= ${PORTNAME}-.30 MAINTAINER= ade@FreeBSD.org diff --git a/textproc/gaspell/distinfo b/textproc/gaspell/distinfo index fcdbdb6f924f..7413aec9f3de 100644 --- a/textproc/gaspell/distinfo +++ b/textproc/gaspell/distinfo @@ -1 +1 @@ -MD5 (gaspell-.29.1.tar.gz) = f3a8e7b9b655e3681e048e4b988f92f0 +MD5 (gaspell-.30.tar.gz) = c1fe839bda64b16a9a610f2f8564ef66 diff --git a/textproc/gaspell/files/patch-aa b/textproc/gaspell/files/patch-aa index cf6c579d89db..1648b90ddd98 100644 --- a/textproc/gaspell/files/patch-aa +++ b/textproc/gaspell/files/patch-aa @@ -1,6 +1,6 @@ --- Makefile.orig Sun Feb 6 00:26:12 2000 -+++ Makefile Thu Feb 17 15:30:12 2000 -@@ -1,14 +1,14 @@ ++++ Makefile Tue Jun 13 16:56:02 2000 +@@ -1,21 +1,21 @@ # You will need to specify the absolute path if gnome-config is not in # your path or if the one in your path is not the correct one @@ -19,3 +19,12 @@ # You should not need to modify anything below this comment +-VERSION = .29 ++VERSION = .30 + + INCLUDES = -I$(ASPELL_PREFIX)/include `$(GNOME_CONFIG) --cflags gnomeui` \ +- -D VERSION=\"$(VERSION)\" ++ -DVERSION=\"$(VERSION)\" + LIBS = -L$(ASPELL_PREFIX)/lib -laspell `$(GNOME_CONFIG) --libs gnomeui` + + gaspell: gaspell.o DICTClient.o |