Re: git: fc33bc299d1e - main - sysutils/intel-pcm: Update to 202302
- In reply to: Warner Losh : "git: fc33bc299d1e - main - sysutils/intel-pcm: Update to 202302"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Feb 2023 07:19:06 UTC
On 2023-02-22 22:40, Warner Losh wrote: > The branch main has been updated by imp: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=fc33bc299d1e76a9d8d6a80dd73434a12b1fc22e > > commit fc33bc299d1e76a9d8d6a80dd73434a12b1fc22e > Author: Warner Losh <imp@FreeBSD.org> > AuthorDate: 2023-02-22 21:34:49 +0000 > Commit: Warner Losh <imp@FreeBSD.org> > CommitDate: 2023-02-22 21:34:49 +0000 > > sysutils/intel-pcm: Update to 202302 > > Update to latest version, release notes for 202211, 202212 and > 202302 > are relevant here. Briefly: > * Add Saphire Rapids and Gemini Lake support > * Add SPR HBM support > * Support for monitoring Intel QuickAssist Technology (QAT) > * Add support for memory bandwidth metrics for ADL&TGL CPU models > * Lots of bug fixes > > Sponsored by: Netflix > --- > sysutils/intel-pcm/Makefile | 3 +-- > sysutils/intel-pcm/distinfo | 6 +++--- > 2 files changed, 4 insertions(+), 5 deletions(-) > > diff --git a/sysutils/intel-pcm/Makefile b/sysutils/intel-pcm/Makefile > index 8d40c10cd80f..efe63cdc1de6 100644 > --- a/sysutils/intel-pcm/Makefile > +++ b/sysutils/intel-pcm/Makefile > @@ -1,6 +1,5 @@ > PORTNAME= intel-pcm > -DISTVERSION= 202210 > -PORTREVISION= 1 > +DISTVERSION= 202302 > CATEGORIES= sysutils > > MAINTAINER= imp@FreeBSD.org > diff --git a/sysutils/intel-pcm/distinfo b/sysutils/intel-pcm/distinfo > index 41cf8c267507..43db8595019f 100644 > --- a/sysutils/intel-pcm/distinfo > +++ b/sysutils/intel-pcm/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1667933954 > -SHA256 (intel-pcm-202210_GH0.tar.gz) = > faec5b7923d0bc0018c090df594b1bf562428a08ab243cbb5c973e4b7ab6b126 > -SIZE (intel-pcm-202210_GH0.tar.gz) = 1088332 > +TIMESTAMP = 1677101519 > +SHA256 (intel-pcm-202302_GH0.tar.gz) = > 4b07fe5cfe05b1b12d19a22d16b5bb650880e8a38a7d74db296df025c164ebc3 > +SIZE (intel-pcm-202302_GH0.tar.gz) = 1122646 Hi Warner, This fails check-plist and you also have some paths in source pointing to /usr/share/pcm/ These issues are covered in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268730 if you just bump DISTVERSION Best regards, Daniel