svn commit: r387630 - head/graphics/rubygem-scruffy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 16:22:03 UTC 2015
Author: sunpoet
Date: Wed May 27 16:22:02 2015
New Revision: 387630
URL: https://svnweb.freebsd.org/changeset/ports/387630
Log:
- Add LICENSE
- Remove RUN_DEPENDS
- Patch source file in post-patch:
- Fix space/tab
- Bump PORTREVISION for dependency and package change
Modified:
head/graphics/rubygem-scruffy/Makefile
Modified: head/graphics/rubygem-scruffy/Makefile
==============================================================================
--- head/graphics/rubygem-scruffy/Makefile Wed May 27 16:21:58 2015 (r387629)
+++ head/graphics/rubygem-scruffy/Makefile Wed May 27 16:22:02 2015 (r387630)
@@ -3,22 +3,20 @@
PORTNAME= scruffy
PORTVERSION= 0.2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby at 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>
More information about the svn-ports-all
mailing list