From owner-svn-ports-head@FreeBSD.ORG Wed Aug 6 21:30:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CFC0EC1 for ; Wed, 6 Aug 2014 21:30:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 021C62A8B for ; Wed, 6 Aug 2014 21:30:46 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 5f51 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 21:30:45 +0000 From: John Marino Date: Wed, 6 Aug 2014 21:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364221 - head/graphics/opencolorio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e29e85.5f51.52b4570c@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 06 Aug 2014 21:30:46 -0000 Author: marino Date: Wed Aug 6 21:30:45 2014 New Revision: 364221 URL: http://svnweb.freebsd.org/changeset/ports/364221 QAT: https://qat.redports.org/buildarchive/r364221/ Log: graphics/opencolorio: change BSD license => BSD3CLAUSE PR: 192438 Submitted by: maintainer: Shane Ambler Modified: head/graphics/opencolorio/Makefile Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Wed Aug 6 20:58:15 2014 (r364220) +++ head/graphics/opencolorio/Makefile Wed Aug 6 21:30:45 2014 (r364221) @@ -9,7 +9,7 @@ CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz COMMENT?= Complete color management solution -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= imageworks