Skip to content

Commit

Permalink
textproc/utf8proc: Update to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 21, 2023
1 parent c8a1716 commit a71f6f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions textproc/utf8proc/Makefile
@@ -1,7 +1,7 @@
PORTNAME= utf8proc
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
DISTVERSION= 2.9.0
CATEGORIES= textproc devel
MASTER_SITES= https://github.com/JuliaStrings/${PORTNAME}/releases/download/v${DISTVERSION}/

MAINTAINER= diizzy@FreeBSD.org
COMMENT= UTF-8 processing library
Expand All @@ -11,17 +11,14 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

USES= cmake

USE_GITHUB= yes
GH_ACCOUNT= JuliaStrings
USE_LDCONFIG= yes

CMAKE_ON= BUILD_SHARED_LIBS

PLIST_FILES= include/utf8proc.h \
lib/libutf8proc.so \
lib/libutf8proc.so.2 \
lib/libutf8proc.so.2.6.0 \
lib/libutf8proc.so.3 \
lib/libutf8proc.so.3.0.0 \
libdata/pkgconfig/libutf8proc.pc
PORTDOCS= NEWS.md README.md

Expand Down
6 changes: 3 additions & 3 deletions textproc/utf8proc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1667165430
SHA256 (JuliaStrings-utf8proc-v2.8.0_GH0.tar.gz) = a0a60a79fe6f6d54e7d411facbfcc867a6e198608f2cd992490e46f04b1bcecc
SIZE (JuliaStrings-utf8proc-v2.8.0_GH0.tar.gz) = 190310
TIMESTAMP = 1697842011
SHA256 (utf8proc-2.9.0.tar.gz) = bd215d04313b5bc42c1abedbcb0a6574667e31acee1085543a232204e36384c4
SIZE (utf8proc-2.9.0.tar.gz) = 190190

0 comments on commit a71f6f1

Please sign in to comment.