mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/fusefs-s3fs: Update to 1.83
Dmitri Goutnik <dg@syrec.org> takes maintainership. Port changes: * Added PATCH_SITES/PATCHFILES for the pull request with FreeBSD patches submitted by the new maintainer * Added LICENSE_FILE * Added USE_GNOME=libxml2 * Removed the unnecessary patch from post-patch PR: 226313 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
73a83b9786
commit
ec82b559b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463514
2 changed files with 16 additions and 13 deletions
|
@ -3,24 +3,27 @@
|
||||||
|
|
||||||
PORTNAME= s3fs
|
PORTNAME= s3fs
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.78
|
DISTVERSION= 1.83
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
PKGNAMEPREFIX= fusefs-
|
PKGNAMEPREFIX= fusefs-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ # https://github.com/s3fs-fuse/s3fs-fuse/pull/729
|
||||||
|
PATCHFILES= c9f431258886bdcb9941a16c27c6e231414687c1.patch:-p1
|
||||||
|
|
||||||
|
MAINTAINER= dg@syrec.org
|
||||||
COMMENT= FUSE-based file system backed by Amazon S3
|
COMMENT= FUSE-based file system backed by Amazon S3
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||||
libxml2.so:textproc/libxml2
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= s3fs-fuse
|
|
||||||
GH_PROJECT= s3fs-fuse
|
|
||||||
|
|
||||||
USES= autoreconf fuse pkgconfig ssl
|
USES= autoreconf fuse pkgconfig ssl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= s3fs-fuse
|
||||||
|
GH_PROJECT= s3fs-fuse
|
||||||
|
USE_GNOME= libxml2
|
||||||
|
|
||||||
PLIST_FILES= bin/s3fs man/man1/s3fs.1.gz
|
PLIST_FILES= bin/s3fs man/man1/s3fs.1.gz
|
||||||
|
|
||||||
|
@ -28,7 +31,5 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e 's/libcrypto >= 0.9//' ${WRKSRC}/configure.ac
|
@${REINPLACE_CMD} -e 's/libcrypto >= 0.9//' ${WRKSRC}/configure.ac
|
||||||
@${REINPLACE_CMD} -e '/DEPS_LIBS/s/$$/ -lcrypto/' \
|
@${REINPLACE_CMD} -e '/DEPS_LIBS/s/$$/ -lcrypto/' \
|
||||||
${WRKSRC}/src/Makefile.am
|
${WRKSRC}/src/Makefile.am
|
||||||
@${REINPLACE_CMD} -e '/pthread_self/s/static/reinterpret/' \
|
|
||||||
${WRKSRC}/src/openssl_auth.cpp
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
TIMESTAMP = 1483466309
|
TIMESTAMP = 1520093744
|
||||||
SHA256 (s3fs-fuse-s3fs-fuse-v1.78_GH0.tar.gz) = 36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5
|
SHA256 (s3fs-fuse-s3fs-fuse-v1.83_GH0.tar.gz) = 8f060accef304c1e5adde0c9d6976a3a69fd9935444a4985517c6cefa86b34ef
|
||||||
SIZE (s3fs-fuse-s3fs-fuse-v1.78_GH0.tar.gz) = 99538
|
SIZE (s3fs-fuse-s3fs-fuse-v1.83_GH0.tar.gz) = 150816
|
||||||
|
SHA256 (c9f431258886bdcb9941a16c27c6e231414687c1.patch) = 373e00a80d93c713a04f8869db6658497ec07b20bb3ea80759fe6ff4a02d37ab
|
||||||
|
SIZE (c9f431258886bdcb9941a16c27c6e231414687c1.patch) = 3921
|
||||||
|
|
Loading…
Add table
Reference in a new issue