Date: Thu, 15 Dec 2016 16:18:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428623 - head/devel/libunistring Message-ID: <201612151618.uBFGIcUf083179@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 15 16:18:37 2016 New Revision: 428623 URL: https://svnweb.freebsd.org/changeset/ports/428623 Log: - Update to 0.9.7 - While I'm here, add LICENSE_FILE and update WWW Changes: http://git.savannah.gnu.org/cgit/libunistring.git/tree/NEWS PR: 215310 Submitted by: Takefu <takefu@airport.fm> (maintainer) Modified: head/devel/libunistring/Makefile head/devel/libunistring/distinfo head/devel/libunistring/pkg-descr Modified: head/devel/libunistring/Makefile ============================================================================== --- head/devel/libunistring/Makefile Thu Dec 15 15:27:13 2016 (r428622) +++ head/devel/libunistring/Makefile Thu Dec 15 16:18:37 2016 (r428623) @@ -1,15 +1,16 @@ # $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 Modified: head/devel/libunistring/distinfo ============================================================================== --- head/devel/libunistring/distinfo Thu Dec 15 15:27:13 2016 (r428622) +++ head/devel/libunistring/distinfo Thu Dec 15 16:18:37 2016 (r428623) @@ -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 Modified: head/devel/libunistring/pkg-descr ============================================================================== --- head/devel/libunistring/pkg-descr Thu Dec 15 15:27:13 2016 (r428622) +++ head/devel/libunistring/pkg-descr Thu Dec 15 16:18:37 2016 (r428623) @@ -3,4 +3,4 @@ GNU LIBUNISTRING - Unicode string librar 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612151618.uBFGIcUf083179>