From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 06:55:45 2014 Return-Path: Delivered-To: svn-ports-all@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 43DC5C92; Wed, 9 Jul 2014 06:55:45 +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 331A02921; Wed, 9 Jul 2014 06:55:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s696tj46022739; Wed, 9 Jul 2014 06:55:45 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s696tj92022738; Wed, 9 Jul 2014 06:55:45 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201407090655.s696tj92022738@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 9 Jul 2014 06:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361339 - head/devel/yajl-tcl 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.18 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: Wed, 09 Jul 2014 06:55:45 -0000 Author: gahr Date: Wed Jul 9 06:55:44 2014 New Revision: 361339 URL: http://svnweb.freebsd.org/changeset/ports/361339 QAT: https://qat.redports.org/buildarchive/r361339/ Log: - Fix LICENSE Modified: head/devel/yajl-tcl/Makefile Modified: head/devel/yajl-tcl/Makefile ============================================================================== --- head/devel/yajl-tcl/Makefile Wed Jul 9 06:48:43 2014 (r361338) +++ head/devel/yajl-tcl/Makefile Wed Jul 9 06:55:44 2014 (r361339) @@ -8,7 +8,7 @@ CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org COMMENT= Tcl bindings for Yet Another JSON Library -LICENSE= BSD +LICENSE= BSD3CLAUSE LIB_DEPENDS= libyajl.so:${PORTSDIR}/devel/yajl