svn commit: r334851 - head/databases/rrdtool

William Grzybowski wg at FreeBSD.org
Mon Nov 25 14:15:33 UTC 2013


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


More information about the svn-ports-all mailing list