Date: Wed, 22 Sep 2010 00:24:58 GMT From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: niels@FreeBSD.org Subject: ports/150823: [PATCH] www/rubygem-anemone: Fix dependency versions Message-ID: <201009220024.o8M0OwrY048548@frieza.p6m7g8.net> Resent-Message-ID: <201009220030.o8M0UG3T070931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150823 >Category: ports >Synopsis: [PATCH] www/rubygem-anemone: Fix dependency versions >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 Sep 22 00:30:15 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Aug 24 18:32:38 UTC 2010 >Description: Fix dependency versions based on rubygems.org Port maintainer (niels@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-anemone-0.4.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-anemone/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 6 Jun 2010 04:06:25 -0000 1.3 +++ Makefile 22 Sep 2010 00:06:08 -0000 @@ -6,6 +6,7 @@ PORTNAME= anemone PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -13,7 +14,7 @@ COMMENT= Anemone is a library that allows programs to spider websites RUN_DEPENDS= rubygem-nokogiri>=1.3.0:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-robots>=0.8.0:${PORTSDIR}/www/rubygem-robots + rubygem-robots>=0.7.2:${PORTSDIR}/www/rubygem-robots USE_RUBY= yes USE_RUBYGEMS= yes --- rubygem-anemone-0.4.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009220024.o8M0OwrY048548>