From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 17:31:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23C847D5; Mon, 22 Dec 2014 17:31:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 04C8D164; Mon, 22 Dec 2014 17:31:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMHVqeu057094; Mon, 22 Dec 2014 17:31:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMHVo2H056681; Mon, 22 Dec 2014 17:31:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412221731.sBMHVo2H056681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 22 Dec 2014 17:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375251 - in head: chinese/bsdconv-opencc chinese/bug5 chinese/chiconv converters/bsdconv converters/gbsdconv converters/p5-bsdconv converters/php5-bsdconv converters/py-bsdconv convert... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 17:31:53 -0000 Author: feld Date: Mon Dec 22 17:31:49 2014 New Revision: 375251 URL: https://svnweb.freebsd.org/changeset/ports/375251 QAT: https://qat.redports.org/buildarchive/r375251/ Log: Update "BSD" license for buganini's ports Modified: head/chinese/bsdconv-opencc/Makefile head/chinese/bug5/Makefile head/chinese/chiconv/Makefile head/converters/bsdconv/Makefile head/converters/gbsdconv/Makefile head/converters/p5-bsdconv/Makefile head/converters/php5-bsdconv/Makefile head/converters/py-bsdconv/Makefile head/converters/rubygem-bsdconv/Makefile Modified: head/chinese/bsdconv-opencc/Makefile ============================================================================== --- head/chinese/bsdconv-opencc/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/chinese/bsdconv-opencc/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -10,7 +10,7 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= OpenCC conversion module for bsdconv -LICENSE= BSD +LICENSE= ISCL BUILD_DEPENDS= ${LOCALBASE}/bin/bsdconv-mktable:${PORTSDIR}/converters/bsdconv LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv \ Modified: head/chinese/bug5/Makefile ============================================================================== --- head/chinese/bug5/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/chinese/bug5/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -9,7 +9,8 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= Big5/GBK <-> UTF-8 translating layer in terminal -LICENSE= BSD +LICENSE= BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv Modified: head/chinese/chiconv/Makefile ============================================================================== --- head/chinese/chiconv/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/chinese/chiconv/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -9,7 +9,7 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= Auto chinese encoding converter -LICENSE= BSD +LICENSE= ISCL LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv Modified: head/converters/bsdconv/Makefile ============================================================================== --- head/converters/bsdconv/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/converters/bsdconv/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -9,7 +9,7 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= BSD licensed charset/encoding converter library -LICENSE= BSD +LICENSE= ISCL USE_GITHUB= yes GH_ACCOUNT= buganini Modified: head/converters/gbsdconv/Makefile ============================================================================== --- head/converters/gbsdconv/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/converters/gbsdconv/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -9,7 +9,7 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= GUI for bsdconv -LICENSE= BSD +LICENSE= ISCL LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=8.0:${PORTSDIR}/converters/py-bsdconv Modified: head/converters/p5-bsdconv/Makefile ============================================================================== --- head/converters/p5-bsdconv/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/converters/p5-bsdconv/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -11,7 +11,7 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= Perl wrapper for bsdconv -LICENSE= BSD +LICENSE= ISCL LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv Modified: head/converters/php5-bsdconv/Makefile ============================================================================== --- head/converters/php5-bsdconv/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/converters/php5-bsdconv/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -10,7 +10,7 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= PHP wrapper for bsdconv -LICENSE= BSD +LICENSE= ISCL LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv Modified: head/converters/py-bsdconv/Makefile ============================================================================== --- head/converters/py-bsdconv/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/converters/py-bsdconv/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -10,7 +10,7 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${ MAINTAINER= buganini@gmail.com COMMENT= Python wrapper for bsdconv -LICENSE= BSD +LICENSE= ISCL LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv Modified: head/converters/rubygem-bsdconv/Makefile ============================================================================== --- head/converters/rubygem-bsdconv/Makefile Mon Dec 22 17:19:05 2014 (r375250) +++ head/converters/rubygem-bsdconv/Makefile Mon Dec 22 17:31:49 2014 (r375251) @@ -10,7 +10,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION MAINTAINER= buganini@gmail.com COMMENT= Ruby wrapper for bsdconv -LICENSE= BSD +LICENSE= ISCL LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv