Index: head/textproc/rubygem-nokogiri/Makefile =================================================================== --- head/textproc/rubygem-nokogiri/Makefile (revision 508866) +++ head/textproc/rubygem-nokogiri/Makefile (revision 508867) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.10.3 -PORTREVISION= 2 +PORTVERSION= 1.10.4 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md # 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 BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config USES= gem gnome pkgconfig gettext-runtime USE_GNOME= libxml2 libxslt USE_RUBY= yes CONFIGURE_ARGS= --use-system-libraries PLIST_FILES= bin/nokogiri post-install: ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD} ${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/ .include Index: head/textproc/rubygem-nokogiri/distinfo =================================================================== --- head/textproc/rubygem-nokogiri/distinfo (revision 508866) +++ head/textproc/rubygem-nokogiri/distinfo (revision 508867) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558176498 -SHA256 (rubygem/nokogiri-1.10.3.gem) = 4497d9bb5a5ae841176fa7f668608bfe6e5652d0b4a6edbe2ea1480063f37209 -SIZE (rubygem/nokogiri-1.10.3.gem) = 8983040 +TIMESTAMP = 1565715158 +SHA256 (rubygem/nokogiri-1.10.4.gem) = fbf91c487d7ceb2b0593384f175843f99152322754f6ff267740bff031cead5a +SIZE (rubygem/nokogiri-1.10.4.gem) = 8983040 Index: head/textproc/rubygem-nokogiri/pkg-descr =================================================================== --- head/textproc/rubygem-nokogiri/pkg-descr (revision 508866) +++ head/textproc/rubygem-nokogiri/pkg-descr (revision 508867) @@ -1,9 +1,9 @@ * 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. -WWW: https://www.nokogiri.org/ +WWW: https://nokogiri.org/