Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2017 14:28:38 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457461 - head/devel/libunistring
Message-ID:  <201712281428.vBSEScYj047788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 28 14:28:38 2017
New Revision: 457461
URL: https://svnweb.freebsd.org/changeset/ports/457461

Log:
  devel/libunistring: Update to 0.9.8
  
  PR:		224631
  Submitted by:	Takefu <takefu@airport.fm> (maintainer)

Modified:
  head/devel/libunistring/Makefile
  head/devel/libunistring/distinfo
  head/devel/libunistring/pkg-plist

Modified: head/devel/libunistring/Makefile
==============================================================================
--- head/devel/libunistring/Makefile	Thu Dec 28 13:53:53 2017	(r457460)
+++ head/devel/libunistring/Makefile	Thu Dec 28 14:28:38 2017	(r457461)
@@ -1,16 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	libunistring
-PORTVERSION=	0.9.7
+PORTVERSION=	0.9.8
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
 MAINTAINER=	takefu@airport.fm
 COMMENT=	Unicode string library
 
-LICENSE=	GPLv2 LGPL3+
-LICENSE_COMB=	dual
-LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LIB
+LICENSE=	GPLv2 LGPL3+ GFDL
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LIB
+LICENSE_FILE_GFDL=	${WRKSRC}/doc/libunistring.texi
 
 USES=		alias charsetfix gmake iconv libtool tar:xz
 USE_LDCONFIG=	yes
@@ -19,5 +21,6 @@ INSTALL_TARGET=	install-strip
 INFO=		${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
+CONFIGURE_ARGS=	--disable-static
 
 .include <bsd.port.mk>

Modified: head/devel/libunistring/distinfo
==============================================================================
--- head/devel/libunistring/distinfo	Thu Dec 28 13:53:53 2017	(r457460)
+++ head/devel/libunistring/distinfo	Thu Dec 28 14:28:38 2017	(r457461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481789058
-SHA256 (libunistring-0.9.7.tar.xz) = 2e3764512aaf2ce598af5a38818c0ea23dedf1ff5460070d1b6cee5c3336e797
-SIZE (libunistring-0.9.7.tar.xz) = 1967300
+TIMESTAMP = 1514436136
+SHA256 (libunistring-0.9.8.tar.xz) = 7b9338cf52706facb2e18587dceda2fbc4a2a3519efa1e15a3f2a68193942f80
+SIZE (libunistring-0.9.8.tar.xz) = 2029068

Modified: head/devel/libunistring/pkg-plist
==============================================================================
--- head/devel/libunistring/pkg-plist	Thu Dec 28 13:53:53 2017	(r457460)
+++ head/devel/libunistring/pkg-plist	Thu Dec 28 14:28:38 2017	(r457461)
@@ -40,7 +40,6 @@ include/unilbrk.h
 include/uninorm.h
 include/unicase.h
 include/unigbrk.h
-lib/libunistring.a
 lib/libunistring.so
 lib/libunistring.so.2
-lib/libunistring.so.2.0.0
+lib/libunistring.so.2.1.0



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