From root@wittig.name  Fri Jan 10 23:17:10 2014
Return-Path: <root@wittig.name>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id EA515928
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Jan 2014 23:17:09 +0000 (UTC)
Received: from hotzenplotz.wittig.name (hotzenplotz.wittig.name [IPv6:2a03:2900:7:23::2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id A555C19A9
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Jan 2014 23:17:09 +0000 (UTC)
Received: from root by hotzenplotz.wittig.name with local (Exim 4.82 (FreeBSD))
	(envelope-from <root@wittig.name>)
	id 1W1lK5-000KIy-7E
	for FreeBSD-gnats-submit@freebsd.org; Sat, 11 Jan 2014 00:17:05 +0100
Message-Id: <E1W1lK5-000KIy-7E@hotzenplotz.wittig.name>
Date: Sat, 11 Jan 2014 00:17:05 +0100
From: Alexander Wittig <alexander@wittig.name>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         185649
>Category:       ports
>Synopsis:       [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    matthew
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 10 23:20:00 UTC 2014
>Closed-Date:    Sun Feb 02 12:10:32 UTC 2014
>Last-Modified:  Sun Feb 02 12:10:32 UTC 2014
>Originator:     Alexander Wittig
>Release:        FreeBSD 10.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD hotzenplotz.wittig.name 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r260185: Thu Jan 2 11:39:30 CET 2014 root@hotzenplotz.wittig.name:/usr/obj/usr/src/sys/ALEX amd64


	
>Description:
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.
>How-To-Repeat:

>Fix:
Attached port diff updates the port to use my new version of the script.

--- pkg_rmleaves.diff begins here ---
diff -u pkg_rmleaves/Makefile /home/alex/pkg_rmleaves/port/Makefile
--- pkg_rmleaves/Makefile	2013-12-11 08:52:30.000000000 +0100
+++ /home/alex/pkg_rmleaves/port/Makefile	2014-01-11 00:05:35.000000000 +0100
@@ -2,12 +2,14 @@
 # $FreeBSD: head/ports-mgmt/pkg_rmleaves/Makefile 335361 2013-12-01 03:41:06Z eadler $
 
 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
 
diff -u pkg_rmleaves/distinfo /home/alex/pkg_rmleaves/port/distinfo
--- pkg_rmleaves/distinfo	2013-12-11 08:52:30.000000000 +0100
+++ /home/alex/pkg_rmleaves/port/distinfo	2014-01-10 23:50:05.000000000 +0100
@@ -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
diff -u pkg_rmleaves/pkg-descr /home/alex/pkg_rmleaves/port/pkg-descr
--- pkg_rmleaves/pkg-descr	2013-12-11 08:52:30.000000000 +0100
+++ /home/alex/pkg_rmleaves/port/pkg-descr	2013-11-12 12:18:14.000000000 +0100
@@ -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.
--- pkg_rmleaves.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Alexander Wittig <alexander@wittig.name>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185649: [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership
Date: Sun, 12 Jan 2014 20:18:30 +0100

 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 
Responsible-Changed-By: matthew 
Responsible-Changed-When: Sun Feb 2 11:12:46 UTC 2014 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185649 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185649: commit references a PR
Date: Sun,  2 Feb 2014 12:09:28 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: matthew 
State-Changed-When: Sun Feb 2 12:10:15 UTC 2014 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185649 
>Unformatted:
