From nobody@FreeBSD.org  Sat Dec 21 11:11:06 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 15C078FE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Dec 2013 11:11:06 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E9C921D76
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Dec 2013 11:11:05 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBLBB5k4074032
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Dec 2013 11:11:05 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLBB5VY074021;
	Sat, 21 Dec 2013 11:11:05 GMT
	(envelope-from nobody)
Message-Id: <201312211111.rBLBB5VY074021@oldred.freebsd.org>
Date: Sat, 21 Dec 2013 11:11:05 GMT
From: Horia Racoviceanu <horia@racoviceanu.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port www/rubygem-haml update to version 4.0.4 [PATCH]
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: gogolok+freebsd@gmail.com

>Number:         185063
>Category:       ports
>Synopsis:       Port www/rubygem-haml update to version 4.0.4 [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 21 11:20:01 UTC 2013
>Closed-Date:    Wed Jan 22 01:24:20 UTC 2014
>Last-Modified:  Wed Jan 22 01:30:00 UTC 2014
>Originator:     Horia Racoviceanu
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD aitch 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:

>How-To-Repeat:

>Fix:
- Update to Version 4.0.4
- Change XHTML to HTML in Comment and pkg-descr
- Add MIT to License
- Add devel/rubygem-tilt to RUN_DEPENDS
- Add USE_RAKE
- Support STAGEDIR
- Change http://haml-lang.com/ to http://haml.info/ in pkg-descr
- Remove bin/html2haml from PLIST_FILES

* html2haml utility moved to the html2haml gem
http://www.freebsd.org/cgi/query-pr.cgi?pr=185062

* Textile and Maruku filters moved to the haml-contrib gem
http://www.freebsd.org/cgi/query-pr.cgi?pr=185061

Build log
https://redports.org/buildarchive/20131221105337-45184/

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 337119)
+++ Makefile	(working copy)
@@ -2,18 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	haml
-PORTVERSION=	3.1.7
+PORTVERSION=	4.0.4
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	gogolok+freebsd@gmail.com
-COMMENT=	Markup language to describe XHTML
+COMMENT=	Markup language to describe HTML
 
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt
+
+USE_RAKE=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=	bin/haml bin/html2haml
+PLIST_FILES=	bin/haml
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 337119)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/haml-3.1.7.gem) = d6a7cab4234cc98980ac3b25f1b99efed2ec50acbd0b6b213b68856d14e89bc7
-SIZE (rubygem/haml-3.1.7.gem) = 373248
+SHA256 (rubygem/haml-4.0.4.gem) = f232cc6623d772973729c1a9a3403f0282d965790271332d62d0cf95e0b93463
+SIZE (rubygem/haml-4.0.4.gem) = 114688
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 337119)
+++ pkg-descr	(working copy)
@@ -1,9 +1,9 @@
-Haml is a markup language that's used to cleanly and simply describe the XHTML
+Haml is a markup language that's used to cleanly and simply describe the HTML
 of any web document without the use of inline code. Haml functions as a
 replacement for inline page templating systems such as PHP, ASP, and ERB, the
 templating language used in most Ruby on Rails applications.
-However, Haml avoids the need for explicitly coding XHTML into the template,
-because it itself is a description of the XHTML, with some code to generate
+However, Haml avoids the need for explicitly coding HTML into the template,
+because it itself is a description of the HTML, with some code to generate
 dynamic content.
 
-WWW: http://haml-lang.com/
+WWW: http://haml.info/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 21 11:20:14 UTC 2013 
Responsible-Changed-Why:  
ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185063 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 21 11:20:16 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185063 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gogolok+freebsd@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185063: Port www/rubygem-haml update to version 4.0.4 [PATCH]
Date: Sat, 21 Dec 2013 11:20:15 UT

 Maintainer of www/rubygem-haml,
 
 Please note that PR ports/185063 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/185063
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Robert Gogolok <gogolok@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/185063: Port www/rubygem-haml update to version 4.0.4 [PATCH]
Date: Tue, 24 Dec 2013 13:24:17 +0100

 I approve the patch.
 Thanks!
Responsible-Changed-From-To: ruby->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Tue Jan 21 04:17:54 UTC 2014 
Responsible-Changed-Why:  
y 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185063 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Wed Jan 22 01:24:20 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185063 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185063: commit references a PR
Date: Wed, 22 Jan 2014 01:24:17 +0000 (UTC)

 Author: swills
 Date: Wed Jan 22 01:24:09 2014
 New Revision: 340677
 URL: http://svnweb.freebsd.org/changeset/ports/340677
 QAT: https://qat.redports.org/buildarchive/r340677/
 
 Log:
   - Update to Version 4.0.4
   - Change XHTML to HTML in Comment and pkg-descr
   - Add MIT to License
   - Add devel/rubygem-tilt to RUN_DEPENDS
   - Add USE_RAKE
   - Support STAGEDIR
   - Change http://haml-lang.com/ to http://haml.info/ in pkg-descr
   - Remove bin/html2haml from PLIST_FILES since it's no longer in this gem
   
   PR:		ports/185063
   Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
   Approved by:	Robert Gogolok <gogolok@gmail.com> (maintainer)
 
 Modified:
   head/www/rubygem-haml/Makefile
   head/www/rubygem-haml/distinfo
   head/www/rubygem-haml/pkg-descr   (contents, props changed)
 
 Modified: head/www/rubygem-haml/Makefile
 ==============================================================================
 --- head/www/rubygem-haml/Makefile	Wed Jan 22 00:16:44 2014	(r340676)
 +++ head/www/rubygem-haml/Makefile	Wed Jan 22 01:24:09 2014	(r340677)
 @@ -2,18 +2,22 @@
  # $FreeBSD$
  
  PORTNAME=	haml
 -PORTVERSION=	3.1.7
 +PORTVERSION=	4.0.4
  CATEGORIES=	www rubygems
  MASTER_SITES=	RG
  
  MAINTAINER=	gogolok+freebsd@gmail.com
 -COMMENT=	Markup language to describe XHTML
 +COMMENT=	Markup language to describe HTML
  
 +LICENSE=	MIT
 +
 +RUN_DEPENDS=	rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt
 +
 +USE_RAKE=	yes
  USE_RUBY=	yes
  USE_RUBYGEMS=	yes
  RUBYGEM_AUTOPLIST=	yes
  
 -PLIST_FILES=	bin/haml bin/html2haml
 +PLIST_FILES=	bin/haml
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/www/rubygem-haml/distinfo
 ==============================================================================
 --- head/www/rubygem-haml/distinfo	Wed Jan 22 00:16:44 2014	(r340676)
 +++ head/www/rubygem-haml/distinfo	Wed Jan 22 01:24:09 2014	(r340677)
 @@ -1,2 +1,2 @@
 -SHA256 (rubygem/haml-3.1.7.gem) = d6a7cab4234cc98980ac3b25f1b99efed2ec50acbd0b6b213b68856d14e89bc7
 -SIZE (rubygem/haml-3.1.7.gem) = 373248
 +SHA256 (rubygem/haml-4.0.4.gem) = f232cc6623d772973729c1a9a3403f0282d965790271332d62d0cf95e0b93463
 +SIZE (rubygem/haml-4.0.4.gem) = 114688
 
 Modified: head/www/rubygem-haml/pkg-descr
 ==============================================================================
 --- head/www/rubygem-haml/pkg-descr	Wed Jan 22 00:16:44 2014	(r340676)
 +++ head/www/rubygem-haml/pkg-descr	Wed Jan 22 01:24:09 2014	(r340677)
 @@ -1,9 +1,9 @@
 -Haml is a markup language that's used to cleanly and simply describe the XHTML
 +Haml is a markup language that's used to cleanly and simply describe the HTML
  of any web document without the use of inline code. Haml functions as a
  replacement for inline page templating systems such as PHP, ASP, and ERB, the
  templating language used in most Ruby on Rails applications.
 -However, Haml avoids the need for explicitly coding XHTML into the template,
 -because it itself is a description of the XHTML, with some code to generate
 +However, Haml avoids the need for explicitly coding HTML into the template,
 +because it itself is a description of the HTML, with some code to generate
  dynamic content.
  
 -WWW: http://haml-lang.com/
 +WWW: http://haml.info/
 _______________________________________________
 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"
 
>Unformatted:
