svn commit: r311810 - head/graphics/rubygem-scruffy
Dirk Meyer
dinoex at FreeBSD.org
Thu Feb 7 03:25:51 UTC 2013
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>
More information about the svn-ports-head
mailing list