- Update to 0.0.24 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->pgollucci submitter has GNATS access
> 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
State Changed From-To: feedback->open Maintainer approved
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"
State Changed From-To: open->closed Committed, Thanks!