aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/streamvbyte/Makefile7
-rw-r--r--archivers/streamvbyte/distinfo6
-rw-r--r--archivers/streamvbyte/pkg-plist7
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