1
0
forked from ports/opt

hunspell: 1.6.1 -> 1.7.0

This commit is contained in:
Alan Mizrahi 2019-04-01 17:15:45 +09:00
parent a05d872799
commit 2af1a78282
3 changed files with 13 additions and 13 deletions

View File

@ -15,18 +15,17 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/hunspell/
-rw-r--r-- root/root usr/include/hunspell/atypes.hxx
-rw-r--r-- root/root usr/include/hunspell/csutil.hxx
-rw-r--r-- root/root usr/include/hunspell/htypes.hxx
-rw-r--r-- root/root usr/include/hunspell/hunspell.h
-rw-r--r-- root/root usr/include/hunspell/hunspell.hxx
-rw-r--r-- root/root usr/include/hunspell/hunvisapi.h
-rw-r--r-- root/root usr/include/hunspell/w_char.hxx
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libhunspell-1.6.a
-rwxr-xr-x root/root usr/lib/libhunspell-1.6.la
lrwxrwxrwx root/root usr/lib/libhunspell-1.6.so -> libhunspell-1.6.so.0.0.1
lrwxrwxrwx root/root usr/lib/libhunspell-1.6.so.0 -> libhunspell-1.6.so.0.0.1
-rwxr-xr-x root/root usr/lib/libhunspell-1.6.so.0.0.1
-rw-r--r-- root/root usr/lib/libhunspell-1.7.a
-rwxr-xr-x root/root usr/lib/libhunspell-1.7.la
lrwxrwxrwx root/root usr/lib/libhunspell-1.7.so -> libhunspell-1.7.so.0.0.1
lrwxrwxrwx root/root usr/lib/libhunspell-1.7.so.0 -> libhunspell-1.7.so.0.0.1
-rwxr-xr-x root/root usr/lib/libhunspell-1.7.so.0.0.1
lrwxrwxrwx root/root usr/lib/libhunspell.so -> libhunspell-1.7.so.0.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/hunspell.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UBQkdtuEcb1eYmHNyRqjD7ZJSplKlJOw21GblTjUnx6wfJCliCwvYzpcnhI3a7Espk+D1vB09HDW+7tVwBZ9QE=
SHA256 (Pkgfile) = 372c7ba8c2a2e3263b4904e47daa39f446f0cd2332614a11446c9298e3359f27
SHA256 (.footprint) = d04b844e4e3c7a35918a0fbf5e9f65c85227a694225c99ae3f9f96ca2fd441f5
SHA256 (hunspell-v1.6.1.tar.gz) = 30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49
RWSE3ohX2g5d/UnaUzRkKBsU6tCQBZYsJNoIU/I3FbojVR8ZT4KOuh8IqleCCR+uss1VjK6Y9O9exOyiEHCzKdj9lXaQep+dmQk=
SHA256 (Pkgfile) = a571ccc71a90c72bdb403299cf2e312aff133e6db6e985efc37a4f90381c0142
SHA256 (.footprint) = 4d6db6768d2772f9d00edc5315214f95c8a62091b891b56a383fa87d5a6b4900
SHA256 (hunspell-v1.7.0.tar.gz) = bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a

View File

@ -4,7 +4,7 @@
# Depends on:
name=hunspell
version=1.6.1
version=1.7.0
release=2
source=(https://github.com/hunspell/$name/archive/v$version/$name-v$version.tar.gz)
@ -16,8 +16,9 @@ build() {
./configure \
--prefix=/usr \
--disable-nls
make
make prefix=$PKG/usr install
ln -s libhunspell-1.7.so.0.0.1 $PKG/usr/lib/libhunspell.so
rm -rf $PKG/usr/share/man/hu
}