mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
archivers/unarr: update to 1.1.0
Changes: https://github.com/selmf/unarr/releases/tag/v1.1.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
764db4f37a
commit
29c8a57875
3 changed files with 13 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= unarr
|
PORTNAME= unarr
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.0.1
|
DISTVERSION= 1.1.0
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
|
@ -12,10 +12,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BROKEN_riscv64= fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension
|
BROKEN_riscv64= fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension
|
||||||
|
|
||||||
USES= cmake pathfix
|
TEST_DEPENDS= cmocka>0:sysutils/cmocka
|
||||||
|
|
||||||
|
USES= cmake:testing pathfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GH_ACCOUNT= selmf
|
GH_ACCOUNT= selmf
|
||||||
|
CMAKE_TESTING_ON= BUILD_INTEGRATION_TESTS BUILD_UNIT_TESTS
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
|
.if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1509781725
|
TIMESTAMP = 1693753597
|
||||||
SHA256 (selmf-unarr-v1.0.1_GH0.tar.gz) = 0098e3f33182d16c13eb21278696651b170360a9a4d1c0214db4bd7882253223
|
SHA256 (selmf-unarr-v1.1.0_GH0.tar.gz) = 4dc03f03e6215c4fcba4927962c7551c1eea690ae6de7c6251de4006d76adfd5
|
||||||
SIZE (selmf-unarr-v1.0.1_GH0.tar.gz) = 79492
|
SIZE (selmf-unarr-v1.1.0_GH0.tar.gz) = 170211
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
include/unarr.h
|
include/unarr.h
|
||||||
|
lib/cmake/unarr/unarr-config.cmake
|
||||||
|
lib/cmake/unarr/unarr-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
|
lib/cmake/unarr/unarr-targets.cmake
|
||||||
|
lib/cmake/unarr/unarr-version.cmake
|
||||||
lib/libunarr.so
|
lib/libunarr.so
|
||||||
lib/libunarr.so.1
|
lib/libunarr.so.1
|
||||||
lib/libunarr.so.1.0.0
|
lib/libunarr.so.1.1.0
|
||||||
libdata/pkgconfig/libunarr.pc
|
libdata/pkgconfig/libunarr.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue