From 5bfa903acc5ab4bb9ded34a3d0e027127a9924b8 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Tue, 13 Jun 2000 23:05:44 +0000 Subject: Update to 0.30 --- textproc/gaspell/Makefile | 6 +++--- textproc/gaspell/distinfo | 2 +- textproc/gaspell/files/patch-aa | 13 +++++++++++-- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'textproc') 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 -- cgit v1.2.3