aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-haml
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-01-22 09:24:09 +0800
committerswills <swills@FreeBSD.org>2014-01-22 09:24:09 +0800
commitb07f2da627f7b8bf6b16ea60375345b57418adb8 (patch)
tree0b556f82ef7b701aea20c79188998830c10001a6 /www/rubygem-haml
parent14718388649bd844bc4b22e9a740280c5a0b48eb (diff)
downloadfreebsd-ports-gnome-b07f2da627f7b8bf6b16ea60375345b57418adb8.tar.gz
freebsd-ports-gnome-b07f2da627f7b8bf6b16ea60375345b57418adb8.tar.zst
freebsd-ports-gnome-b07f2da627f7b8bf6b16ea60375345b57418adb8.zip
- 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)
Diffstat (limited to 'www/rubygem-haml')
-rw-r--r--www/rubygem-haml/Makefile12
-rw-r--r--www/rubygem-haml/distinfo4
-rw-r--r--www/rubygem-haml/pkg-descr8
3 files changed, 14 insertions, 10 deletions
diff --git a/www/rubygem-haml/Makefile b/www/rubygem-haml/Makefile
index 6008e2473e28..f6c88abf123c 100644
--- a/www/rubygem-haml/Makefile
+++ b/www/rubygem-haml/Makefile
@@ -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>
diff --git a/www/rubygem-haml/distinfo b/www/rubygem-haml/distinfo
index 4dbede836ab8..12d3d7fda1c0 100644
--- a/www/rubygem-haml/distinfo
+++ b/www/rubygem-haml/distinfo
@@ -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
diff --git a/www/rubygem-haml/pkg-descr b/www/rubygem-haml/pkg-descr
index e066c23c6447..22780d81a7bb 100644
--- a/www/rubygem-haml/pkg-descr
+++ b/www/rubygem-haml/pkg-descr
@@ -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/