diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:55:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:55:07 +0000 |
commit | 2a2873d00d4f50f6a10d2804fb55e91ec094b220 (patch) | |
tree | 6597cab92c10e29a6785127f308844e6c8b5a7a1 | |
parent | 9a3a7c61e3482230a5efe09febdfdbb83009c759 (diff) | |
download | freebsd-ports-2a2873d00d4f50f6a10d2804fb55e91ec094b220.zip |
Bump PORTREVISION for libxml2 update
Nokogiri gives out warning when libxml2 version changed.
WARNING: Nokogiri was built against LibXML version 2.9.4, but has dynamically loaded 2.9.7
Bump PORTREVISION to rebuild with latest libxml2.
PR: 224377
Submitted by: Matthias Fechner <idefix@fechner.net>
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 857db77b42f4..7d31cde2f9d4 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -2,6 +2,7 @@ PORTNAME= nokogiri PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG |