from makefile of rubygem-sanitize: RUN_DEPENDS= rubygem-crass>=1.0.2:${PORTSDIR}/www/rubygem-crass \ rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-nokogumbo=1.4.1:${PORTSDIR}/textproc/rubygem-nokogumbo Current version of rubygem-nokogumbo: 1.4.2 the dependencies can never be satisified and sanitized rebuilds over and over in poudriere as a result. My guess is that this is a typo and "=" should be ">=".
assigning to sunpoet@ as he did the update
A commit references this bug: Author: sunpoet Date: Wed Jun 10 16:47:49 UTC 2015 New revision: 389076 URL: https://svnweb.freebsd.org/changeset/ports/389076 Log: - Fix RUN_DEPENDS and gemspec - Bump PORTREVISION for package change PR: 200754 Submitted by: marino Changes: head/textproc/rubygem-sanitize/Makefile head/textproc/rubygem-sanitize/files/ head/textproc/rubygem-sanitize/files/patch-gemspec
Committed. Thanks!