From owner-svn-ports-head@FreeBSD.ORG Wed Jan 22 01:24:10 2014 Return-Path: Delivered-To: svn-ports-head@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 80AD5B5D; Wed, 22 Jan 2014 01:24:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60D1A1DBA; Wed, 22 Jan 2014 01:24:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0M1OAFS073720; Wed, 22 Jan 2014 01:24:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0M1O9HT073716; Wed, 22 Jan 2014 01:24:09 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201401220124.s0M1O9HT073716@svn.freebsd.org> From: Steve Wills Date: Wed, 22 Jan 2014 01:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340677 - head/www/rubygem-haml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 01:24:10 -0000 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 Approved by: Robert Gogolok (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 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/