From owner-freebsd-pkg@FreeBSD.ORG Wed Jan 29 19:58:42 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4C1FE8 for ; Wed, 29 Jan 2014 19:58:42 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 757141FCE for ; Wed, 29 Jan 2014 19:58:42 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0FCAF20A91 for ; Wed, 29 Jan 2014 14:58:41 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Wed, 29 Jan 2014 14:58:41 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=0s6VhxLdIOgHDO1P8bicFgaMLgc=; b=coU ytS3Pl7cR/buzXkFpRlbrkN+yIce5NC487jF+pdw7fBUReGTnFFZDZ0KaNdI5wyA X7coGIEUzzZM5oGoOyhodt4CbPAAsatptgVm2yfC+VGC29Xw84NBM0hWqmBnTQ3h PG+orZrW0t2jE0t775MYL4QfIsPiGdcmGZWytTCk= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id E554A11E91C; Wed, 29 Jan 2014 14:58:40 -0500 (EST) Message-Id: <1391025520.8527.76916485.08C9C199@webmail.messagingengine.com> X-Sasl-Enc: 846diz0Nhn+b2YHgDRR5vo/cWoVHJCab33yeJE9Fnd3v 1391025520 From: Mark Felder To: freebsd-pkg@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-1b692d69 In-Reply-To: <111BF4D6-C5EC-4AC7-92C1-3272DF7E39D2@gmail.com> References: <111BF4D6-C5EC-4AC7-92C1-3272DF7E39D2@gmail.com> Subject: Re: "pkg install subversion" tries to install multiple subversion versions at the same time Date: Wed, 29 Jan 2014 13:58:40 -0600 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 19:58:42 -0000 This is due to a package name conflict -- all subversion ports used the same package name and they were complicated ports entangled with many other ports. Mat fixed this recently. It should go away soon when the packages are refreshed. http://svnweb.freebsd.org/ports/head/devel/subversion16/Makefile.common?revision=340848&view=markup