Index: head/ports-mgmt/pkg_rmleaves/Makefile =================================================================== --- head/ports-mgmt/pkg_rmleaves/Makefile (revision 489826) +++ head/ports-mgmt/pkg_rmleaves/Makefile (revision 489827) @@ -1,24 +1,23 @@ # Created by: Timothy Redaelli # $FreeBSD$ PORTNAME= pkg_rmleaves -PORTVERSION= 20140222 +PORTVERSION= 20190108 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 COMMENT= Interactive script for deinstalling leaf packages LICENSE= BSD2CLAUSE NO_BUILD= yes - -WRKSRC= ${WRKDIR} PLIST_FILES= sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves ${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/ports-mgmt/pkg_rmleaves/distinfo =================================================================== --- head/ports-mgmt/pkg_rmleaves/distinfo (revision 489826) +++ head/ports-mgmt/pkg_rmleaves/distinfo (revision 489827) @@ -1,2 +1,3 @@ -SHA256 (pkg_rmleaves-20140222.tar.gz) = 2b2f7e19c96d885dab2c36bf2fdbdd30c9529a40ac3a77bda1d5fb1f7690c4a3 -SIZE (pkg_rmleaves-20140222.tar.gz) = 3179 +TIMESTAMP = 1546976450 +SHA256 (pkg_rmleaves-20190108.tar.gz) = 7bf8b8f88c26365582b771d8a57febcd4a75a2ba6ab605ce42d0dc1d01f46856 +SIZE (pkg_rmleaves-20190108.tar.gz) = 9216 Index: head/ports-mgmt/pkg_rmleaves/pkg-descr =================================================================== --- head/ports-mgmt/pkg_rmleaves/pkg-descr (revision 489826) +++ head/ports-mgmt/pkg_rmleaves/pkg-descr (revision 489827) @@ -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) for each one if you want to keep it or deinstall it.