From owner-svn-ports-all@freebsd.org Fri Jul 28 01:16:16 2017 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 E07A5DB565D; Fri, 28 Jul 2017 01:16:16 +0000 (UTC) (envelope-from dbaio@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 B01E06C0F2; Fri, 28 Jul 2017 01:16:16 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6S1GFuI082704; Fri, 28 Jul 2017 01:16:15 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6S1GF2p082702; Fri, 28 Jul 2017 01:16:15 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201707280116.v6S1GF2p082702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Fri, 28 Jul 2017 01:16:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446787 - head/devel/liblangtag X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/liblangtag X-SVN-Commit-Revision: 446787 X-SVN-Commit-Repository: ports 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: Fri, 28 Jul 2017 01:16:17 -0000 Author: dbaio Date: Fri Jul 28 01:16:15 2017 New Revision: 446787 URL: https://svnweb.freebsd.org/changeset/ports/446787 Log: devel/liblangtag: Update license, Fix WWW Approved by: portmgr (blanket) Modified: head/devel/liblangtag/Makefile head/devel/liblangtag/pkg-descr Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Fri Jul 28 01:14:54 2017 (r446786) +++ head/devel/liblangtag/Makefile Fri Jul 28 01:16:15 2017 (r446787) @@ -9,7 +9,7 @@ MASTER_SITES= https://bitbucket.org/tagoh/liblangtag/d MAINTAINER= office@FreeBSD.org COMMENT= Interface library to access tags for identifying languages -LICENSE= LGPL3 MPL +LICENSE= LGPL3 MPL20 LICENSE_COMB= dual LIB_DEPENDS= libxml2.so:textproc/libxml2 Modified: head/devel/liblangtag/pkg-descr ============================================================================== --- head/devel/liblangtag/pkg-descr Fri Jul 28 01:14:54 2017 (r446786) +++ head/devel/liblangtag/pkg-descr Fri Jul 28 01:16:15 2017 (r446787) @@ -1,4 +1,4 @@ liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC 5646. -WWW: http://tagoh.bitbucket.org/liblangtag/ +WWW: https://bitbucket.org/tagoh/liblangtag/wiki/Home