From owner-svn-ports-all@freebsd.org Tue Oct 27 02:39:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 245B9A1D164; Tue, 27 Oct 2015 02:39:40 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E63881539; Tue, 27 Oct 2015 02:39:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9R2ddTr013416; Tue, 27 Oct 2015 02:39:39 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9R2ddZ5013415; Tue, 27 Oct 2015 02:39:39 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201510270239.t9R2ddZ5013415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 27 Oct 2015 02:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400213 - head/sysutils/ori X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 02:39:40 -0000 Author: danfe Date: Tue Oct 27 02:39:38 2015 New Revision: 400213 URL: https://svnweb.freebsd.org/changeset/ports/400213 Log: - Convert explicit dependency on `devel/libexecinfo' to USES=execinfo - Drop redundant WRKSRC assignment and excessive capitalization of COMMENT Modified: head/sysutils/ori/Makefile Modified: head/sysutils/ori/Makefile ============================================================================== --- head/sysutils/ori/Makefile Mon Oct 26 23:24:27 2015 (r400212) +++ head/sysutils/ori/Makefile Tue Oct 27 02:39:38 2015 (r400213) @@ -8,15 +8,12 @@ CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ MAINTAINER= mashti@cs.stanford.edu -COMMENT= Ori Distributed File System +COMMENT= Ori distributed file system LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ - libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo + libboost_date_time.so:${PORTSDIR}/devel/boost-libs -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USES= pkgconfig fuse scons tar:xz +USES= execinfo fuse pkgconfig scons tar:xz USE_OPENSSL= yes WITH_OPENSSL_PORT= yes