Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 15:06:40 -0800 (PST)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/portupgrade Makefile distinfo pkg-comment pkg-descr pkg-plist
Message-ID:  <200103172306.f2HN6eV71149@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/03/17 15:06:40 PST

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/portupgrade Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Add portupgrade, a tool to upgrade installed packages with ports.
  
  It upgrades ports without reinstalling dependent packages by directly
  modifying the package info recorded in the files under /var/db/pkg.
  
  e.g.
  	portupgrade gtk
  	portupgrade -cC gnome\*
  
  It currently has many design flaws (to me at least) but I am releasing
  this because it's functionally stable enough to use. (I believe.. ;)
  
  Use with care, at your own risk.
  
  Revision  Changes    Path
  1.164     +2 -1      ports/sysutils/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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