diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2025-09-12 16:34:05 +0200 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-09-12 20:30:35 +0300 |
commit | 91bcc2447ff413f13b0840103e44de82048028a3 (patch) | |
tree | 5b9a1c7352b2deb54c049639441253f33b6e1476 | |
parent | net/benthos: Remove expired port (diff) |
textproc/link-grammar: update to 5.12.6
What's new:
* Fix build break due to missing header file.
PR: 289486
-rw-r--r-- | textproc/link-grammar/Makefile | 6 | ||||
-rw-r--r-- | textproc/link-grammar/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 4f6589a90884..b1b2759324c6 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -1,5 +1,5 @@ PORTNAME= link-grammar -DISTVERSION= 5.12.5 +DISTVERSION= 5.12.6 CATEGORIES= textproc MASTER_SITES= https://www.gnucash.org/${PORTNAME}/downloads/${PORTVERSION}/ @@ -10,6 +10,8 @@ WWW= https://opencog.github.io/link-grammar-website/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 + USES= compiler:c++11-lib dos2unix gmake libtool localbase ncurses \ pathfix pkgconfig sqlite USE_LDCONFIG= yes @@ -20,8 +22,6 @@ CONFIGURE_ARGS= --disable-maintainer-mode \ INSTALL_TARGET= install-strip -LIB_DEPENDS= libpcre2-8.so:devel/pcre2 - PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_SUB= yes diff --git a/textproc/link-grammar/distinfo b/textproc/link-grammar/distinfo index a32a516e4f17..fb51b563b379 100644 --- a/textproc/link-grammar/distinfo +++ b/textproc/link-grammar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754743831 -SHA256 (link-grammar-5.12.5.tar.gz) = adf7e60a40248e261dd159b948ad6c6b8cd4f99142525888081dca140395da34 -SIZE (link-grammar-5.12.5.tar.gz) = 4727809 +TIMESTAMP = 1757670133 +SHA256 (link-grammar-5.12.6.tar.gz) = 997dd6b236c7957fdda975a402e066b3e031134e7c75eb0e6d8f106185cc0814 +SIZE (link-grammar-5.12.6.tar.gz) = 4726532 |