Bug 150017 - [PATCH] www/rubygem-feedzirra: update to 0.0.24
Summary: [PATCH] www/rubygem-feedzirra: update to 0.0.24
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 19:00 UTC by Philip M. Gollucci
Modified: 2010-08-29 19:00 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-feedzirra-0.0.24.patch (1.12 KB, patch)
2010-08-26 19:00 UTC, Philip M. Gollucci
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci 2010-08-26 19:00:29 UTC
- Update to 0.0.24

Port maintainer (freebsdports@chillibear.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-26 19:03:15 UTC
Maintainer of www/rubygem-feedzirra,

Please note that PR ports/150017 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150017

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-26 19:03:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-26 19:33:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

submitter has GNATS access
Comment 4 Eric Freeman 2010-08-29 16:34:38 UTC
> Maintainer of www/rubygem-feedzirra,
> 
> Please note that PR ports/150017 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.

Sorry, rejected this patch. Feedzirra, 0.0.24 requires a version of the
ActiveSupport gem >= 2.3.8 now, noticed I made exactly the same mistake when
I last updated the port myself - doh!

Below is a corrected patch with this additional requirement in:

--BEGIN--


diff -u rubygem-feedzirra.old/Makefile rubygem-feedzirra/Makefile
--- rubygem-feedzirra.old/Makefile    2010-08-29 14:42:21.000000000 +0100
+++ rubygem-feedzirra/Makefile    2010-08-29 14:42:59.000000000 +0100
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=    feedzirra
-PORTVERSION=    0.0.23
+PORTVERSION=    0.0.24
 CATEGORIES=    www rubygems
 MASTER_SITES=    RG
 
 MAINTAINER=    freebsdports@chillibear.com
 COMMENT=    A feed fetching and parsing library
 
-RUN_DEPENDS=    
rubygem-activesupport>=2.0.0:${PORTSDIR}/devel/rubygem-activesupport \
+RUN_DEPENDS=    
rubygem-activesupport>=2.3.8:${PORTSDIR}/devel/rubygem-activesupport \
     rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \
     rubygem-nokogiri>=0.0.0:${PORTSDIR}/textproc/rubygem-nokogiri \
     rubygem-loofah>=0.3.1:${PORTSDIR}/textproc/rubygem-loofah \
diff -u rubygem-feedzirra.old/distinfo rubygem-feedzirra/distinfo
--- rubygem-feedzirra.old/distinfo    2010-08-29 14:42:21.000000000 +0100
+++ rubygem-feedzirra/distinfo    2010-08-29 14:43:14.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (rubygem/feedzirra-0.0.23.gem) = 67285c9e4c081276de8357ad3a319f81
-SHA256 (rubygem/feedzirra-0.0.23.gem) =
157849edbb296dbfbef108e0219f1d33f69d80fd2f4c6f9aac92d4f72d353de7
-SIZE (rubygem/feedzirra-0.0.23.gem) = 24064
+MD5 (rubygem/feedzirra-0.0.24.gem) = f6c68c2ed4e8edc008dd2e0b55afc3bf
+SHA256 (rubygem/feedzirra-0.0.24.gem) =
f2d955940e260061007686a0a5cd8bbe813798d6dae83e60640f8ab9907ed166
+SIZE (rubygem/feedzirra-0.0.24.gem) = 24064
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-29 18:16:54 UTC
State Changed
From-To: feedback->open

Maintainer approved
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-08-29 18:54:07 UTC
pgollucci    2010-08-29 17:53:39 UTC

  FreeBSD ports repository

  Modified files:
    www/rubygem-feedzirra Makefile distinfo 
  Log:
  - Update to 0.0.24
  
  PR:             ports/150017
  Submitted by:   myself (pgollucci)
  Approved by:    freebsdports@chillibear.com (maintainer)
  Sponsored by:   RideCharge Inc. / TaxiMagic
  
  Revision  Changes    Path
  1.2       +2 -2      ports/www/rubygem-feedzirra/Makefile
  1.2       +3 -3      ports/www/rubygem-feedzirra/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-29 18:55:59 UTC
State Changed
From-To: open->closed

Committed, Thanks!