Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Jan 2006 21:34:37 +0900 (JST)
From:      KOMATSU Shinichiro <koma2@lovepeers.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91164: sysutils/portupgrade: Upgrade to portupgrade-2.0.0
Message-ID:  <20060101123437.7B5B61147C@koma2-45.wins.timedia.co.jp>
Resent-Message-ID: <200601011240.k01Ce3A6064851@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <cronopios at gmail dot com> [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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060101123437.7B5B61147C>