Summary: | [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | alexander | ||||
Component: | Individual Port(s) | Assignee: | Matthew Seaman <matthew> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
alexander
2014-01-10 23:20:00 UTC
I=92m sorry, this is neither supposed to be flagged as =93Severity: = serious=94 nor as =93Priority: medium=94. Instead, both should probably = be the lowest possible.= Responsible Changed From-To: freebsd-ports-bugs->matthew Take 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. _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |