Date: Sat, 30 May 2015 23:10:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388014 - head/devel/rubygem-igraph Message-ID: <201505302310.t4UNA6qa090383@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 30 23:10:06 2015 New Revision: 388014 URL: https://svnweb.freebsd.org/changeset/ports/388014 Log: - Add LICENSE - Update BUILD_DEPENDS - Use = instead of += - Update WWW Modified: head/devel/rubygem-igraph/Makefile head/devel/rubygem-igraph/pkg-descr Modified: head/devel/rubygem-igraph/Makefile ============================================================================== --- head/devel/rubygem-igraph/Makefile Sat May 30 23:10:01 2015 (r388013) +++ head/devel/rubygem-igraph/Makefile Sat May 30 23:10:06 2015 (r388014) @@ -9,13 +9,14 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby extension for using the igraph library -BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph +LICENSE= LGPL21 -BROKEN= does not build with igraph-0.7.1 +BUILD_DEPENDS= ${LOCALBASE}/include/igraph/igraph.h:${PORTSDIR}/math/igraph -CONFIGURE_ARGS+= --with-igraph-include=${LOCALBASE}/include/igraph \ - --without-igraph-lib=${LOCALBASE}/lib +BROKEN= does not build with igraph-0.7.1 +CONFIGURE_ARGS= --with-igraph-include=${LOCALBASE}/include/igraph \ + --without-igraph-lib=${LOCALBASE}/lib USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-igraph/pkg-descr ============================================================================== --- head/devel/rubygem-igraph/pkg-descr Sat May 30 23:10:01 2015 (r388013) +++ head/devel/rubygem-igraph/pkg-descr Sat May 30 23:10:06 2015 (r388014) @@ -2,4 +2,4 @@ rubygem-igraph is a Ruby extension for u igraph is a library for creating and manipulating graphs with a particular emphasis on network analysis functions. -WWW: http://rubygems.org/gems/igraph/ +WWW: http://igraph.rubyforge.org/igraph/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302310.t4UNA6qa090383>