www/rubygem-haml: Update to 6.0.5
Changes: https://github.com/haml/haml/releases https://github.com/haml/haml/blob/main/CHANGELOG.md
This commit is contained in:
parent
43c0ba74eb
commit
3e07a4164a
2 changed files with 9 additions and 8 deletions
|
@ -1,23 +1,24 @@
|
|||
PORTNAME= haml
|
||||
PORTVERSION= 5.2.2
|
||||
PORTVERSION= 6.0.5
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Markup language to describe HTML
|
||||
COMMENT= Elegant, structured (X)HTML/XML templating engine
|
||||
WWW= https://haml.info/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-temple>=0.8.0:devel/rubygem-temple \
|
||||
rubygem-thor>=0:devel/rubygem-thor \
|
||||
rubygem-tilt>=0:devel/rubygem-tilt
|
||||
|
||||
USES= cpe gem
|
||||
USES= cpe gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/haml
|
||||
|
||||
SHEBANG_FILES= bin/*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1628103852
|
||||
SHA256 (rubygem/haml-5.2.2.gem) = 6e759246556145642ef832d670fc06f9bd8539159a0e600847a00291dd7aae0c
|
||||
SIZE (rubygem/haml-5.2.2.gem) = 92160
|
||||
TIMESTAMP = 1665073240
|
||||
SHA256 (rubygem/haml-6.0.5.gem) = 434812fdccc61e03aab2eaffc13e29930b9b402ea2a89d491ebfa1119acad4f0
|
||||
SIZE (rubygem/haml-6.0.5.gem) = 74752
|
||||
|
|
Loading…
Reference in a new issue