Thim Cederlund <[email protected]> wrote: > Hi ports, > > Here's a diff for updating the tremc port to version 0.9.3. > > There's no changelog to it yet but it incorporates all the commits done > since the last release which was back in June 2020. Also it looks > cleaner in the ports tree to use a tag rather than a random commit as > the version number.
yep, upstream just tagged a version, there were no further changes (other than the version bump) since the commit we were using. > Builds and runs perfectly on my machine (amd64). > Anyone willing to commit it? Thanks works fine here too! committed, thanks :) > Best Regards, > > Thim Cederlund > Index: Makefile > =================================================================== > RCS file: /home/cvs/ports/net/tremc/Makefile,v > retrieving revision 1.2 > diff -u -p -r1.2 Makefile > --- Makefile 11 Mar 2022 19:47:56 -0000 1.2 > +++ Makefile 12 Mar 2022 13:36:12 -0000 > @@ -2,8 +2,7 @@ COMMENT = curses interface for transmis > > GH_ACCOUNT = tremc > GH_PROJECT = tremc > -GH_COMMIT = 8b6b29163295e5cf12d9d874e80203c5906619c8 > -DISTNAME = tremc-0.9.2pl20210227 > +GH_TAGNAME = 0.9.3 > > CATEGORIES = net > > Index: distinfo > =================================================================== > RCS file: /home/cvs/ports/net/tremc/distinfo,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 distinfo > --- distinfo 26 Jan 2022 08:57:01 -0000 1.1.1.1 > +++ distinfo 12 Mar 2022 13:36:24 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (tremc-0.9.2pl20210227-8b6b2916.tar.gz) = > hCC7egGcmWGeLkSpZieKVuvaxXAJPw1VRyUJcsB9GSA= > -SIZE (tremc-0.9.2pl20210227-8b6b2916.tar.gz) = 334602 > +SHA256 (tremc-0.9.3.tar.gz) = linR/jpaB0dWOssVypBLNs4phJd2Z9feJfd4bhGJBR8= > +SIZE (tremc-0.9.3.tar.gz) = 334457
