Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 21:29:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326689 - head/devel/rubygem-pry
Message-ID:  <201309072129.r87LToB3095993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309072129.r87LToB3095993>