svn commit: r456556 - head/textproc/rubygem-nokogiri

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 17 15:55:11 UTC 2017


Author: sunpoet
Date: Sun Dec 17 15:55:07 2017
New Revision: 456556
URL: https://svnweb.freebsd.org/changeset/ports/456556

Log:
  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 at fechner.net>

Modified:
  head/textproc/rubygem-nokogiri/Makefile

Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile	Sun Dec 17 15:55:02 2017	(r456555)
+++ head/textproc/rubygem-nokogiri/Makefile	Sun Dec 17 15:55:07 2017	(r456556)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nokogiri
 PORTVERSION=	1.8.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 


More information about the svn-ports-all mailing list