Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2014 00:17:05 +0100
From:      Alexander Wittig <alexander@wittig.name>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185649: [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership
Message-ID:  <E1W1lK5-000KIy-7E@hotzenplotz.wittig.name>
Resent-Message-ID: <201401102320.s0ANK0tk012687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185649
>Category:       ports
>Synopsis:       [patch] ports-mgmt/pkg_rmleaves add pkgng support and take maintainership
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 10 23:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1W1lK5-000KIy-7E>