textproc/ucto: Update 0.14.1 -> 0.22
This commit is contained in:
parent
86b66a807a
commit
4c9f70a2cb
3 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= ucto
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.14.1
|
||||
PORTREVISION= 12
|
||||
DISTVERSION= 0.22
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -20,13 +19,15 @@ RUN_DEPENDS= uctodata>0:textproc/uctodata
|
|||
|
||||
USES= autoreconf compiler:c++11-lang gmake gnome libedit libtool \
|
||||
pkgconfig readline
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= LanguageMachines
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= LanguageMachines
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1544432428
|
||||
SHA256 (LanguageMachines-ucto-v0.14.1_GH0.tar.gz) = cb07d22901fc5be5b71231a77fae26766ef805680a1d3405b8b98191971cecc6
|
||||
SIZE (LanguageMachines-ucto-v0.14.1_GH0.tar.gz) = 350904
|
||||
TIMESTAMP = 1619040465
|
||||
SHA256 (LanguageMachines-ucto-v0.22_GH0.tar.gz) = 5b6a71fdac2edd018828bcb2fc0b31ef4481fa8017c4f3d5ae9c17f8cbd16407
|
||||
SIZE (LanguageMachines-ucto-v0.22_GH0.tar.gz) = 364944
|
||||
|
|
|
@ -3,8 +3,8 @@ include/ucto/my_textcat.h
|
|||
include/ucto/setting.h
|
||||
include/ucto/tokenize.h
|
||||
lib/libucto.so
|
||||
lib/libucto.so.3
|
||||
lib/libucto.so.%%GTK3_VERSION%%
|
||||
lib/libucto.so.5
|
||||
lib/libucto.so.5.0.0
|
||||
libdata/pkgconfig/ucto.pc
|
||||
man/man1/ucto.1.gz
|
||||
%%DATADIR%%/textcat.cfg
|
||||
|
|
Loading…
Reference in a new issue