Re: git: fcde03e75003 - main - net/remmina: update to 1.4.33
- In reply to: Fernando_Apesteguía : "Re: git: fcde03e75003 - main - net/remmina: update to 1.4.33"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Oct 2023 16:55:59 UTC
On Sun, Oct 22, 2023 at 6:29 PM Fernando Apesteguía <fernape@freebsd.org> wrote: > > > On Sun, Oct 22, 2023 at 6:21 PM Fernando Apesteguía <fernape@freebsd.org> > wrote: > >> The branch main has been updated by fernape: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=fcde03e75003a6f1b1675876242925bf997a4457 >> >> commit fcde03e75003a6f1b1675876242925bf997a4457 >> Author: Fernando Apesteguía <fernape@FreeBSD.org> >> AuthorDate: 2023-10-21 11:49:18 +0000 >> Commit: Fernando Apesteguía <fernape@FreeBSD.org> >> CommitDate: 2023-10-22 16:21:22 +0000 >> >> net/remmina: update to 1.4.33 >> >> ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v.1.4.33 >> >> * Add shortcut for 'send clipboard as keystrokes' >> * Make keeping window open on session disconnect configurable >> * Fix crash cause by using freed memory >> >> MFH: 2023Q4 (bugfixes) >> --- >> devel/performance/Makefile | 3 +-- >> devel/performance/distinfo | 5 +++-- >> net/remmina/Makefile | 2 +- >> 3 files changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/devel/performance/Makefile b/devel/performance/Makefile >> index c90b9375ad73..0ef7d71acf3c 100644 >> --- a/devel/performance/Makefile >> +++ b/devel/performance/Makefile >> @@ -1,6 +1,5 @@ >> PORTNAME= performance >> -PORTVERSION= 0.5.0 >> -PORTREVISION= 7 >> +PORTVERSION= 0.6.0 >> CATEGORIES= devel gnustep >> MASTER_SITES= GNUSTEP/libs >> DISTNAME= Performance-${PORTVERSION} >> diff --git a/devel/performance/distinfo b/devel/performance/distinfo >> index f15b98dd4908..9bad3fb53f79 100644 >> --- a/devel/performance/distinfo >> +++ b/devel/performance/distinfo >> @@ -1,2 +1,3 @@ >> -SHA256 (Performance-0.5.0.tar.gz) = >> 305fe21705a9774becb58f076542919da38c36867d946b69f735fecfa5bc8459 >> -SIZE (Performance-0.5.0.tar.gz) = 50569 >> +TIMESTAMP = 1697789206 >> +SHA256 (Performance-0.6.0.tar.gz) = >> cc1ec0dbc6157eb5680bfedbe5d47f45f94772bca41a782d587d1b994f42a66f >> +SIZE (Performance-0.6.0.tar.gz) = 56850 >> diff --git a/net/remmina/Makefile b/net/remmina/Makefile >> index 46a67aadf984..1c789bcf8c69 100644 >> --- a/net/remmina/Makefile >> +++ b/net/remmina/Makefile >> @@ -1,5 +1,5 @@ >> PORTNAME= remmina >> -DISTVERSION= 1.4.32 >> +DISTVERSION= 1.4.33 >> CATEGORIES= net gnome >> >> PATCH_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ > > > I didn't mean to push that :-S > > When trying to: > > git revert $commit hash > git push --push-options=confirm-subject freebsd main > > I get: > > remote: ================================================================ > remote: Do not commit ports without TIMESTAMP in their distinfo files. > remote: Rerun make makesum to add it. > remote: ================================================================ > > How can I override that hook? > Should be fixed now. Sorry for that. > >