aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-28 00:22:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-28 00:22:02 +0800
commitc850e241ad89f96ed28b5f93ad2322ba1b38d057 (patch)
tree3f2a0427b2738937b559745c4af6db4a93fc9107 /graphics
parent27aa7567d69ff5a672b7664a09947594f6724d7c (diff)
downloadfreebsd-ports-gnome-c850e241ad89f96ed28b5f93ad2322ba1b38d057.tar.gz
freebsd-ports-gnome-c850e241ad89f96ed28b5f93ad2322ba1b38d057.tar.zst
freebsd-ports-gnome-c850e241ad89f96ed28b5f93ad2322ba1b38d057.zip
- Add LICENSE
- Remove RUN_DEPENDS - Patch source file in post-patch: - Fix space/tab - Bump PORTREVISION for dependency and package change
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rubygem-scruffy/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile
index d47b64e3ed2c..19fd131f01b4 100644
--- a/graphics/rubygem-scruffy/Makefile
+++ b/graphics/rubygem-scruffy/Makefile
@@ -3,22 +3,20 @@
PORTNAME= scruffy
PORTVERSION= 0.2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Beautiful Graphs for Ruby
-RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder
+LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+RUBYGEM_AUTOPLIST= yes
-post-install:
- ${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' \
- ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb
- grep options ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb
+post-patch:
+ @${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' ${WRKSRC}/lib/scruffy/renderers/base.rb
.include <bsd.port.mk>