Date: Thu, 25 May 2023 11:36:39 GMT From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d3973b039267 - main - archivers/streamvbyte: Update to 1.0.0 Message-ID: <202305251136.34PBadAR082941@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3973b0392670e7f1383995f40977314868132b1 commit d3973b0392670e7f1383995f40977314868132b1 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2023-05-25 11:25:29 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2023-05-25 11:25:29 +0000 archivers/streamvbyte: Update to 1.0.0 Clean up code to suppress compile warnings Changes: https://github.com/lemire/streamvbyte/releases Reported by: portscout --- archivers/streamvbyte/Makefile | 7 +++++-- archivers/streamvbyte/distinfo | 6 +++--- archivers/streamvbyte/pkg-plist | 7 ------- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/archivers/streamvbyte/Makefile b/archivers/streamvbyte/Makefile index de5369a76dcd..57cf78c69ef0 100644 --- a/archivers/streamvbyte/Makefile +++ b/archivers/streamvbyte/Makefile @@ -1,6 +1,6 @@ PORTNAME= streamvbyte DISTVERSIONPREFIX= v -DISTVERSION= 0.5.2 +DISTVERSION= 1.0.0 CATEGORIES= archivers MAINTAINER= jwb@FreeBSD.org @@ -10,17 +10,20 @@ WWW= https://github.com/lemire/streamvbyte LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +# From 0.5.2. Retest with 1.0.0. BROKEN_powerpc= test fails on big-endian systems BROKEN_powerpc64= test fails on big-endian systems USES= cmake USE_GITHUB= yes -USE_LDCONFIG= yes GH_ACCOUNT= lemire CFLAGS+= -fPIC # For vbz-compression using static lib +PLIST_FILES= include/streamvbyte.h include/streamvbyte_zigzag.h \ + include/streamvbytedelta.h lib/libstreamvbyte.a + do-test: cd ${WRKDIR}/.build && ./unit diff --git a/archivers/streamvbyte/distinfo b/archivers/streamvbyte/distinfo index ead69fceb2c2..a550d1b2a830 100644 --- a/archivers/streamvbyte/distinfo +++ b/archivers/streamvbyte/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675965569 -SHA256 (lemire-streamvbyte-v0.5.2_GH0.tar.gz) = 6c64b1bcd69515e77111df274db9cbc471c5d65cb9769c7b95d3b56941b622dd -SIZE (lemire-streamvbyte-v0.5.2_GH0.tar.gz) = 75802 +TIMESTAMP = 1684850111 +SHA256 (lemire-streamvbyte-v1.0.0_GH0.tar.gz) = 6b1920e9865146ba444cc317aa61cd39cdf760236e354ef7956011a9fe577882 +SIZE (lemire-streamvbyte-v1.0.0_GH0.tar.gz) = 77895 diff --git a/archivers/streamvbyte/pkg-plist b/archivers/streamvbyte/pkg-plist deleted file mode 100644 index 01192f93f2bd..000000000000 --- a/archivers/streamvbyte/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/streamvbyte.h -include/streamvbyte_zigzag.h -include/streamvbytedelta.h -lib/libstreamvbyte.so -lib/libstreamvbyte.so.1 -lib/libstreamvbyte.so.1.0.0 -lib/libstreamvbyte_static.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305251136.34PBadAR082941>