From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 11:21: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 5678BB21; Fri, 20 Jun 2014 11:21:46 +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 4313E2417; Fri, 20 Jun 2014 11:21:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KBLkHk054098; Fri, 20 Jun 2014 11:21:46 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KBLkUK054096; Fri, 20 Jun 2014 11:21:46 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201406201121.s5KBLkUK054096@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 20 Jun 2014 11:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358559 - head/www/py-aiohttp 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 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: Fri, 20 Jun 2014 11:21:46 -0000 Author: koobs Date: Fri Jun 20 11:21:45 2014 New Revision: 358559 URL: http://svnweb.freebsd.org/changeset/ports/358559 QAT: https://qat.redports.org/buildarchive/r358559/ Log: www/py-aiohttp: Add LICENSE (BSD2CLAUSE) - Add LICENSE (BSD2CLAUSE) [1] [1] https://github.com/KeepSafe/aiohttp/issues/77 Modified: head/www/py-aiohttp/Makefile Modified: head/www/py-aiohttp/Makefile ============================================================================== --- head/www/py-aiohttp/Makefile Fri Jun 20 11:20:06 2014 (r358558) +++ head/www/py-aiohttp/Makefile Fri Jun 20 11:21:45 2014 (r358559) @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= HTTP client/server for asyncio +LICENSE= BSD2CLAUSE + OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools for test suite TESTS_BUILD_DEPENDS= ${RUN_DEPENDS} \