svn commit: r388014 - head/devel/rubygem-igraph
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 30 23:10:07 UTC 2015
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 at 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/
More information about the svn-ports-all
mailing list