forked from Lainports/freebsd-ports
Upgrade to 0.60.8 final.
This commit is contained in:
parent
ea319f9963
commit
de1e9f0100
4 changed files with 15 additions and 15 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue