From owner-svn-ports-all@freebsd.org Thu Dec 15 16:18:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7625AC81E3F; Thu, 15 Dec 2016 16:18:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D5001F9; Thu, 15 Dec 2016 16:18:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBFGIc7r083182; Thu, 15 Dec 2016 16:18:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBFGIcUf083179; Thu, 15 Dec 2016 16:18:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612151618.uBFGIcUf083179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Dec 2016 16:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428623 - head/devel/libunistring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 16:18:39 -0000 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 (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/