- Update to 3.7.0
This commit is contained in:
parent
77fa4802e3
commit
b721832c83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479242
4 changed files with 7 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liblouis
|
||||
PORTVERSION= 3.6.0
|
||||
PORTVERSION= 3.7.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1528200990
|
||||
SHA256 (liblouis-liblouis-v3.6.0_GH0.tar.gz) = 9f8a7e4f97c9692bd2e1ce0ed776fa33681da8b632b5d2819fa36eadfc3b5f82
|
||||
SIZE (liblouis-liblouis-v3.6.0_GH0.tar.gz) = 12601195
|
||||
TIMESTAMP = 1536391861
|
||||
SHA256 (liblouis-liblouis-v3.7.0_GH0.tar.gz) = 79f43c5faa21dd83aef06a9497febc467caec5466615ef20e2f89e54ca363827
|
||||
SIZE (liblouis-liblouis-v3.7.0_GH0.tar.gz) = 12942968
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- tools/Makefile.am.orig 2018-06-04 16:18:47 UTC
|
||||
+++ tools/Makefile.am
|
||||
@@ -14,7 +14,7 @@ lou_compare_CPPFLAGS = $(AM_CPPFLAGS) -w
|
||||
LDADD = \
|
||||
$(top_builddir)/liblouis/liblouis.la \
|
||||
$(top_builddir)/tools/gnulib/libgnutools.la \
|
||||
- $(top_builddir)/tools/libbrlcheck.la \
|
||||
+ libbrlcheck.la \
|
||||
$(LTLIBINTL)
|
||||
|
||||
# libbrlcheck is a convenience library that contains functionality to
|
|
@ -232,8 +232,6 @@
|
|||
%%DATADIR%%/tables/lv.tbl
|
||||
%%DATADIR%%/tables/malayalam.cti
|
||||
%%DATADIR%%/tables/mao-nz-g1.ctb
|
||||
%%DATADIR%%/tables/marburg.ctb
|
||||
%%DATADIR%%/tables/marburg_edit.ctb
|
||||
%%DATADIR%%/tables/marburg_single_cell_defs.cti
|
||||
%%DATADIR%%/tables/marburg_unicode_defs.cti
|
||||
%%DATADIR%%/tables/ml-in-g1.utb
|
||||
|
@ -252,9 +250,7 @@
|
|||
%%DATADIR%%/tables/mwr.ctb
|
||||
%%DATADIR%%/tables/mwr.tbl
|
||||
%%DATADIR%%/tables/ne.ctb
|
||||
%%DATADIR%%/tables/nemeth.ctb
|
||||
%%DATADIR%%/tables/nemethdefs.cti
|
||||
%%DATADIR%%/tables/nemeth_edit.ctb
|
||||
%%DATADIR%%/tables/ne.tbl
|
||||
%%DATADIR%%/tables/nl-BE.dis
|
||||
%%DATADIR%%/tables/nl-BE-g0.utb
|
||||
|
@ -341,8 +337,6 @@
|
|||
%%DATADIR%%/tables/tr.tbl
|
||||
%%DATADIR%%/tables/tsn-za-g1.ctb
|
||||
%%DATADIR%%/tables/ukchardefs.cti
|
||||
%%DATADIR%%/tables/ukmaths.ctb
|
||||
%%DATADIR%%/tables/ukmaths_edit.ctb
|
||||
%%DATADIR%%/tables/ukmaths_single_cell_defs.cti
|
||||
%%DATADIR%%/tables/ukmaths_unicode_defs.cti
|
||||
%%DATADIR%%/tables/uk.utb
|
||||
|
@ -357,14 +351,14 @@
|
|||
%%DATADIR%%/tables/vi-g1.ctb
|
||||
%%DATADIR%%/tables/vi.tbl
|
||||
%%DATADIR%%/tables/wiskunde-chardefs.cti
|
||||
%%DATADIR%%/tables/wiskunde.ctb
|
||||
%%DATADIR%%/tables/wiskunde-translation.cti
|
||||
%%DATADIR%%/tables/zh_CHN.tbl
|
||||
%%DATADIR%%/tables/zh_HK.tbl
|
||||
%%DATADIR%%/tables/zh_TW.tbl
|
||||
%%DATADIR%%/tables/zh-chn.ctb
|
||||
%%DATADIR%%/tables/zh-hk.ctb
|
||||
%%DATADIR%%/tables/zh-tw.ctb
|
||||
%%DATADIR%%/tables/zhcn-g1.ctb
|
||||
%%DATADIR%%/tables/zhcn-g2.ctb
|
||||
bin/lou_allround
|
||||
bin/lou_checkhyphens
|
||||
bin/lou_checktable
|
||||
|
@ -391,7 +385,7 @@ libdata/pkgconfig/liblouis.pc
|
|||
lib/liblouis.a
|
||||
lib/liblouis.so
|
||||
lib/liblouis.so.16
|
||||
lib/liblouis.so.16.0.0
|
||||
lib/liblouis.so.16.0.1
|
||||
man/man1/lou_allround.1.gz
|
||||
man/man1/lou_checkhyphens.1.gz
|
||||
man/man1/lou_checktable.1.gz
|
||||
|
|
Loading…
Reference in a new issue