Date: Tue, 27 Oct 2015 02:39:39 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400213 - head/sysutils/ori Message-ID: <201510270239.t9R2ddZ5013415@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510270239.t9R2ddZ5013415>