1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

ports-mgmt/pkg_rmleaves: Update 20231217 => 20260412

Changelog:
* Show at most 250 leaf packages at a time (over multiple dialogs if needed)
  to stay within ARG_MAX kernel limit for command line arguments to bsddialog.
* Support for the very old FreeBSD pkg_delete package manager is now deprecated
  and will be removed completely in next release.

Port changes:
* Pet portfmt: add newline PLIST_FILES.
* Switch to PORTVERSION.

PR:		294435
See also:	294368
Reported by:	Alexander Wittig <alexander@wittig.name> (maintainer)
Reported by:	Cy Schubert <cy@FreeBSD.org>
Approved by:	osa, vvd (mentors)
MFH:		2026Q2
This commit is contained in:
Alexander Wittig
2026-04-12 22:52:55 +03:00
committed by Yusuf Yaman
parent 45798a00f6
commit df9cfd6f51
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
PORTNAME= pkg_rmleaves
DISTVERSION= 20231217
PORTVERSION= 20260412
CATEGORIES= ports-mgmt
MASTER_SITES= https://files.wittig.name/${PORTNAME}/ \
http://files.wittig.name/${PORTNAME}/
@@ -14,7 +14,8 @@ RUN_DEPENDS= bsddialog:devel/bsddialog
NO_BUILD= yes
PLIST_FILES= sbin/pkg_rmleaves share/man/man1/pkg_rmleaves.1.gz
PLIST_FILES= sbin/pkg_rmleaves \
share/man/man1/pkg_rmleaves.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1702815832
SHA256 (pkg_rmleaves-20231217.tar.gz) = 23656a09ecaa766c295cf59fd2e3b80c43a07b1cd0b475876149c8a082e6bc40
SIZE (pkg_rmleaves-20231217.tar.gz) = 9216
TIMESTAMP = 1776023473
SHA256 (pkg_rmleaves-20260412.tar.gz) = 2d2408f1c12bba645597f1c2e04ebb8a823b6ef0c204f75edbb2286e17ee2938
SIZE (pkg_rmleaves-20260412.tar.gz) = 9216