aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-21 22:19:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-21 22:19:56 +0000
commitc446f4ee12a957493d567bcc7d966066da8ebe4c (patch)
treeb51a919869499b6402e1d4f49165b1d7fe742439
parent13d164aae637bcb11aa81b8b1aa56d728d603d3e (diff)
downloadports-c446f4ee12a957493d567bcc7d966066da8ebe4c.tar.gz
ports-c446f4ee12a957493d567bcc7d966066da8ebe4c.zip
Upgrade to 0.60.2.
Notes
Notes: svn path=/head/; revision=124734
-rw-r--r--textproc/aspell/Makefile8
-rw-r--r--textproc/aspell/distinfo4
-rw-r--r--textproc/aspell/files/patch-Makefile.in10
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)