svn commit: r449432 - head/sysutils/ori

Jan Beich jbeich at FreeBSD.org
Thu Sep 7 23:27:50 UTC 2017


Author: jbeich
Date: Thu Sep  7 23:27:48 2017
New Revision: 449432
URL: https://svnweb.freebsd.org/changeset/ports/449432

Log:
  sysutils/ori: unbreak with boost 1.65
  
  PR:		220724
  Approved by:	portmgr blanket
  Obtained from:	upstream

Modified:
  head/sysutils/ori/Makefile   (contents, props changed)
  head/sysutils/ori/distinfo   (contents, props changed)

Modified: head/sysutils/ori/Makefile
==============================================================================
--- head/sysutils/ori/Makefile	Thu Sep  7 23:07:34 2017	(r449431)
+++ head/sysutils/ori/Makefile	Thu Sep  7 23:27:48 2017	(r449432)
@@ -3,17 +3,20 @@
 
 PORTNAME=	ori
 PORTVERSION=	0.8.1
-PORTREVISION=	8
+PORTREVISION=	9
 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 at 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

Modified: head/sysutils/ori/distinfo
==============================================================================
--- head/sysutils/ori/distinfo	Thu Sep  7 23:07:34 2017	(r449431)
+++ head/sysutils/ori/distinfo	Thu Sep  7 23:27:48 2017	(r449432)
@@ -1,2 +1,4 @@
 SHA256 (ori-0.8.1.tar.xz) = 8ce1a3dfbb6d1538885e993616bdfe71be44711d48f7f6798ff6bc0a39b3deca
 SIZE (ori-0.8.1.tar.xz) = 296216
+SHA256 (48862f2477b1/raw) = ddb9ddaf155d2cb4aa611cee2c0875bd22d4a70c342b2f22a62372cd1cfd3491
+SIZE (48862f2477b1/raw) = 33199


More information about the svn-ports-all mailing list