mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
sysutils/fusefs-libs: update to 2.9.7
- Limit portscout notifications - Move options after generic defines - Don't install unconditionally - Convert IGNORE to IGNORE_${OPSYS} - Avoid pkg-plist churn on updates Changes: https://github.com/libfuse/libfuse/releases/tag/fuse-2.9.7 Changes: https://github.com/libfuse/libfuse/releases/tag/fuse-2.9.6 ABI: https://abi-laboratory.pro/tracker/timeline/libfuse/
This commit is contained in:
parent
c630dd3a7a
commit
c17cbd3faf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469732
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fusefs
|
||||
DISTVERSIONPREFIX= fuse_
|
||||
DISTVERSION= 2_9_5
|
||||
DISTVERSIONPREFIX= fuse-
|
||||
DISTVERSION= 2.9.7
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMESUFFIX= -libs
|
||||
|
||||
@ -13,34 +13,34 @@ COMMENT= FUSE allows filesystem implementation in userspace
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
IGNORE_DragonFly= fusefs has not been implemented on DragonFly
|
||||
|
||||
PORTSCOUT= limit:^2\.
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libfuse
|
||||
GH_PROJECT= libfuse
|
||||
|
||||
USES= iconv libtool autoreconf gettext-tools
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= iconv libtool autoreconf gettext-tools
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
pre-configure:
|
||||
${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/libs
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == DragonFly
|
||||
IGNORE= fusefs has not been implemented on DragonFly
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libfuse-libfuse-fuse_2_9_5_GH0.tar.gz) = ccea9c00f7572385e9064bc55b2bfefd8d34de487ba16d9eb09672202b5440ec
|
||||
SIZE (libfuse-libfuse-fuse_2_9_5_GH0.tar.gz) = 208873
|
||||
TIMESTAMP = 1466452512
|
||||
SHA256 (libfuse-libfuse-fuse-2.9.7_GH0.tar.gz) = 2a62adb901aae9226ebd5bc40e2201e29f62c3b2a251c67cd1abb17b4d523175
|
||||
SIZE (libfuse-libfuse-fuse-2.9.7_GH0.tar.gz) = 209571
|
||||
|
@ -12,7 +12,7 @@ include/ulockmgr.h
|
||||
lib/libfuse.a
|
||||
lib/libfuse.so
|
||||
lib/libfuse.so.2
|
||||
lib/libfuse.so.2.9.4
|
||||
lib/libfuse.so.%%VERSION%%
|
||||
lib/libulockmgr.a
|
||||
lib/libulockmgr.so
|
||||
lib/libulockmgr.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user