From owner-svn-ports-head@FreeBSD.ORG Wed Jun 25 08:06:11 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 A3A33FB; Wed, 25 Jun 2014 08:06:11 +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 9101D2752; Wed, 25 Jun 2014 08:06:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5P86BSd067624; Wed, 25 Jun 2014 08:06:11 GMT (envelope-from robak@svn.freebsd.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5P86BZ8067622; Wed, 25 Jun 2014 08:06:11 GMT (envelope-from robak@svn.freebsd.org) Message-Id: <201406250806.s5P86BZ8067622@svn.freebsd.org> From: Bartek Rutkowski Date: Wed, 25 Jun 2014 08:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359197 - head/devel/py-ToscaWidgets 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: Wed, 25 Jun 2014 08:06:11 -0000 Author: robak Date: Wed Jun 25 08:06:10 2014 New Revision: 359197 URL: http://svnweb.freebsd.org/changeset/ports/359197 QAT: https://qat.redports.org/buildarchive/r359197/ Log: devel/py-ToscaWidgets: change maintainer address - Change maintainer address to robak@FreeBSD.org - Minor URL fix in pkg-descr Approved by: swills (mentor) Modified: head/devel/py-ToscaWidgets/Makefile head/devel/py-ToscaWidgets/pkg-descr Modified: head/devel/py-ToscaWidgets/Makefile ============================================================================== --- head/devel/py-ToscaWidgets/Makefile Wed Jun 25 08:04:23 2014 (r359196) +++ head/devel/py-ToscaWidgets/Makefile Wed Jun 25 08:06:10 2014 (r359197) @@ -8,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@robakdesign.com +MAINTAINER= robak@FreeBSD.org COMMENT= Python framework for building reusable web components LICENSE= MIT Modified: head/devel/py-ToscaWidgets/pkg-descr ============================================================================== --- head/devel/py-ToscaWidgets/pkg-descr Wed Jun 25 08:04:23 2014 (r359196) +++ head/devel/py-ToscaWidgets/pkg-descr Wed Jun 25 08:06:10 2014 (r359197) @@ -3,4 +3,4 @@ The system allows a web developer to use application with ease - the internal complexity of the widget is hidden. This helps rapidly develop compelling web applications. -WWW: http://toscawidgets.org/ +WWW: http://toscawidgets.org