svn commit: r326689 - head/devel/rubygem-pry
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 21:29:51 UTC 2013
Author: sunpoet
Date: Sat Sep 7 21:29:50 2013
New Revision: 326689
URL: http://svnweb.freebsd.org/changeset/ports/326689
Log:
- Unbreak this port
- Remove leading indefinite article from COMMENT
- Fix pkg-descr which was identical to devel/rubygem-rdoc/pkg-descr
With hat: ruby
Modified:
head/devel/rubygem-pry/Makefile
head/devel/rubygem-pry/pkg-descr (contents, props changed)
Modified: head/devel/rubygem-pry/Makefile
==============================================================================
--- head/devel/rubygem-pry/Makefile Sat Sep 7 21:19:20 2013 (r326688)
+++ head/devel/rubygem-pry/Makefile Sat Sep 7 21:29:50 2013 (r326689)
@@ -7,9 +7,7 @@ CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at 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>
Modified: head/devel/rubygem-pry/pkg-descr
==============================================================================
--- head/devel/rubygem-pry/pkg-descr Sat Sep 7 21:19:20 2013 (r326688)
+++ head/devel/rubygem-pry/pkg-descr Sat Sep 7 21:29:50 2013 (r326689)
@@ -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/
More information about the svn-ports-head
mailing list