See attached patch
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/rubygem-jeweler, Please note that PR ports/170480 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/170480 -- 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)
Hello, As far as I could tell jeweler 1.8.4 doesn't have any changes from 1.8.3. But, I guess that at least means it shouldn't break anything. -- Douglas Thrift <douglas@douglasthrift.net> <http://douglasthrift.net/> On 8/8/2012 7:10 AM, Edwin Groothuis wrote: > Maintainer of devel/rubygem-jeweler, > > Please note that PR ports/170480 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/170480 >
Author: swills Date: Thu Aug 9 01:29:40 2012 New Revision: 302318 URL: http://svn.freebsd.org/changeset/ports/302318 Log: - Update to 1.8.4 PR: ports/170480 Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Modified: head/devel/rubygem-jeweler/Makefile (contents, props changed) head/devel/rubygem-jeweler/distinfo (contents, props changed) Modified: head/devel/rubygem-jeweler/Makefile ============================================================================== --- head/devel/rubygem-jeweler/Makefile Thu Aug 9 01:03:03 2012 (r302317) +++ head/devel/rubygem-jeweler/Makefile Thu Aug 9 01:29:40 2012 (r302318) @@ -6,7 +6,7 @@ # PORTNAME= jeweler -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-jeweler/distinfo ============================================================================== --- head/devel/rubygem-jeweler/distinfo Thu Aug 9 01:03:03 2012 (r302317) +++ head/devel/rubygem-jeweler/distinfo Thu Aug 9 01:29:40 2012 (r302318) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jeweler-1.8.3.gem) = a5a0355e07d01e90bd9db8aa849a695e097ade1b68ef4287f72400520a1b53a3 -SIZE (rubygem/jeweler-1.8.3.gem) = 57344 +SHA256 (rubygem/jeweler-1.8.4.gem) = 54efd74d68f69898a1674dbb410e5c27a5f7311b264531736f2c736cb87e043d +SIZE (rubygem/jeweler-1.8.4.gem) = 57344 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!