From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 21:46:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 403E8AB0; Sat, 9 Nov 2013 21:46:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C32E24B7; Sat, 9 Nov 2013 21:46:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9LkSRN053538; Sat, 9 Nov 2013 21:46:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9LkRvB053536; Sat, 9 Nov 2013 21:46:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311092146.rA9LkRvB053536@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Nov 2013 21:46:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333341 - head/x11-toolkits/p5-Glade2 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.14 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: Sat, 09 Nov 2013 21:46:28 -0000 Author: sunpoet Date: Sat Nov 9 21:46:27 2013 New Revision: 333341 URL: http://svnweb.freebsd.org/changeset/ports/333341 Log: - Add LICENSE - Pass maintainership to submitter - While I'm here: - Remove EXTRACT_DEPENDS - Remove Author line PR: ports/183686 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/x11-toolkits/p5-Glade2/Makefile head/x11-toolkits/p5-Glade2/pkg-descr (contents, props changed) Modified: head/x11-toolkits/p5-Glade2/Makefile ============================================================================== --- head/x11-toolkits/p5-Glade2/Makefile Sat Nov 9 21:46:22 2013 (r333340) +++ head/x11-toolkits/p5-Glade2/Makefile Sat Nov 9 21:46:27 2013 (r333341) @@ -11,10 +11,11 @@ PKGNAMEPREFIX= p5- PKGNAMESUFFIX= 2 DISTNAME= Gtk2-GladeXML-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Gtk2-Perl bindings to libglade2 -EXTRACT_DEPENDS=p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends +LICENSE= GPLv2 + BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ Modified: head/x11-toolkits/p5-Glade2/pkg-descr ============================================================================== --- head/x11-toolkits/p5-Glade2/pkg-descr Sat Nov 9 21:46:22 2013 (r333340) +++ head/x11-toolkits/p5-Glade2/pkg-descr Sat Nov 9 21:46:27 2013 (r333341) @@ -9,5 +9,4 @@ yet you can load a file's contents into expressions to customize things and the load up the app. It doesn't get any easier. -Author: Gtk2-Perl Team WWW: http://gtk2-perl.sourceforge.net/