diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-02-02 12:09:20 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-02-02 12:09:20 +0000 |
commit | 538861460952f731a4ed9a3ac5e3a245e03bff1f (patch) | |
tree | c6b153078ee5789438146ac5cbfa1426cfc0b5f9 | |
parent | d3d42b4c5c561049a19b7efea5223d0e52d8eabd (diff) |
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
Notes
Notes:
svn path=/head/; revision=342276
-rw-r--r-- | ports-mgmt/pkg_rmleaves/Makefile | 12 | ||||
-rw-r--r-- | ports-mgmt/pkg_rmleaves/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg_rmleaves/pkg-descr | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/ports-mgmt/pkg_rmleaves/Makefile b/ports-mgmt/pkg_rmleaves/Makefile index dc1ce81b0afb..b9d1f92ba494 100644 --- a/ports-mgmt/pkg_rmleaves/Makefile +++ b/ports-mgmt/pkg_rmleaves/Makefile @@ -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 diff --git a/ports-mgmt/pkg_rmleaves/distinfo b/ports-mgmt/pkg_rmleaves/distinfo index 53dfbc1e2959..6cfe35b5ac94 100644 --- a/ports-mgmt/pkg_rmleaves/distinfo +++ b/ports-mgmt/pkg_rmleaves/distinfo @@ -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 --git a/ports-mgmt/pkg_rmleaves/pkg-descr b/ports-mgmt/pkg_rmleaves/pkg-descr index 18db9a6e3cec..e60e75e60e41 100644 --- a/ports-mgmt/pkg_rmleaves/pkg-descr +++ b/ports-mgmt/pkg_rmleaves/pkg-descr @@ -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. |