From owner-svn-ports-all@FreeBSD.ORG Fri Jun 21 12:41:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1699A66A; Fri, 21 Jun 2013 12:41:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 089B81DCE; Fri, 21 Jun 2013 12:41:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5LCfY0D077014; Fri, 21 Jun 2013 12:41:34 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5LCfYB1077013; Fri, 21 Jun 2013 12:41:34 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201306211241.r5LCfYB1077013@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 21 Jun 2013 12:41:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321468 - head/net/turses 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.14 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, 21 Jun 2013 12:41:35 -0000 Author: koobs Date: Fri Jun 21 12:41:33 2013 New Revision: 321468 URL: http://svnweb.freebsd.org/changeset/ports/321468 Log: net/turses: Fix spelling of LICENSE Modified: head/net/turses/Makefile Modified: head/net/turses/Makefile ============================================================================== --- head/net/turses/Makefile Fri Jun 21 12:35:50 2013 (r321467) +++ head/net/turses/Makefile Fri Jun 21 12:41:33 2013 (r321468) @@ -17,7 +17,7 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock -LICENCE= GPLv3 +LICENSE= GPLv3 OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools for unit tests