Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2022 11:54:57 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70d66aeb1703 - main - devel/libunistring: Update to 1.0
Message-ID:  <202201121154.20CBsvF0044140@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70d66aeb17039f9769903223046b3d63f69e32aa

commit 70d66aeb17039f9769903223046b3d63f69e32aa
Author:     Kenji Takefu <takefu@airport.fm>
AuthorDate: 2022-01-12 07:51:10 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-01-12 11:53:25 +0000

    devel/libunistring: Update to 1.0
    
    PR:     261099
    Reported by:    takefu@airport.fm (maintainer)
---
 devel/libunistring/Makefile  | 15 ++++++---------
 devel/libunistring/distinfo  |  6 +++---
 devel/libunistring/pkg-plist |  3 ++-
 3 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile
index 49b4e327fee0..32aada6ea743 100644
--- a/devel/libunistring/Makefile
+++ b/devel/libunistring/Makefile
@@ -1,28 +1,25 @@
 PORTNAME=	libunistring
-PORTVERSION=	0.9.10
-PORTREVISION=	1
+PORTVERSION=	1.0
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
 MAINTAINER=	takefu@airport.fm
 COMMENT=	Unicode string library
 
-LICENSE=	GPLv2 LGPL3+ GFDL
+LICENSE=	GFDL GPLv2 LGPL3+
 LICENSE_COMB=	multi
+LICENSE_FILE_GFDL=	${WRKSRC}/doc/libunistring.texi
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LIB
-LICENSE_FILE_GFDL=	${WRKSRC}/doc/libunistring.texi
 
 USES=		alias charsetfix cpe iconv libtool tar:xz
+CPE_VENDOR=	gnu
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-static
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 INFO=		${PORTNAME}
-CPE_VENDOR=	gnu
-
 OPTIONS_DEFINE=	DOCS
-CONFIGURE_ARGS=	--disable-static
-
-TEST_TARGET=	check
 
 .include <bsd.port.mk>
diff --git a/devel/libunistring/distinfo b/devel/libunistring/distinfo
index f35ebb4338a5..f57a0f73737e 100644
--- a/devel/libunistring/distinfo
+++ b/devel/libunistring/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528262535
-SHA256 (libunistring-0.9.10.tar.xz) = eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7
-SIZE (libunistring-0.9.10.tar.xz) = 2051320
+TIMESTAMP = 1641873101
+SHA256 (libunistring-1.0.tar.xz) = 5bab55b49f75d77ed26b257997e919b693f29fd4a1bc22e0e6e024c246c72741
+SIZE (libunistring-1.0.tar.xz) = 2367800
diff --git a/devel/libunistring/pkg-plist b/devel/libunistring/pkg-plist
index 27640f1e04e0..fea4ca899503 100644
--- a/devel/libunistring/pkg-plist
+++ b/devel/libunistring/pkg-plist
@@ -12,6 +12,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/libunistring_2.html
 %%PORTDOCS%%%%DOCSDIR%%/libunistring_20.html
 %%PORTDOCS%%%%DOCSDIR%%/libunistring_21.html
+%%PORTDOCS%%%%DOCSDIR%%/libunistring_22.html
 %%PORTDOCS%%%%DOCSDIR%%/libunistring_3.html
 %%PORTDOCS%%%%DOCSDIR%%/libunistring_4.html
 %%PORTDOCS%%%%DOCSDIR%%/libunistring_5.html
@@ -43,4 +44,4 @@ include/unicase.h
 include/unigbrk.h
 lib/libunistring.so
 lib/libunistring.so.2
-lib/libunistring.so.2.1.0
+lib/libunistring.so.2.2.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201121154.20CBsvF0044140>