Date: Sun, 13 Oct 2019 10:59:13 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514382 - in head/textproc/aspell: . files Message-ID: <201910131059.x9DAxDVE087148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sun Oct 13 10:59:13 2019 New Revision: 514382 URL: https://svnweb.freebsd.org/changeset/ports/514382 Log: Upgrade to 0.60.8 final. Modified: head/textproc/aspell/Makefile head/textproc/aspell/distinfo head/textproc/aspell/files/patch-Makefile.in head/textproc/aspell/pkg-plist Modified: head/textproc/aspell/Makefile ============================================================================== --- head/textproc/aspell/Makefile Sun Oct 13 10:42:22 2019 (r514381) +++ head/textproc/aspell/Makefile Sun Oct 13 10:59:13 2019 (r514382) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= aspell -DISTVERSION= 0.60.8-20190817 +PORTVERSION= 0.60.8 +PORTEPOCH= 1 CATEGORIES= textproc -#MASTER_SITES= GNU/aspell -MASTER_SITES= GNU_ALPHA/aspell +MASTER_SITES= GNU/aspell MAINTAINER= office@FreeBSD.org COMMENT= Spelling checker with better suggestion logic than ispell @@ -28,7 +28,7 @@ SHEBANG_FILES= scripts/aspell-import CPE_VENDOR= gnu INSTALL_TARGET= install-strip -VERINST= ${PORTVERSION:R:R} +VERINST= ${PORTVERSION:R} SUB_FILES= aspell.ver PLIST_SUB= VER=${VERINST} SUB_LIST= VERINST=${VERINST} Modified: head/textproc/aspell/distinfo ============================================================================== --- head/textproc/aspell/distinfo Sun Oct 13 10:42:22 2019 (r514381) +++ head/textproc/aspell/distinfo Sun Oct 13 10:59:13 2019 (r514382) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566848068 -SHA256 (aspell-0.60.8-20190817.tar.gz) = 92df8b464f4cb7efb374efd7962c51db2c57798323fa2b86c1a442f7c16c0d5b -SIZE (aspell-0.60.8-20190817.tar.gz) = 27065381 +TIMESTAMP = 1570961359 +SHA256 (aspell-0.60.8.tar.gz) = f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2 +SIZE (aspell-0.60.8.tar.gz) = 3486448 Modified: head/textproc/aspell/files/patch-Makefile.in ============================================================================== --- head/textproc/aspell/files/patch-Makefile.in Sun Oct 13 10:42:22 2019 (r514381) +++ head/textproc/aspell/files/patch-Makefile.in Sun Oct 13 10:59:13 2019 (r514382) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2019-08-18 01:39:59 UTC +--- Makefile.in.orig 2019-10-12 22:20:31 UTC +++ Makefile.in @@ -666,7 +666,12 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ @@ -14,16 +14,16 @@ DIST_SUBDIRS = ${SUBDIRS} examples myspell lib5 filterdir = ${pkglibdir} optdir = ${pkgdatadir} -@@ -766,7 +771,7 @@ libaspell_la_SOURCES = common/cache.cpp common/string. +@@ -759,7 +764,7 @@ libaspell_la_SOURCES = common/cache.cpp common/string. lib/string_list-c.cpp lib/find_speller.cpp lib/speller-c.cpp \ lib/string_pair_enumeration-c.cpp lib/new_checker.cpp \ modules/filter/url.cpp $(am__append_3) -libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) -+libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) $(LTLIBINTL) - @INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 18:0:3 -no-undefined - @INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 19:0:3 -no-undefined ++libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) $(LTLIBINTL) + @INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 18:1:3 -no-undefined + @INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 19:1:3 -no-undefined @PSPELL_COMPATIBILITY_TRUE@libpspell_la_SOURCES = lib/dummy.cpp -@@ -774,7 +779,7 @@ libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) +@@ -767,7 +772,7 @@ libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) @PSPELL_COMPATIBILITY_TRUE@libpspell_la_LDFLAGS = $(libaspell_la_LDFLAGS) word_list_compress_SOURCES = prog/compress.c aspell_SOURCES = prog/aspell.cpp prog/check_funs.cpp prog/checker_string.cpp Modified: head/textproc/aspell/pkg-plist ============================================================================== --- head/textproc/aspell/pkg-plist Sun Oct 13 10:42:22 2019 (r514381) +++ head/textproc/aspell/pkg-plist Sun Oct 13 10:59:13 2019 (r514382) @@ -70,11 +70,11 @@ lib/aspell-%%VER%%/standard.kbd lib/libaspell.a lib/libaspell.so lib/libaspell.so.15 -lib/libaspell.so.15.3.0 +lib/libaspell.so.15.3.1 lib/libpspell.a lib/libpspell.so lib/libpspell.so.15 -lib/libpspell.so.15.3.0 +lib/libpspell.so.15.3.1 man/man1/aspell-import.1.gz man/man1/aspell.1.gz man/man1/prezip-bin.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910131059.x9DAxDVE087148>