diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-22 06:19:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-22 06:19:56 +0800 |
commit | afe48b7476140d8275497fcd3d6a07db35785ee2 (patch) | |
tree | 2c496959564378cd07ac78106f3e44d5e7eac063 /textproc/aspell | |
parent | 7d2ad12c1a2fe539e8e12dc5dd18a600863536b7 (diff) | |
download | freebsd-ports-gnome-afe48b7476140d8275497fcd3d6a07db35785ee2.tar.gz freebsd-ports-gnome-afe48b7476140d8275497fcd3d6a07db35785ee2.tar.zst freebsd-ports-gnome-afe48b7476140d8275497fcd3d6a07db35785ee2.zip |
Upgrade to 0.60.2.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 8 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 4 | ||||
-rw-r--r-- | textproc/aspell/files/patch-Makefile.in | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 5b4b1f16d420..993931e59bb9 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,12 +6,12 @@ # PORTNAME?= aspell -PORTVERSION= 0.60.1.1 +PORTVERSION= 0.60.2 CATEGORIES+= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell -DISTFILES= aspell-0.60.1.1.tar.gz # needed for slave ports / options -EXTRACT_ONLY= aspell-0.60.1.1.tar.gz +DISTFILES= aspell-0.60.2.tar.gz # needed for slave ports / options +EXTRACT_ONLY= aspell-0.60.2.tar.gz MAINTAINER?= thierry@FreeBSD.org COMMENT?= Spelling checker with better suggestion logic than ispell @@ -36,7 +36,7 @@ USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} -VERINST= ${PORTVERSION:R:R} +VERINST= ${PORTVERSION:R} PLIST_SUB= VER=${VERINST} .if defined(WITH_ISPELL) diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index b7e5083c36f4..f5def85dfceb 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,5 +1,5 @@ -MD5 (aspell-0.60.1.1.tar.gz) = 8c2f27dcfc5e02c994f11eed7d04b853 -SIZE (aspell-0.60.1.1.tar.gz) = 1564114 +MD5 (aspell-0.60.2.tar.gz) = d067596a1d9029d127d85e5040bab0ab +SIZE (aspell-0.60.2.tar.gz) = 1577570 MD5 (aspell-af-0.50-0.tar.bz2) = bde617a195e70364f96eea71cf71a333 SIZE (aspell-af-0.50-0.tar.bz2) = 256111 MD5 (aspell6-az-0.02-0.tar.bz2) = 24d9d46c8fc23197666a43a7962a7b0d diff --git a/textproc/aspell/files/patch-Makefile.in b/textproc/aspell/files/patch-Makefile.in index 26c30cf04651..5613dbf5ed05 100644 --- a/textproc/aspell/files/patch-Makefile.in +++ b/textproc/aspell/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Mon Nov 8 02:12:41 2004 -+++ Makefile.in Mon Nov 8 10:09:19 2004 +--- Makefile.in.orig Sun Dec 19 05:59:12 2004 ++++ Makefile.in Tue Dec 21 21:52:26 2004 @@ -447,7 +447,12 @@ target_os = @target_os@ target_vendor = @target_vendor@ @@ -20,11 +20,11 @@ modules/filter/url.cpp $(am__append_3) -libaspell_la_LIBADD = $(LIBINTL) $(PTHREAD_LIB) +libaspell_la_LIBADD = $(LIBINTL) $(PTHREAD_LIB) $(LTLIBINTL) - @INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 16:0:1 -no-undefined - @INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 16:0:0 -no-undefined + @INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 16:2:1 -no-undefined + @INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 16:2:0 -no-undefined @PSPELL_COMPATIBILITY_TRUE@libpspell_la_SOURCES = lib/dummy.cpp @@ -545,7 +550,7 @@ - @INCREMENTED_SONAME_TRUE@@PSPELL_COMPATIBILITY_TRUE@libpspell_la_LDFLAGS = -version-info 16:0:0 -no-undefined + @INCREMENTED_SONAME_TRUE@@PSPELL_COMPATIBILITY_TRUE@libpspell_la_LDFLAGS = -version-info 16:2:0 -no-undefined word_list_compress_SOURCES = prog/compress.c aspell_SOURCES = prog/aspell.cpp prog/check_funs.cpp prog/checker_string.cpp -aspell_LDADD = libaspell.la $(CURSES_LIB) |