Date: Thu, 7 Feb 2013 03:25:50 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311810 - head/graphics/rubygem-scruffy Message-ID: <201302070325.r173PoVm080823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Feb 7 03:25:50 2013 New Revision: 311810 URL: http://svnweb.freebsd.org/changeset/ports/311810 Log: - fix redering of all graphs PR: 175898 Submitted by: dinoex Reviewed by: swills Modified: head/graphics/rubygem-scruffy/Makefile Modified: head/graphics/rubygem-scruffy/Makefile ============================================================================== --- head/graphics/rubygem-scruffy/Makefile Thu Feb 7 03:16:16 2013 (r311809) +++ head/graphics/rubygem-scruffy/Makefile Thu Feb 7 03:25:50 2013 (r311810) @@ -8,6 +8,7 @@ PORTNAME= scruffy PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -20,4 +21,9 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +post-install: + ${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' \ + ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb + grep options ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302070325.r173PoVm080823>