From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 15:37:03 2008 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 A42C0106564A for ; Wed, 26 Nov 2008 15:37:03 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: from mail-qy0-f18.google.com (mail-qy0-f18.google.com [209.85.221.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5487F8FC1B for ; Wed, 26 Nov 2008 15:37:03 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: by qyk11 with SMTP id 11so658491qyk.19 for ; Wed, 26 Nov 2008 07:37:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-mailer:thread-index:content-language; bh=zWcXaiOF5bMVuTngHAodq0LRxD6U/IypPQE5aJP0tKI=; b=O9yboLRN9Vnli0//kNAiiZ7PUJTq2U0Win9XyYMZpn/GsOlchpMPisQpcRtrTN0WGe nPK5GUmNSeKpN3srkW2zG2RcdI04dMEgsyVnYX0mpRZZqtN9NGZsJmWGzFwArPadz0XS Ybnj5EQjWIj7d8kuOa9FKDNutVDCljSMAtHUE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; b=b6GteohMyYeD2pr/gVdf27H2IYVjaOWf7xODgS5EKok4UR5BU0Qypwl34VaUuVmfju wTlN7lDuOLTHWnOSGZmq4rpeKDdA5igVL9ryAK1NH0mKgYy1Xy4LMcXDiWuziSQhiQAd aImtJRORp6J5bOnedXzXTuqBmsHv5sYtVc4XY= Received: by 10.65.139.1 with SMTP id r1mr6300755qbn.66.1227713822165; Wed, 26 Nov 2008 07:37:02 -0800 (PST) Received: from mainpc (d226-16-220.home.cgocable.net [24.226.16.220]) by mx.google.com with ESMTPS id s35sm709129qbs.13.2008.11.26.07.37.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Nov 2008 07:37:01 -0800 (PST) From: "Gary Hartl" To: "FreeBSD Questions" Date: Wed, 26 Nov 2008 10:36:40 -0500 Message-ID: <002801c94fdc$c7206c00$55614400$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AclP3MaiVONaf9BETCOFqk/xVG0GFg== Content-Language: en-ca Subject: Update a package 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: Wed, 26 Nov 2008 15:37:03 -0000 Hi all; Ok uber noob question here. I have gettext-0.14.5 installed from the package tree, I want to update to gettext-0.17_1 Is there a ways to do that with the pkg_add or some other command? I google'ed it and only found ways to update local ports sources...(which means I either suck at google or fbsd or both) Thanks for understanding my noobness. Gary