diff options
Diffstat (limited to 'sysutils/ori/Makefile')
-rw-r--r-- | sysutils/ori/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index 66634fa545b8..87c8c7e79981 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -3,17 +3,20 @@ PORTNAME= ori PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ +PATCH_SITES= https://bitbucket.org/orifs/ori/commits/ +PATCHFILES= 48862f2477b1/raw:-p1 + MAINTAINER= mashti@cs.stanford.edu COMMENT= Ori distributed file system LIB_DEPENDS= libevent.so:devel/libevent \ libboost_date_time.so:devel/boost-libs -USES= execinfo fuse pkgconfig scons ssl tar:xz +USES= compiler:c++11-lib execinfo fuse pkgconfig scons ssl tar:xz CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lcrypto MAKE_ARGS= VERBOSE=1 |