diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 12bd1eee5e21..6e0972e372e5 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,30 +1,31 @@ PORTNAME= nokogiri -PORTVERSION= 1.14.1 +PORTVERSION= 1.14.2 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser -WWW= https://nokogiri.org/ +WWW= https://nokogiri.org/ \ + https://github.com/sparklemotion/nokogiri LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${RUN_DEPENDS} \ rubygem-mini_portile2>=2.8.0<2.9:devel/rubygem-mini_portile2 \ rubygem-pkg-config>=1.1<2:devel/rubygem-pkg-config # Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb # and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html RUN_DEPENDS= rubygem-racc>=1.4<2:devel/rubygem-racc USES= cpe gem gnome gettext-runtime USE_GNOME= libxml2 libxslt CONFIGURE_ARGS= --use-system-libraries PLIST_FILES= bin/nokogiri post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/ .include diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo index da0c9700aafe..8a04cc727ce8 100644 --- a/textproc/rubygem-nokogiri/distinfo +++ b/textproc/rubygem-nokogiri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676991371 -SHA256 (rubygem/nokogiri-1.14.1.gem) = b2db3af7769c29cd77d5f39cd3d0b65ab10975bdecf04be71d683f9c9abe2663 -SIZE (rubygem/nokogiri-1.14.1.gem) = 4643328 +TIMESTAMP = 1680726480 +SHA256 (rubygem/nokogiri-1.14.2.gem) = c765a74aac6cf430a710bb0b6038b8ee11f177393cd6ae8dadc7a44a6e2658b6 +SIZE (rubygem/nokogiri-1.14.2.gem) = 4643328 diff --git a/textproc/rubygem-nokogiri/pkg-descr b/textproc/rubygem-nokogiri/pkg-descr index b43f68bcf468..0a7bef665678 100644 --- a/textproc/rubygem-nokogiri/pkg-descr +++ b/textproc/rubygem-nokogiri/pkg-descr @@ -1,9 +1,7 @@ * XPath support for document searching * CSS3 selector support for document searching * XML/HTML builder * Drop in replacement for Hpricot (though not bug for bug) Nokogiri parses and searches XML/HTML very quickly, and also has correctly implemented CSS3 selector support as well as XPath support. - -See also: https://github.com/sparklemotion/nokogiri