From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:29:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E9C1E3D; Sat, 7 Sep 2013 21:29:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 224432628; Sat, 7 Sep 2013 21:29:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87LToeT095995; Sat, 7 Sep 2013 21:29:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87LToB3095993; Sat, 7 Sep 2013 21:29:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309072129.r87LToB3095993@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 21:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326689 - head/devel/rubygem-pry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 21:29:51 -0000 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 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/