mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Add LICENSE
- Remove RUN_DEPENDS - Patch source file in post-patch: - Fix space/tab - Bump PORTREVISION for dependency and package change
This commit is contained in:
parent
745b732b6e
commit
c650e58bc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387630
1 changed files with 5 additions and 7 deletions
|
@ -3,22 +3,20 @@
|
||||||
|
|
||||||
PORTNAME= scruffy
|
PORTNAME= scruffy
|
||||||
PORTVERSION= 0.2.6
|
PORTVERSION= 0.2.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics rubygems
|
CATEGORIES= graphics rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Beautiful Graphs for Ruby
|
COMMENT= Beautiful Graphs for Ruby
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder
|
LICENSE= MIT
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
post-install:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' \
|
@${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' ${WRKSRC}/lib/scruffy/renderers/base.rb
|
||||||
${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb
|
|
||||||
grep options ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue