sysutils/fusefs-rar2fs: Update to 1.27.1
While I'm here: * Sort variables a bit according to the PHB * Pet portlint Changelog: * Add mutex lock to protect reads in raw mode * Fix a heap-use-after-free error * Add a missing lock when resolving a link target PR: 235998 Submitted by: Niclas <n_carlsson@outlook.com> (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19333
This commit is contained in:
parent
34e036de0b
commit
6bf365d0d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494149
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rar2fs
|
||||
PORTVERSION= 1.27.0
|
||||
PORTVERSION= 1.27.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
||||
@ -14,13 +13,12 @@ COMMENT= Mount rar archives as filesystem
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libunrar.so.5:${LIBUNRAR_PORT}
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${LIBUNRAR_PORT}:patch
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hasse69
|
||||
LIB_DEPENDS= libunrar.so:${LIBUNRAR_PORT}
|
||||
|
||||
USES= autoreconf gmake fuse
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hasse69
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static-unrar \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1524255945
|
||||
SHA256 (hasse69-rar2fs-v1.27.0_GH0.tar.gz) = 2d2692b9066cacf1fbc2136dc662f2d7a57cff32713752b806d9989cdd8c654a
|
||||
SIZE (hasse69-rar2fs-v1.27.0_GH0.tar.gz) = 132776
|
||||
TIMESTAMP = 1550931584
|
||||
SHA256 (hasse69-rar2fs-v1.27.1_GH0.tar.gz) = 69a19b27555319723bea5088cf2c00ec5aa641ff50a148ac04629c0bfe42d9f6
|
||||
SIZE (hasse69-rar2fs-v1.27.1_GH0.tar.gz) = 133091
|
||||
|
Loading…
Reference in New Issue
Block a user