On Sun, Nov 29, 2020 at 06:33:54AM +0000, wen heping wrote: > Hi, ports@: > > Here is a patch to update devel/liblouis to 3.15.0, it > build well and pass the test on amd64-current system. > One port depends on it: x11/gnome/orca, it build well > and pass all tests too.
Committed, thanks :-) > > > Cheers ! > wen > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/liblouis/Makefile,v > retrieving revision 1.33 > diff -u -p -r1.33 Makefile > --- Makefile 19 Aug 2020 12:08:58 -0000 1.33 > +++ Makefile 29 Nov 2020 06:29:19 -0000 > @@ -2,10 +2,10 @@ > > COMMENT= braille translator, back-translator and formatter > > -V= 3.14.0 > +V= 3.15.0 > DISTNAME= liblouis-${V} > > -SHARED_LIBS += louis 8.0 # 20.2 > +SHARED_LIBS += louis 8.0 # 20.3 > > CATEGORIES= devel > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/liblouis/distinfo,v > retrieving revision 1.17 > diff -u -p -r1.17 distinfo > --- distinfo 19 Aug 2020 12:08:58 -0000 1.17 > +++ distinfo 29 Nov 2020 06:29:19 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (liblouis-3.14.0.tar.gz) = > 9bJfgFnddlla60GbFSLdp48oGnWnxW3OqqRD+MQ3MGo= > -SIZE (liblouis-3.14.0.tar.gz) = 14747653 > +SHA256 (liblouis-3.15.0.tar.gz) = > OjgbEysUB0fl/NRzVNps9DlZ2iFn+LxZhDC7rFEiRGc= > +SIZE (liblouis-3.15.0.tar.gz) = 14831143 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/devel/liblouis/pkg/PLIST,v > retrieving revision 1.18 > diff -u -p -r1.18 PLIST > --- pkg/PLIST 19 Aug 2020 12:08:58 -0000 1.18 > +++ pkg/PLIST 29 Nov 2020 06:29:19 -0000 > @@ -80,6 +80,7 @@ share/liblouis/tables/ckb-translation.ct > share/liblouis/tables/ckb.tbl > share/liblouis/tables/compress.cti > share/liblouis/tables/controlchars.cti > +share/liblouis/tables/cop-eg-comp8.utb > share/liblouis/tables/corrections.cti > share/liblouis/tables/countries.cti > share/liblouis/tables/cs-chardefs.cti -- Antoine