- Unbreak this port

- Remove leading indefinite article from COMMENT
- Fix pkg-descr which was identical to devel/rubygem-rdoc/pkg-descr

With hat:	ruby
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-09-07 21:29:50 +00:00
parent 1126278e46
commit c52218d2d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326689
2 changed files with 9 additions and 7 deletions

View file

@ -7,9 +7,7 @@ CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An IRB alternative and runtime developer console
BROKEN= fails to resolve dependencies
COMMENT= IRB alternative and runtime developer console
BUILD_DEPENDS= rubygem-rdoc>=3.12:${PORTSDIR}/devel/rubygem-rdoc
RUN_DEPENDS= rubygem-coderay>=1.0.5:${PORTSDIR}/textproc/rubygem-coderay \
@ -22,4 +20,8 @@ USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/pry
post-patch:
@${REINPLACE_CMD} -e "19,26 s|~>|'>='|" ${WRKSRC}/${GEM_NAME}.gemspec
@${REINPLACE_CMD} -e '/coderay/ s|~>|>=|' ${WRKSRC}/${PORTNAME}.gemspec
.include <bsd.port.mk>

View file

@ -1,5 +1,5 @@
RDoc produces HTML and command-line documentation for Ruby projects. RDoc
includes the +rdoc+ and +ri+ tools for generating and displaying online
documentation. See RDoc for a description of RDoc's markup and basic use.
pry is an IRB alternative and runtime developer console.
WWW: http://docs.seattlerb.org/rdoc
Git repository: https://github.com/pry/pry
WWW: http://pryrepl.org/