git: 2ab4c64e83a5 - main - ports-mgmt/pkg_tree: cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 07:57:18 UTC
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ab4c64e83a569924c23143b22d9b67b1c54a25d commit 2ab4c64e83a569924c23143b22d9b67b1c54a25d Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2021-10-28 07:46:09 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2021-10-28 07:48:05 +0000 ports-mgmt/pkg_tree: cleanup - Switch to DISTVERSION - Switch to https MASTER_SITES - Pet portclippy PR: 259207 --- ports-mgmt/pkg_tree/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile index d96dcb439173..1d90b560059a 100644 --- a/ports-mgmt/pkg_tree/Makefile +++ b/ports-mgmt/pkg_tree/Makefile @@ -1,10 +1,10 @@ # Created by: Edwin Groothuis (edwin@mavetju.org) PORTNAME= pkg_tree -PORTVERSION= 1.1 +DISTVERSION= 1.1 PORTREVISION= 5 CATEGORIES= ports-mgmt -MASTER_SITES= http://www.mavetju.org/download/ +MASTER_SITES= https://www.mavetju.org/download/ MAINTAINER= tatsuki_makino@hotmail.com COMMENT= Get a 'graphical' tree-overview of installed packages @@ -14,9 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 shebangfix SHEBANG_FILES= pkg_tree - NO_ARCH= yes - PLIST_FILES= bin/pkg_tree \ man/man7/pkg_tree.7.gz