Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2010 19:59:44 GMT
From:      Alexander Logvinov <avl@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152117: [PATCH] www/rubygem-mechanize: Fix RUN_DEPENDS
Message-ID:  <201011101959.oAAJxiP4048712@www.freebsd.org>
Resent-Message-ID: <201011102000.oAAK0JBt091908@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152117
>Category:       ports
>Synopsis:       [PATCH] www/rubygem-mechanize: Fix RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 10 20:00:19 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        
>Organization:
>Environment:
>Description:
www/rubygem-mechanize doesn't seem to depend on devel/rubygem-hoe and www/rubygem-hpricot:

https://rubygems.org/gems/mechanize/versions/1.0.0

$ gem dependency mechanize
Gem mechanize-1.0.0
 hoe (>= 2.3.3, development)
 nokogiri (>= 1.2.1, runtime)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/rubygem-mechanize/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	6 Jun 2010 19:25:09 -0000	1.24
+++ Makefile	10 Nov 2010 19:46:53 -0000
@@ -6,15 +6,14 @@
 
 PORTNAME=	mechanize
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	WWW::Mechanize, a handy web browsing ruby object
 
-RUN_DEPENDS=	rubygem-hpricot>=0.5.0:${PORTSDIR}/www/rubygem-hpricot \
-		rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe \
-		rubygem-nokogiri>=1.2.1:${PORTSDIR}/textproc/rubygem-nokogiri
+RUN_DEPENDS=	rubygem-nokogiri>=1.2.1:${PORTSDIR}/textproc/rubygem-nokogiri
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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