svn commit: r388852 - head/ports-mgmt/pkg_cutleaves

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Jun 8 18:34:07 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Interactive script for deinstalling 'leaf' packages
 
+LICENSE=	BSD2CLAUSE
+
 NO_BUILD=	yes
 USES=		perl5
 


More information about the svn-ports-all mailing list