Index: head/devel/libunistring/Makefile =================================================================== --- head/devel/libunistring/Makefile (revision 428622) +++ head/devel/libunistring/Makefile (revision 428623) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= libunistring -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= takefu@airport.fm COMMENT= Unicode string library -LICENSE= GPLv3 LGPL3 +LICENSE= GPLv2 LGPL3+ LICENSE_COMB= dual +LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB USES= alias charsetfix gmake iconv libtool tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INFO= ${PORTNAME} OPTIONS_DEFINE= DOCS .include Index: head/devel/libunistring/distinfo =================================================================== --- head/devel/libunistring/distinfo (revision 428622) +++ head/devel/libunistring/distinfo (revision 428623) @@ -1,2 +1,3 @@ -SHA256 (libunistring-0.9.6.tar.xz) = 2df42eae46743e3f91201bf5c100041540a7704e8b9abfd57c972b2d544de41b -SIZE (libunistring-0.9.6.tar.xz) = 1960488 +TIMESTAMP = 1481789058 +SHA256 (libunistring-0.9.7.tar.xz) = 2e3764512aaf2ce598af5a38818c0ea23dedf1ff5460070d1b6cee5c3336e797 +SIZE (libunistring-0.9.7.tar.xz) = 1967300 Index: head/devel/libunistring/pkg-descr =================================================================== --- head/devel/libunistring/pkg-descr (revision 428622) +++ head/devel/libunistring/pkg-descr (revision 428623) @@ -1,6 +1,6 @@ GNU LIBUNISTRING - Unicode string library This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. -WWW: http://www.gnu.org/software/libunistring/ +WWW: https://www.gnu.org/software/libunistring/