From owner-freebsd-ports@FreeBSD.ORG Fri Jul 12 19:47:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 13B5A82F for ; Fri, 12 Jul 2013 19:47:06 +0000 (UTC) (envelope-from kozlov.sergey.404@gmail.com) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id EA3601BE6 for ; Fri, 12 Jul 2013 19:47:05 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id ro2so9339805pbb.13 for ; Fri, 12 Jul 2013 12:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6EFUXJeV0nBJZs9tVhkRcHhHOWHPoLxe2uGpxWR6mAg=; b=cJJUHCE5kJsieRkjjGHXu+5E11hqhGIP7Il+y5Q/i0mrozyBQXyqq4wf8e63vcvtej rregdsNOKMU2D7HFwRmJ6sIlyeDKcFYIIrEG3IFeCvZl5HLHIoLZYWfVwLmzGISXrlOw /aRFIRT4NCpok332Ce1vBzLDsb1jlbUjZmR0HuJTU+pTY56NEaILuEnwS+sUCwjBwxuC 855zDqWiPk7PHWO8FW4SETeBuz3DWl6C2lOo//B0BCjT1AmX+8dWC/AZnyyD80j/IGEL ST9xjsauyv9exWLklBc+wEXQzj4ms4kHCliu6uocMVdlyFHRCval/1Ypk84OCXNTJeQg kPDQ== MIME-Version: 1.0 X-Received: by 10.66.224.237 with SMTP id rf13mr45410367pac.26.1373658425715; Fri, 12 Jul 2013 12:47:05 -0700 (PDT) Received: by 10.66.193.73 with HTTP; Fri, 12 Jul 2013 12:47:05 -0700 (PDT) Date: Fri, 12 Jul 2013 22:47:05 +0300 Message-ID: Subject: Redmine rmagick dependencies From: Kozlov Sergey To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 19:47:06 -0000 Hi all. I've already posted this on questions, but got no reply. Recently the redmine port was updated to 2.3.1 and when i tried to install it I've noticed that it has two rmagick dependencies - ruby-rmagick(optional) and rubygem-rmagick(non-optional). ruby-rmagic and rubygem-rmagick ports have the same COMMENT and VERSION so i have some questions: 1) What's the difference between ruby-rmagick and rubygem-rmagick? 2) Why does redmine need rubygem-rmagick even if i turn rmagick option off (is it a bug)? Before the port was updated I've installed redmine dependencies using bundler, and i had no rmagick at all while redmine working properly. Best regards, Kozlov Sergey.