From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 07:55:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58A06106564A for ; Mon, 17 Oct 2011 07:55:14 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 237E38FC14 for ; Mon, 17 Oct 2011 07:55:08 +0000 (UTC) Received: by iaky10 with SMTP id y10so7242256iak.13 for ; Mon, 17 Oct 2011 00:55:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=mqn1T7Jcia9vYzUZuqCgHLUuMPVD5nIe5MD/2I4mUE0=; b=paeC+0xsap9FmnfZ8t9V8Q4xD1MdD8oqHYGEocKxW1f/tB2PoofGNHerp5SFaKqRWi zfllRaF681FitAp3zFmhEXWM7lnmdms78WMg7AGwuuZVL5nH9YLLLGHFKUvLU/LvvIn+ BSddOvyF0h/Ol+hbnxUpa7DwOgVQndC28lI6k= MIME-Version: 1.0 Received: by 10.231.48.203 with SMTP id s11mr875622ibf.90.1318838108348; Mon, 17 Oct 2011 00:55:08 -0700 (PDT) Received: by 10.231.206.136 with HTTP; Mon, 17 Oct 2011 00:55:08 -0700 (PDT) Date: Mon, 17 Oct 2011 09:55:08 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: lev@FreeBSD.org Subject: subversion and subversion16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2011 07:55:14 -0000 There was a message in /usr/ports/UPDATING about subversion 1.6.x and 1.7.0 my daily # pkg_version -vIL= reports subversion-1.6.17_2 < needs updating (index has 1.7.0_1) I didn't use subversion-freebsd in the past and I want to stick to version 1.6 So from /usr/ports/UPDATING, I believe (c) applies to me I ran # cd /usr/ports/devel/subversion16 # make config this showed me the same options as I always had... No trace of the new options, which I would probably have wanted to deselect if they were there, but I would have expected them to be there ?? -- is this normal? # portupgrade -o devel/subversion16 devel/subversion takes 3 seconds, no output -- is this normal? # portupgrade -m "WITH_SUBVERSION_VER=16" -r devel/subversion16 takes also 3 seconfs, no output -- is this normal? What exactly do these things? I see not much change # pkg_version -vIL= reports still has subversion-1.6.17_2 < needs updating (index has 1.7.0_1) my /var/db/ports had still only a directory subversion with my options file as it was always I don't see a /var/db/ports/subversion16 directory yet Is this normal?? normally I would do (as every week) # portupgrade -yaRrpb I don't want to have 1.7.0 installed ... but before doing that I want to have to be sure ...