From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 22:47:19 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 080EE1065681 for ; Mon, 4 Aug 2008 22:47:19 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id A7C0F8FC1C for ; Mon, 4 Aug 2008 22:47:18 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 5475 invoked by uid 1008); 4 Aug 2008 23:53:11 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 4 Aug 2008 23:53:11 -0000 Message-ID: <489786F5.9070307@el.net> Date: Mon, 04 Aug 2008 18:47:17 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Paul Schmehl References: <4894B222.1040602@el.net> <48955C03.7050101@gmail.com> <489769FA.8000004@el.net> <7E120628E93E2950A152AEAE@utd65257.utdallas.edu> In-Reply-To: <7E120628E93E2950A152AEAE@utd65257.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Client only supports checkout mode 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, 04 Aug 2008 22:47:19 -0000 this is my sup file: *default host=cvsup1.FreeBSD.org *default base=/var/db *default prefix=/home/ncvs *default release=cvs *default delete use-rel-suffix *default tag=. *default compress ports-all this is what i get: # cvsup supfile ( i did csup also ) Connected to cvsup1.FreeBSD.org (here i tried 1, 3, 5, 9, etc)... Updating collection ports-all/cvs Edit ports/editors/vim/Makefile Checkout ports/editors/vim/files/patch-src_vim.h Edit ports/math/rpy/Makefile Checkout ports/math/rpy/files/patch-setup.py Edit ports/math/rpy/pkg-plist Finished successfully # cd /usr/ports/lang/php5 # vi distinfo MD5 (php-5.2.5.tar.bz2) = 1fe14ca892460b09f06729941a1bb605 SHA256 (php-5.2.5.tar.bz2) = 5cac1e70df5019ebdfdab2e0b8b216f7fdf56b9895c9f68c993313918249bba3 SIZE (php-5.2.5.tar.bz2) = 7773024 MD5 (suhosin-patch-5.2.5-0.9.6.2.patch.gz) = a43f1a0ee9e7c41c4cb6890174f1f9d8 SHA256 (suhosin-patch-5.2.5-0.9.6.2.patch.gz) = fd77ccdeb90c83af7492876dda17518de95dd74a5b6feecc5a1bd2c8e322ab53 SIZE (suhosin-patch-5.2.5-0.9.6.2.patch.gz) = 23157 MD5 (php-5.2.5-mail-header.patch) = a3ce79a6aff5f6607d524d81382a31ca SHA256 (php-5.2.5-mail-header.patch) = 9b8ab24505051c6edd66cf2c875d966638d18ec4d672599577b1b8d7d0115b8c SIZE (php-5.2.5-mail-header.patch) = 3420 ~ Paul Schmehl wrote: > --On Monday, August 04, 2008 16:43:38 -0400 kalin m wrote: > >> thanks.... >> >> i tried both cvsup and csup to update my ports and i'm not sure it's >> working. >> they both run through but the ports don't seem to be updated. >> like i can see a new port here >> http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/ which is 5.2.6 >> (also >> on freshports) but using cvsup3.FreeBSD.org i don't get above 5.2.5.... >> >> is there any other way? >> > > Something must be wrong with your cvsupfile. I downloaded > ports.tar.gz from cvsup3/ports/ports-current: > > pauls@utd65257# less /usr/ports/lang/php5/distinfo > MD5 (php-5.2.6.tar.bz2) = 7380ffecebd95c6edb317ef861229ebd > SHA256 (php-5.2.6.tar.bz2) = > 1892b2dd50b56ae2c9aec027fcd9035b76673f113555bc2bc1007bab8ae4db81 > SIZE (php-5.2.6.tar.bz2) = 9571312 > > pauls@utd65257# tar -ztv -f ports.tar.gz | grep ports/lang/php5/distinfo > -rw-rw-r-- 0 archive archive 646 May 12 20:04 > ports/lang/php5/distinfo > > pauls@utd65257# ls -Flash /usr/ports/lang/php5/distinfo > 2 -rw-r--r-- 1 root wheel 646B May 12 10:42 > /usr/ports/lang/php5/distinfo > > As you can see, the distinfo file says php5.2.6, and its size and > creation date match both in my ports tree and in the tarball I fetched > from that server. > > If you want current ports, you need this: > pauls@utd65257# grep ports /etc/cvsupfile > ports-all tag=. >