Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 12:09:20 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342276 - head/ports-mgmt/pkg_rmleaves
Message-ID:  <201402021209.s12C9KiG021148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sun Feb  2 12:09:20 2014
New Revision: 342276
URL: http://svnweb.freebsd.org/changeset/ports/342276
QAT: https://qat.redports.org/buildarchive/r342276/

Log:
  Assign maintainership to submitter
  Update to 20140110
  
         - Support for pkg(8)
  
  Tweak WRKSRC setting from the original submission so staging and
  packaging works properly.  The distfile unpacks directly into $PWD,
  which is not considered the best practice.
  
  PR:		185649
  Submitted by:	Alexander Wittig

Modified:
  head/ports-mgmt/pkg_rmleaves/Makefile
  head/ports-mgmt/pkg_rmleaves/distinfo
  head/ports-mgmt/pkg_rmleaves/pkg-descr

Modified: head/ports-mgmt/pkg_rmleaves/Makefile
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/Makefile	Sun Feb  2 12:05:23 2014	(r342275)
+++ head/ports-mgmt/pkg_rmleaves/Makefile	Sun Feb  2 12:09:20 2014	(r342276)
@@ -2,16 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	pkg_rmleaves
-PORTVERSION=	20050922
+PORTVERSION=	20140110
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	http://utenti.gufi.org/~drizzt/codes/ports/${PORTNAME}/
+MASTER_SITES=	http://alex.wittig.name/${PORTNAME}/
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Interactive script for deinstalling 'leaf' packages
+MAINTAINER=	alexander@wittig.name
+COMMENT=	Interactive script for deinstalling leaf packages
+
+LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}
 
 PLIST_FILES=	sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz
 

Modified: head/ports-mgmt/pkg_rmleaves/distinfo
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/distinfo	Sun Feb  2 12:05:23 2014	(r342275)
+++ head/ports-mgmt/pkg_rmleaves/distinfo	Sun Feb  2 12:09:20 2014	(r342276)
@@ -1,2 +1,2 @@
-SHA256 (pkg_rmleaves-20050922.tar.gz) = 624d29588d6456bf0082216bf5a10f6955056a4d2cb958b6b7a39d999e4afb08
-SIZE (pkg_rmleaves-20050922.tar.gz) = 2571
+SHA256 (pkg_rmleaves-20140110.tar.gz) = e0ac071a2d774843a597268830000a81c423eb5ade1cb0a5c66fad20e4559382
+SIZE (pkg_rmleaves-20140110.tar.gz) = 3167

Modified: head/ports-mgmt/pkg_rmleaves/pkg-descr
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/pkg-descr	Sun Feb  2 12:05:23 2014	(r342275)
+++ head/ports-mgmt/pkg_rmleaves/pkg-descr	Sun Feb  2 12:09:20 2014	(r342276)
@@ -1,3 +1,3 @@
-pkg_rmleaves finds packages that are not requested by any other installed
-package and lets you decide (in a beauty dialog interface) for each one
-if you want to keep it or delete it.
+pkg_rmleaves finds packages that are not required (depended on) by any 
+other installed package and lets you decide (in a beautiful dialog interface)
+for each one if you want to keep it or deinstall it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021209.s12C9KiG021148>