Date: Tue, 7 Mar 2023 13:53:37 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a9247f5c853c - main - net/gitup: Update to 0.98-2 (bugfixes) Message-ID: <202303071353.327DrbdF025986@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9247f5c853c62a702d42b2584853794c32946e9 commit a9247f5c853c62a702d42b2584853794c32946e9 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-03-07 13:49:15 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-03-07 13:49:15 +0000 net/gitup: Update to 0.98-2 (bugfixes) ChangeLog: - File and permission changes are not being properly processed https://github.com/johnmehr/gitup/issues/89 - gitup chokes on unrelated .git directory https://github.com/johnmehr/gitup/issues/88 MFH: 2023Q1 (bugfixes) --- net/gitup/Makefile | 3 ++- net/gitup/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/gitup/Makefile b/net/gitup/Makefile index f9a7b4a9d4d1..cc598adf7e00 100644 --- a/net/gitup/Makefile +++ b/net/gitup/Makefile @@ -1,5 +1,6 @@ PORTNAME= gitup -DISTVERSION= 0.98 +DISTVERSION= 0.98-2 +DISTVERSIONSUFFIX= -g8274df4 CATEGORIES= net MAINTAINER= eduardo@FreeBSD.org diff --git a/net/gitup/distinfo b/net/gitup/distinfo index 04d4fcf65e14..5cae5fbd5ae2 100644 --- a/net/gitup/distinfo +++ b/net/gitup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669834093 -SHA256 (johnmehr-gitup-0.98_GH0.tar.gz) = 7c2721ccde156313a4adca222ce1fbe8b10e307d7cf6702295de6c46b69f2e9d -SIZE (johnmehr-gitup-0.98_GH0.tar.gz) = 31123 +TIMESTAMP = 1678196045 +SHA256 (johnmehr-gitup-0.98-2-g8274df4_GH0.tar.gz) = 192d079f236f32f0e42142be158b09a9bb006223186c2b2de68fbb1b82283a6b +SIZE (johnmehr-gitup-0.98-2-g8274df4_GH0.tar.gz) = 31341
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303071353.327DrbdF025986>