1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

ports-mgmt/pkg_rmleaves: update 20140222 -> 20190108 to support FBSD 12

- switch from GNU diff to BSD diff needs to be handled

PR:		234769, 234763
Reported by:	Lapo Luchini <lapo@lapo.it>
Submitted by:	alexander@wittig.name (maintainer)
This commit is contained in:
Kurt Jaeger 2019-01-09 20:41:04 +00:00
parent 94c888a715
commit 2e3620d7ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489827
3 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= pkg_rmleaves PORTNAME= pkg_rmleaves
PORTVERSION= 20140222 PORTVERSION= 20190108
CATEGORIES= ports-mgmt CATEGORIES= ports-mgmt
MASTER_SITES= http://alex.wittig.name/${PORTNAME}/ MASTER_SITES= https://files.wittig.name/${PORTNAME}/ \
http://files.wittig.name/${PORTNAME}/
MAINTAINER= alexander@wittig.name MAINTAINER= alexander@wittig.name
COMMENT= Interactive script for deinstalling leaf packages COMMENT= Interactive script for deinstalling leaf packages
@ -13,8 +14,6 @@ LICENSE= BSD2CLAUSE
NO_BUILD= yes NO_BUILD= yes
WRKSRC= ${WRKDIR}
PLIST_FILES= sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz PLIST_FILES= sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz
do-install: do-install:

View File

@ -1,2 +1,3 @@
SHA256 (pkg_rmleaves-20140222.tar.gz) = 2b2f7e19c96d885dab2c36bf2fdbdd30c9529a40ac3a77bda1d5fb1f7690c4a3 TIMESTAMP = 1546976450
SIZE (pkg_rmleaves-20140222.tar.gz) = 3179 SHA256 (pkg_rmleaves-20190108.tar.gz) = 7bf8b8f88c26365582b771d8a57febcd4a75a2ba6ab605ce42d0dc1d01f46856
SIZE (pkg_rmleaves-20190108.tar.gz) = 9216

View File

@ -1,3 +1,3 @@
pkg_rmleaves finds packages that are not required (depended on) by any pkg_rmleaves finds packages that are not required (depended on) by any
other installed package and lets you decide (in a beautiful dialog interface) other installed package and lets you decide (in a beautiful dialog interface)
for each one if you want to keep it or deinstall it. for each one if you want to keep it or deinstall it.