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
This commit is contained in:
parent
d3d42b4c5c
commit
5388614609
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342276
3 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue