Re: git: ba4a7d32f3aa - main - net/tsctp: Update 0.8.6 => 0.8.7
Yusuf Yaman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
Sorry for the wrong PR number, had more than one PR tabs so that I got confused. On 7/31/26 18:50, Yusuf Yaman wrote: > The branch main has been updated by nxjoseph: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=ba4a7d32f3aaf5eb4cfac90ce898e36bab672fe4 > > commit ba4a7d32f3aaf5eb4cfac90ce898e36bab672fe4 > Author: Thomas Dreibholz <[email protected]> > AuthorDate: 2026-07-31 14:57:21 +0000 > Commit: Yusuf Yaman <[email protected]> > CommitDate: 2026-07-31 15:50:46 +0000 > > net/tsctp: Update 0.8.6 => 0.8.7 > > Changelog: > http://github.com/dreibh/tsctp/blob/tsctp-0.8.7/ChangeLog > > Commit log: > https://github.com/dreibh/tsctp/compare/tsctp-0.8.6...tsctp-0.8.7 > > PR: 297178 > Reported by: Thomas Dreibholz <[email protected]> (maintainer) > Approved by: osa, vvd (Mentors, implicit) > --- > net/tsctp/Makefile | 2 +- > net/tsctp/distinfo | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/net/tsctp/Makefile b/net/tsctp/Makefile > index 24ef116a6423..dd816ebf591a 100644 > --- a/net/tsctp/Makefile > +++ b/net/tsctp/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= tsctp > -DISTVERSION= 0.8.6 > +DISTVERSION= 0.8.7 > CATEGORIES= net > MASTER_SITES= https://www.nntb.no/~dreibh/tsctp/download/ > > diff --git a/net/tsctp/distinfo b/net/tsctp/distinfo > index 1ae722d59cd2..1d629ec6a327 100644 > --- a/net/tsctp/distinfo > +++ b/net/tsctp/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1783007220 > -SHA256 (tsctp-0.8.6.tar.xz) = a30f4737b02919a332fec56d979d4269052ffae17a7745b2c9f236624478ca89 > -SIZE (tsctp-0.8.6.tar.xz) = 299540 > +TIMESTAMP = 1785497308 > +SHA256 (tsctp-0.8.7.tar.xz) = 607fc96f15bc2bb547f91f70e420f00cd31b0cd226f2870778fc03a997e1ee0f > +SIZE (tsctp-0.8.7.tar.xz) = 300668 > -- Yusuf Yaman