From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 18:34:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28C261F4; Mon, 8 Jun 2015 18:34:07 +0000 (UTC) (envelope-from bofh@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16C471DC8; Mon, 8 Jun 2015 18:34:07 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58IY6iK069420; Mon, 8 Jun 2015 18:34:06 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58IY6t2069419; Mon, 8 Jun 2015 18:34:06 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201506081834.t58IY6t2069419@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 8 Jun 2015 18:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388852 - head/ports-mgmt/pkg_cutleaves 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.20 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: Mon, 08 Jun 2015 18:34:07 -0000 Author: bofh Date: Mon Jun 8 18:34:06 2015 New Revision: 388852 URL: https://svnweb.freebsd.org/changeset/ports/388852 Log: ports-mgmt/pkg_cutleaves: Add LICENSE (BSD2CLAUSE) - Take MAINTAINERSHIP Approved by: stefan (maintainer) Modified: head/ports-mgmt/pkg_cutleaves/Makefile Modified: head/ports-mgmt/pkg_cutleaves/Makefile ============================================================================== --- head/ports-mgmt/pkg_cutleaves/Makefile Mon Jun 8 18:25:05 2015 (r388851) +++ head/ports-mgmt/pkg_cutleaves/Makefile Mon Jun 8 18:34:06 2015 (r388852) @@ -7,9 +7,11 @@ CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none -MAINTAINER= stefan@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Interactive script for deinstalling 'leaf' packages +LICENSE= BSD2CLAUSE + NO_BUILD= yes USES= perl5