From owner-freebsd-ruby@FreeBSD.ORG Thu Dec 16 11:20:11 2010 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62C59106564A for ; Thu, 16 Dec 2010 11:20:11 +0000 (UTC) (envelope-from edhoprima@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9618FC1C for ; Thu, 16 Dec 2010 11:20:11 +0000 (UTC) Received: by iwn39 with SMTP id 39so3195773iwn.13 for ; Thu, 16 Dec 2010 03:20:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=5ialPyRwlEEpUIbPbyx49zrIwfzP6g0Ly0wFQVMHFpk=; b=QxDDdWBmuutmVzqhn9F91bRID/uVNhncB66l0nF09HMLRmwerq71O4GvlJTFPlpRKU waYS3HDMq7p3C0YVkmWAGDsfWzaXVFTRQ/28FMqiZwh4YSuSdWE1fVyg5QNfPyb/sL5e 4WRxDUAxTL11xoSaMsGl7H8lTXBue0GV73l4k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=WZioPNcR2oYZcW0HXVcVHrEqcVaxCwxhBlAX91Sig2TvhKjz74PxLjrTUO+6qmQj3D 4sJe/gXsOq18ZCHJOvYKtcGBB9hjY4oScPv2lzmUsdJjCm88WwuJB0rc348RGUVvCLCA XujS2+xc5JE7Cq9zwcgIo+24TZuQmjX0fIsDM= Received: by 10.231.30.71 with SMTP id t7mr6197613ibc.153.1292498410756; Thu, 16 Dec 2010 03:20:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.31.140 with HTTP; Thu, 16 Dec 2010 03:19:50 -0800 (PST) From: Edho P Arief Date: Thu, 16 Dec 2010 18:19:50 +0700 Message-ID: To: ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: FreeBSD Port: ports-mgmt/portupgrade: py-subversion can't be installed when using subversion-freebsd X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 11:20:11 -0000 For some reason portupgrade tries to install devel/subversion even though there's devel/subversion-freebsd installed which results in being unable to install py-subversion. Manual install through `cd /usr/ports/devel/py-subversion && make install clean` works.