Re: git: 81b6dcb645ee - main - databases/redis*: Refine ports

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Wed, 03 Apr 2024 05:00:25 UTC
From: Matthias Fechner <mfechner@freebsd.org>
Subject: Re: git: 81b6dcb645ee - main - databases/redis*: Refine ports
Date: Wed, 3 Apr 2024 07:50:14 +0300

> Am 03.04.2024 um 07:36 schrieb Yasuhiro Kimura:
> 
>> * Pet portclippy.
> 
> just to learn something new, what is portclippy?
> 
> Gruß
> Matthias

It is installed with ports-mgmt/portfmt and checks the order of
variables in Makefie. I use it as following.

% cd /usr/port/category/name
% portclippy Makefile | diff -u Makefile -

---
Yasuhiro Kimura