Date: Mon, 25 Nov 2013 14:15:32 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334851 - head/databases/rrdtool Message-ID: <201311251415.rAPEFWZI069650@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Nov 25 14:15:32 2013 New Revision: 334851 URL: http://svnweb.freebsd.org/changeset/ports/334851 Log: databases/rrdtool: fix build with python module Modified: head/databases/rrdtool/Makefile Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Mon Nov 25 13:36:44 2013 (r334850) +++ head/databases/rrdtool/Makefile Mon Nov 25 14:15:32 2013 (r334851) @@ -46,7 +46,7 @@ RUBY_MODULE_DESC= Build RUBY bindings .if ${PORT_OPTIONS:MPYTHON_MODULE} USE_PYTHON= yes INSTALLS_EGGINFO=yes -PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info +PYDISTUTILS_EGGINFO=py_rrdtool-0.2.2-${PYTHON_VERSION:S/thon//}.egg-info .include "${PORTSDIR}/Mk/bsd.python.mk" PLIST_SUB+= WITH_PYTHON="" CONFIGURE_ARGS+= --enable-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311251415.rAPEFWZI069650>