From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 03:13:18 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55E3AD7A for ; Fri, 5 Sep 2014 03:13:18 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D780F1DC6 for ; Fri, 5 Sep 2014 03:13:17 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id k48so11144462wev.28 for ; Thu, 04 Sep 2014 20:13:16 -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=RilVss7WIo4l6XHGMfs4gWrIKI1zv0sr/v5AqJIgxHw=; b=m9/v6BME/DSxRN2VSEtNmWfld65V625cJl5rDcExd6rhfslm1oQbf1ZuPVJImBSyKH ZMqzbQFSAaBwfpW1V5SLI4maGQOYUG60U/1cOKFVy6eNkVjGtVMf6tx4Vw8scpo1xaes s89fN228CzRipWYJQAahZ2ezvzzo6byPzdAJJRAZEJQhkCixO4RNMBufiSpukUUxsENa 2NUEP8fRWJHJJUx2rPqcsfXhd1uvtp8b+efABCG/E8YHxT+ukRGXUzgLgeAvd4cpdgY7 LFTrlJsTPQuf/BzKmw+JBOH59cdrXnNAbSe0ldCX/ClJ5RCu2HPDE3FMPucfzzkR8wr2 iFwQ== MIME-Version: 1.0 X-Received: by 10.194.58.244 with SMTP id u20mr11324936wjq.36.1409886795996; Thu, 04 Sep 2014 20:13:15 -0700 (PDT) Received: by 10.194.174.166 with HTTP; Thu, 4 Sep 2014 20:13:15 -0700 (PDT) Date: Thu, 4 Sep 2014 23:13:15 -0400 Message-ID: Subject: Port version vs PKG version From: Boris To: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 03:13:18 -0000 Hi all, Maybe a dumb question but how quickly should a new version of a package become available through pkg ? I am asking as I just spent sometime getting rrdtool to work which I finally did by installing the port. http://www.freshports.org/databases/rrdtool/ shows version 1.4.8_4 from the 30th of Aug while the package still shows version 1.4.8_2 pkg search rrdtool [..] rrdtool-1.4.8_2 [..] #pkg update Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. As of: #date Thu Sep 4 22:57:43 EDT 2014 Note: I had to upgrade as 'rrdinfo' and 'rrdupdate' segfault Thanks in advance, Boris