devel/ticcutils: Update 0.20 -> 0.26
Reported by: portscout
This commit is contained in:
parent
cbf6cb97f2
commit
d488fd5cdf
@ -1,7 +1,6 @@
|
||||
PORTNAME= ticcutils
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.20
|
||||
PORTREVISION= 13
|
||||
DISTVERSION= 0.26
|
||||
CATEGORIES= devel textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -18,11 +17,12 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
|
||||
USES= autoreconf compiler:c++11-lib gmake gnome libtool localbase:ldflags pkgconfig
|
||||
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
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1544205730
|
||||
SHA256 (LanguageMachines-ticcutils-v0.20_GH0.tar.gz) = 7e98fe9bb9b13e547eb6145feba0e9a54bafe8d5b139a4a91988ab2ac3a5082d
|
||||
SIZE (LanguageMachines-ticcutils-v0.20_GH0.tar.gz) = 97099
|
||||
TIMESTAMP = 1619037155
|
||||
SHA256 (LanguageMachines-ticcutils-v0.26_GH0.tar.gz) = 43b5c9e5fe0391b471a2f3c4c3308f2e7e68949bb2f0325f125e64786fcc6760
|
||||
SIZE (LanguageMachines-ticcutils-v0.26_GH0.tar.gz) = 280190
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- configure.ac.orig 2018-12-07 22:25:32 UTC
|
||||
+++ configure.ac
|
||||
@@ -75,11 +75,11 @@ fi
|
||||
# for now we demand boost, because on some systems gcc4.8 is installed still
|
||||
# and that fails on regex.
|
||||
|
||||
-AX_BOOST_BASE( [1.50],
|
||||
- [AX_BOOST_REGEX
|
||||
- LIBS="$LIBS $BOOST_REGEX_LIB"
|
||||
- AC_DEFINE(HAVE_BOOST_REGEX, 1 , [Define to 1 if you have boost regular expresions] )],
|
||||
- [AC_MSG_ERROR([No Regular expression support available. Please install libboost-regex-dev])])
|
||||
+#AX_BOOST_BASE( [1.50], # Boost detection is broken: https://github.com/LanguageMachines/ticcutils/issues/18
|
||||
+# [AX_BOOST_REGEX
|
||||
+# LIBS="$LIBS $BOOST_REGEX_LIB"
|
||||
+# AC_DEFINE(HAVE_BOOST_REGEX, 1 , [Define to 1 if you have boost regular expresions] )],
|
||||
+# [AC_MSG_ERROR([No Regular expression support available. Please install libboost-regex-dev])])
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
@ -18,10 +18,11 @@ include/ticcutils/Version.h
|
||||
include/ticcutils/XMLtools.h
|
||||
include/ticcutils/bz2stream.h
|
||||
include/ticcutils/gzstream.h
|
||||
include/ticcutils/json.hpp
|
||||
include/ticcutils/zipper.h
|
||||
lib/libticcutils.so
|
||||
lib/libticcutils.so.5
|
||||
lib/libticcutils.so.5.0.0
|
||||
lib/libticcutils.so.9
|
||||
lib/libticcutils.so.9.0.0
|
||||
libdata/pkgconfig/ticcutils.pc
|
||||
man/man1/ticc_commandline.1.gz
|
||||
man/man1/ticc_configuration.1.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= libfolia
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.15
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= ucto
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.14.1
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user