1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

textproc/rubygem-libxml-ruby: Update to 3.2.4

Changes:	https://github.com/xml4r/libxml-ruby/blob/master/HISTORY
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:49:37 +08:00
parent 587eed0ee3
commit 49979abe34
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 14 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= libxml-ruby PORTNAME= libxml-ruby
PORTVERSION= 3.2.3 PORTVERSION= 3.2.4
CATEGORIES= textproc rubygems CATEGORIES= textproc rubygems
MASTER_SITES= RG MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1653926116 TIMESTAMP = 1669058177
SHA256 (rubygem/libxml-ruby-3.2.3.gem) = aed194cad1933e824c763937dd4803e198dd7c4883ac92fe321309047ddb4f67 SHA256 (rubygem/libxml-ruby-3.2.4.gem) = 77e76667e0bfe92e6b25b7675887d410a064026b8e3b72642b11813ee1e178c9
SIZE (rubygem/libxml-ruby-3.2.3.gem) = 379904 SIZE (rubygem/libxml-ruby-3.2.4.gem) = 376832

View File

@ -1,10 +0,0 @@
--- ext/libxml/ruby_libxml.h.orig 2022-08-30 11:13:23 UTC
+++ ext/libxml/ruby_libxml.h
@@ -9,6 +9,7 @@
#include <libxml/debugXML.h>
#include <libxml/xmlversion.h>
#include <libxml/xmlmemory.h>
+#include <libxml/xlink.h>
#include <libxml/xpath.h>
#include <libxml/valid.h>
#include <libxml/catalog.h>