diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 08:06:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 08:06:52 +0800 |
commit | 006d42dd2305544017a6293d1bb2b52ed6f68c2f (patch) | |
tree | 6d669834ba32b5926aab08fed1a74ab90bce635e /textproc | |
parent | c72ed1968f7760de75b44aade37ae0e80211dc0e (diff) | |
download | freebsd-ports-gnome-006d42dd2305544017a6293d1bb2b52ed6f68c2f.tar.gz freebsd-ports-gnome-006d42dd2305544017a6293d1bb2b52ed6f68c2f.tar.zst freebsd-ports-gnome-006d42dd2305544017a6293d1bb2b52ed6f68c2f.zip |
- Update to 2.0.2
- Add LICENSE
Changes: https://github.com/flavorjones/loofah/blob/master/CHANGELOG.rdoc
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-loofah/Makefile | 8 | ||||
-rw-r--r-- | textproc/rubygem-loofah/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/rubygem-loofah/Makefile b/textproc/rubygem-loofah/Makefile index cd78a7821d13..9ca555d4abc1 100644 --- a/textproc/rubygem-loofah/Makefile +++ b/textproc/rubygem-loofah/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= loofah -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for manipulating HTML/XML documents and fragments +LICENSE= MIT + RUN_DEPENDS= rubygem-nokogiri>=1.5.9:${PORTSDIR}/textproc/rubygem-nokogiri -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/textproc/rubygem-loofah/distinfo b/textproc/rubygem-loofah/distinfo index cd6160480058..9a2dad16fbbd 100644 --- a/textproc/rubygem-loofah/distinfo +++ b/textproc/rubygem-loofah/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/loofah-2.0.1.gem) = e47f811395f87885374e780e64034a7263b52d5308352e32851ccd0c1bd7c66c -SIZE (rubygem/loofah-2.0.1.gem) = 59392 +SHA256 (rubygem/loofah-2.0.2.gem) = 1ab5fb9a1dca7b955e75d582f57d236de46430ab5c5b5a33987c04d3ec93ccc7 +SIZE (rubygem/loofah-2.0.2.gem) = 59392 |