From owner-freebsd-ports@freebsd.org Thu Apr 1 10:32:59 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46D075C76FC for ; Thu, 1 Apr 2021 10:32:59 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from ste-pvt-msa1.bahnhof.se (ste-pvt-msa1.bahnhof.se [213.80.101.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9zzG19nXz3L9r for ; Thu, 1 Apr 2021 10:32:57 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTP id C88C93F5C8 for ; Thu, 1 Apr 2021 12:32:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bahnhof.se X-Amavis-Alert: BAD HEADER SECTION, Improper folded header field made up entirely of whitespace (char 20 hex): X-Spam-Report: ...that system for details. Content previ[...] X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=6.31 tests=[BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no Received: from ste-pvt-msa1.bahnhof.se ([127.0.0.1]) by localhost (ste-pvt-msa1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8dyxqW4XxJJR for ; Thu, 1 Apr 2021 12:32:53 +0200 (CEST) Received: by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTPA id 913E83F25D for ; Thu, 1 Apr 2021 12:32:53 +0200 (CEST) Received: from localhost.lan ([127.0.0.1]:32897 helo=localhost) by renner.se with esmtp (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lRudA-000CUc-RI for freebsd-ports@freebsd.org; Thu, 01 Apr 2021 12:32:52 +0200 Received: from OpenWRT.lan (OpenWRT.lan [192.168.1.1]) by renner.se (Horde Framework) with HTTPS; Thu, 01 Apr 2021 12:32:52 +0200 Date: Thu, 01 Apr 2021 12:32:52 +0200 Message-ID: <20210401123252.Horde.7_V-YzZYK_DrzF7Cah4DzY-@renner.se> From: Jimmy Renner To: freebsd-ports@freebsd.org Subject: Re: No update for a day on ports? References: <20210401082247.668e4394@zeta.dino.sk> <3b7de439-12a1-70a4-7aec-8b2a9fde38ba@heuristicsystems.com.au> <20210401095527.7de7a28e@raksha.tavi.co.uk> In-Reply-To: <20210401095527.7de7a28e@raksha.tavi.co.uk> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Rspamd-Queue-Id: 4F9zzG19nXz3L9r X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of jimbo@renner.se has no SPF policy when checking 213.80.101.70) smtp.mailfrom=jimbo@renner.se X-Spamd-Result: default: False [0.20 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[213.80.101.70:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[213.80.101.70:from:127.0.2.255]; DMARC_NA(0.00)[renner.se]; NEURAL_SPAM_SHORT(0.40)[0.400]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8473, ipnet:213.80.96.0/19, country:SE]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-ports]; RCVD_IN_DNSWL_LOW(-0.10)[213.80.101.70:from] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2021 10:32:59 -0000 Citerar Bob Eager : > On Thu, 1 Apr 2021 19:47:01 +1100 > Dewayne Geraghty wrote: > >> Would appreciate if anyone can provide insight as to the 4 git >> commands that I need to function, in a manner similar to the way I >> use svnlite use. Git equivalents for: >> >> svnlite update /usr/ports >> svnlite update -r '{$YYYY-$MM-$DD}' /usr/ports/$category/$port >> svnlite log -l $N /usr/ports/$category/$port >> svnlite diff /usr/ports/$category/$port > > I got a partial answer. There is a port, net/gitup, that will do an > update of sorts. (Note: I was just told 'gitup' and there is an old > port, now renamed 'git-up', which is not the right one). >> >> I'm sure many other users would have a similar usage (and similar >> non-knowledge of git) > > Indeed. I feel this should have been done in advance. And been in > Appendix A of the Handbook in plenty of time. > >> As a minor aside, has anyone stated the reason why the user-base of >> base or ports are moving to git? > > Going with the fashion, IMO. But I will no doubt get shouted down. > If it is deprecated where do I find the information I need, this does not help: https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/ports-using.html Cheers, Jimmy