diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:05:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:05:45 +0800 |
commit | cd285ae87cfe2232523050c3e84a3dc6ee3bdeb4 (patch) | |
tree | 5aee261c72ad07c3596c80faeb6469b54b51dbec /textproc | |
parent | a887cc73a04b60fb7796d4c1947a29b428ff6510 (diff) | |
download | freebsd-ports-graphics-cd285ae87cfe2232523050c3e84a3dc6ee3bdeb4.tar.gz freebsd-ports-graphics-cd285ae87cfe2232523050c3e84a3dc6ee3bdeb4.tar.zst freebsd-ports-graphics-cd285ae87cfe2232523050c3e84a3dc6ee3bdeb4.zip |
- Update to 1.4.3
- Add LICENSE_FILE
Changes: https://github.com/rubys/nokogumbo/commits/master
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-nokogumbo/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-nokogumbo/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-nokogumbo/Makefile b/textproc/rubygem-nokogumbo/Makefile index 1e360482f06..004425e1ff6 100644 --- a/textproc/rubygem-nokogumbo/Makefile +++ b/textproc/rubygem-nokogumbo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nokogumbo -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Nokogiri interface to the Gumbo HTML5 parser LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri diff --git a/textproc/rubygem-nokogumbo/distinfo b/textproc/rubygem-nokogumbo/distinfo index 85043ff4f36..6929f2ad829 100644 --- a/textproc/rubygem-nokogumbo/distinfo +++ b/textproc/rubygem-nokogumbo/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/nokogumbo-1.4.2.gem) = 8ab7734ec2576a77a77582a25e2658e242bc0710e3ab303643261620fc6cdce0 -SIZE (rubygem/nokogumbo-1.4.2.gem) = 222208 +SHA256 (rubygem/nokogumbo-1.4.3.gem) = d002114481e2be69e3d3a41538fec0a84eea59e3ae89f339e4848d531bae845d +SIZE (rubygem/nokogumbo-1.4.3.gem) = 227328 |