For your consideration. - Update to 3.1.2 - Fixes an issue with Rails SafeBuffers. - Brings port to the same version that is installed with Rubygems command. Port maintainer (gogo@cs.uni-sb.de) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of www/rubygem-haml, Please note that PR ports/159120 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/159120 -- 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)
Thanks for the patch! But the build fails in my tinderbox, see the attached log file.
Here is an updated patch. I didn't notice that they have split out sass out of haml. They have also done this with the Emacs modes as they are no longer included in the haml package. Should I submit a new port for sass? -- DaveD --- rubygem-haml-3.1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-haml/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 24 Jun 2011 18:11:30 -0000 1.16 +++ Makefile 29 Jul 2011 21:26:22 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/rubygem-haml/Makefile,v 1.16 2011/06/24 18:11:30 pgollucci Exp $ PORTNAME= haml -PORTVERSION= 3.0.25 +PORTVERSION= 3.1.2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -16,6 +16,6 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/css2sass bin/haml bin/html2haml bin/sass bin/sass-convert +PLIST_FILES= bin/haml bin/html2haml .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/rubygem-haml/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 24 Jun 2011 18:11:30 -0000 1.14 +++ distinfo 22 Jul 2011 12:55:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/haml-3.0.25.gem) = 98bafb508c68b8aae61a5ace85a14f97f9247730e71ce3897b529cee9362c73f -SIZE (rubygem/haml-3.0.25.gem) = 273408 +SHA256 (rubygem/haml-3.1.2.gem) = 2a6bfae48720af0f99dbb2555224d8a6db653faed60dff0a6b8b0676df271cee +SIZE (rubygem/haml-3.1.2.gem) = 354304
Responsible Changed From-To: ruby->swills I'll take it.
swills 2011-07-30 12:21:36 UTC FreeBSD ports repository Modified files: www/rubygem-haml Makefile distinfo Log: - Update to 3.1.2 PR: ports/159120 Submitted by: David Duchscher <daved@tamu.edu> Approved by: Robert Gogolok <gogo@cs.uni-sb.de> Revision Changes Path 1.17 +2 -2 ports/www/rubygem-haml/Makefile 1.15 +2 -2 ports/www/rubygem-haml/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: feedback->closed Committed. Thanks!