From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 1 12:40:06 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D368D16A41F for ; Sun, 1 Jan 2006 12:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB3343D55 for ; Sun, 1 Jan 2006 12:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k01Ce3g2064855 for ; Sun, 1 Jan 2006 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k01Ce3A6064851; Sun, 1 Jan 2006 12:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 1 Jan 2006 12:40:03 GMT Resent-Message-Id: <200601011240.k01Ce3A6064851@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KOMATSU Shinichiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 449E716A41F for ; Sun, 1 Jan 2006 12:34:39 +0000 (GMT) (envelope-from koma2@timedia.co.jp) Received: from timedia.co.jp (nurikabe.timedia.co.jp [218.225.123.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F87C43D6A for ; Sun, 1 Jan 2006 12:34:38 +0000 (GMT) (envelope-from koma2@timedia.co.jp) Received: by koma2-45.wins.timedia.co.jp (Postfix, from userid 1000) id 7B5B61147C; Sun, 1 Jan 2006 21:34:37 +0900 (JST) Message-Id: <20060101123437.7B5B61147C@koma2-45.wins.timedia.co.jp> Date: Sun, 1 Jan 2006 21:34:37 +0900 (JST) From: KOMATSU Shinichiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91164: sysutils/portupgrade: Upgrade to portupgrade-2.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: KOMATSU Shinichiro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2006 12:40:07 -0000 >Number: 91164 >Category: ports >Synopsis: sysutils/portupgrade: Upgrade to portupgrade-2.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 01 12:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KOMATSU Shinichiro >Release: FreeBSD 5.4-RELEASE-p8 i386 >Organization: >Environment: FreeBSD 5.4-RELEASE-p8 i386 >Description: (1) Change the versioning scheme of portupgrade. portupgrade now becomes 2.0.0! (2) Add FreshPorts support to portcvsweb(1). You can view CVS history via FreshPorts instead of CVSweb by using "portcvsweb -F". See the man page of portcvsweb(1) for details. (3) If the change of the origin is written in MOVED, portupgrade reads and chases it. You no longer need to supply the origin of the new pkg by "-o" option. Example: When ftp/wget-devel is moved to ftp/wget, previously you had to run, % portupgrade -o ftp/wget wget Now, just run % portupgrade wget and portupgrade will do what you want to do. (4) Try to guess the pkg to be upgraded, when no pkgname is supplied as a command line argument. This can be done only when the current directory is under $PORTSDIR. Example: Running % cd /usr/ports/ftp/wget % portupgrade will upgrade ftp/wget. (5) The frequency of INDEX generation on official site is now sufficient, recommend to run "portsdb -F" (fetch INDEX from official site) instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1] Pointed out by: Enrique Matias [1] >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/portupgrade/Makefile,v retrieving revision 1.206 diff -u -r1.206 Makefile --- Makefile 4 Dec 2005 06:39:11 -0000 1.206 +++ Makefile 1 Jan 2006 07:40:33 -0000 @@ -6,8 +6,9 @@ # PORTNAME= portupgrade -PORTVERSION= 20051204 +PORTVERSION= 2.0.0 PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://dists.lovepeers.org/distfiles/portupgrade/ DISTNAME= pkgtools-${DISTVERSION} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/portupgrade/distinfo,v retrieving revision 1.156 diff -u -r1.156 distinfo --- distinfo 4 Dec 2005 06:39:11 -0000 1.156 +++ distinfo 1 Jan 2006 07:41:20 -0000 @@ -1,3 +1,3 @@ -MD5 (pkgtools-20051204.tar.bz2) = 9c90481860f80d80f856ec72907ea730 -SHA256 (pkgtools-20051204.tar.bz2) = d118d5fb63a06217b61b06b1d0349413a131044d96cfe187da7da7a7bfd83867 -SIZE (pkgtools-20051204.tar.bz2) = 105771 +MD5 (pkgtools-2.0.0.tar.bz2) = 95b496794b27ee6b4ca3308ca7c738b1 +SHA256 (pkgtools-2.0.0.tar.bz2) = adab18918dff6190a9a29035e77521975a2acd4359754309548c026416d21aa0 +SIZE (pkgtools-2.0.0.tar.bz2) = 106316 >Release-Note: >Audit-Trail: >Unformatted: