Index: head/textproc/rubygem-nokogiri/Makefile =================================================================== --- head/textproc/rubygem-nokogiri/Makefile (revision 508791) +++ head/textproc/rubygem-nokogiri/Makefile (revision 508792) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= nokogiri PORTVERSION= 1.10.3 -PORTREVISION= 1 +PORTREVISION= 2 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 \ - rubygem-mini_portile2>=2.4.0:devel/rubygem-mini_portile2 +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/files/patch-gemspec =================================================================== --- head/textproc/rubygem-nokogiri/files/patch-gemspec (nonexistent) +++ head/textproc/rubygem-nokogiri/files/patch-gemspec (revision 508792) @@ -0,0 +1,10 @@ +--- nokogiri.gemspec.orig 2019-08-12 17:41:47 UTC ++++ nokogiri.gemspec +@@ -26,7 +26,6 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, ["~> 2.4.0"]) + s.add_development_dependency(%q.freeze, ["~> 0.24"]) + s.add_development_dependency(%q.freeze, ["~> 1.2"]) + s.add_development_dependency(%q.freeze, ["~> 2.0"]) Property changes on: head/textproc/rubygem-nokogiri/files/patch-gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property