Bug 200754 - textproc/rubygem-sanitize : RUN dependencies impossible to satisfy
Summary: textproc/rubygem-sanitize : RUN dependencies impossible to satisfy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 06:20 UTC by John Marino
Modified: 2015-06-10 17:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino freebsd_committer freebsd_triage 2015-06-10 06:20:59 UTC
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 ">=".
Comment 1 Michael Moll freebsd_committer freebsd_triage 2015-06-10 09:17:53 UTC
assigning to sunpoet@ as he did the update
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-10 16:48:37 UTC
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
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-06-10 17:32:12 UTC
Committed. Thanks!