Bug 185649 - [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership
Summary: [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 23:20 UTC by alexander
Modified: 2014-02-02 12:10 UTC (History)
0 users

See Also:


Attachments
pkg_rmleaves.diff (1.86 KB, patch)
2014-01-10 23:20 UTC, alexander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description alexander 2014-01-10 23:20:00 UTC
Update the script to automatically detect (using code from portmaster) and
use pkgng if available.

The script seems to be abandoned, so based on advice by eadler@ via
private communication I'm hosting the updated script and taking maintainership.

Fix: Attached port diff updates the port to use my new version of the script.
Comment 1 alexander 2014-01-12 19:18:30 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.=
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2014-02-02 11:12:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->matthew

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-02 12:09:28 UTC
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"
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2014-02-02 12:10:15 UTC
State Changed
From-To: open->closed

Committed, thanks!