diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-03 16:34:13 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-03 16:34:13 +0000 |
commit | ec82b559b82aa66ab68af972a485acec3330298c (patch) | |
tree | 976809a066d14a94856a753fcb55521fbd1f3cef /sysutils/fusefs-s3fs/Makefile | |
parent | 73a83b9786951d753e7b5d3ebab19144fcda6af3 (diff) | |
download | ports-ec82b559b82aa66ab68af972a485acec3330298c.tar.gz ports-ec82b559b82aa66ab68af972a485acec3330298c.zip |
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)
Notes
Notes:
svn path=/head/; revision=463514
Diffstat (limited to 'sysutils/fusefs-s3fs/Makefile')
-rw-r--r-- | sysutils/fusefs-s3fs/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index 21e5a033252e..3fab059708a7 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -3,24 +3,27 @@ PORTNAME= s3fs DISTVERSIONPREFIX= v -DISTVERSION= 1.78 +DISTVERSION= 1.83 CATEGORIES= sysutils 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 LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:ftp/curl \ - libxml2.so:textproc/libxml2 +LIB_DEPENDS= libcurl.so:ftp/curl +USES= autoreconf fuse pkgconfig ssl +GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= s3fs-fuse GH_PROJECT= s3fs-fuse - -USES= autoreconf fuse pkgconfig ssl -GNU_CONFIGURE= yes +USE_GNOME= libxml2 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 '/DEPS_LIBS/s/$$/ -lcrypto/' \ ${WRKSRC}/src/Makefile.am - @${REINPLACE_CMD} -e '/pthread_self/s/static/reinterpret/' \ - ${WRKSRC}/src/openssl_auth.cpp .include <bsd.port.mk> |