FreshPorts -- The Place For Ports Sat, 5 Jul 2008 1:04 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
portupgrade-devel 2.4.4 ports-mgmt on this many watch lists=25 search for ports that depend on this port
FreeBSD ports/packages administration and management tool suite (devel version)
Maintained by: sem@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Feb 2007 01:09:12


Portupgrade is a tool to upgrade installed packages via ports or
packages.  You can upgrade installed packages without having to
reinstall depending or dependent packages.  It can automatically trace
dependency chains up and down upgrading packages recursively.

This package also includes the following utilities:
portinstall:	Helps you install new ports in a handy way.
portcvsweb:	Instantly lets you browse change history via CVSweb.
portversion:	Replaces pkg_version(1) and helps you upgrade packages
		with portupgrade(1). (runs much faster)
portsclean:	Cleans ports workdir's, unreferenced distfiles,
		old and orphan shared libraries, and stale packages.
portsdb:	Creates binary database from the ports INDEX.
ports_glob:	Expands ports globs.
pkg_deinstall:	Wraps pkg_delete(1) and provides additional features.
pkg_fetch:	Fetches packages from a remote site.
pkg_glob:	Expands package globs.
pkg_which:	Checks which package a file came from quickly.
pkgdb:		Manages and searches the package database.

Author: Akinori MUSHA <knu@FreeBSD.org>
WWW: http://wiki.freebsd.org/portupgrade
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/ruby18
Required To Run: lang/ruby18, databases/ruby-bdb, lang/perl5.8

To install the port: cd /usr/ports/ports-mgmt/portupgrade-devel/ && make install clean
To add the package: pkg_add -r portupgrade-devel


Configuration Options
===> The following configuration options are available for portupgrade-devel-2.4.4:
     BDB4=on (default) "Use Berkeley DB >=2 as backend"
     BDB1=off (default) "Use Berkeley DB 1.85 as backend"
===> Use 'make config' to modify these settings

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/portupgrade/
http://kent.dl.sourceforge.net/sourceforge/portupgrade/
http://easynews.dl.sourceforge.net/sourceforge/portupgrade/
http://ufpr.dl.sourceforge.net/sourceforge/portupgrade/
http://umn.dl.sourceforge.net/sourceforge/portupgrade/
http://heanet.dl.sourceforge.net/sourceforge/portupgrade/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-03-01
    Affects: users of ports-mgmt/portupgrade*
    Author: sem@FreeBSD.org
    Reason: 
      Because of a bug in previous version, it's recommended you fill ALT_PKGDEP
      section in pkgtools.conf file for portupgrade be aware of alternative
      dependencies you use, and run pkgdb -L to restore dependencies that was
      lost.
    
      Example of ALT_PKGDEP section:
      ALT_PKGDEP = {
        'www/apache13' => 'www/apache13-modssl',
        'print/ghostscript-afpl' => 'print/ghostscript-gnu',
      }
    
      Note also, portupgrade knows nothing how to handle ports with different
      suffixes (E.g. -nox11). So you should define explicitly variables
      (E.g. WITHOUT_X11=yes) for the ports in /etc/make.conf or pkgtools.conf
      (MAKE_ARGS section) files.
    
    
Port Moves

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 Jul 2008 17:18:48
Original commit files touched by this commit  2.4.4
sem search for other commits by this committer
Fix pkg-plist with NOPORTDOCS=yes
01 Jul 2008 15:02:54
Original commit files touched by this commit  2.4.4
sem search for other commits by this committer
- Update to 2.4.4
21 Mar 2008 14:20:44
Original commit files touched by this commit  2.4.3_1
sem search for other commits by this committer
- Sync patches with ports-mgmt/portupgrade port
10 Feb 2008 23:59:20
Original commit files touched by this commit  2.4.3
sem search for other commits by this committer
- Upgrade both ports to 2.4.3
  * Change a legacy part of code for gathering dependecies. It fixes
    situation when some depends ports could be updated even when it
    was up-to-date. As a result I added another check for -R option.
  * Fix a wrong condition in portsclean. Now -L option works again.
  * Change a semantic for -q option. Now it means 'quiet'. Don't
    show a message when -N specified and there is an already installed
    package. (Made for DesktopBSD).

Reported by:    pav, Peter Hofer (DesktopBSD)
04 Feb 2008 15:22:00
Original commit files touched by this commit  2.4.2
sem search for other commits by this committer
- Update to 2.4.2
  Minor bugs was fixed. Thanks to all reporters!
31 Jan 2008 17:12:32
Original commit files touched by this commit  2.4.1_1
sem search for other commits by this committer
A work around for HOLD_PKGS that did not work.

Noted by:       NAKAJI Hiroyuki
29 Jan 2008 14:43:14
Original commit files touched by this commit  2.4.1
sem search for other commits by this committer
- Update to 2.4.1
  A bugs fix release
27 Jan 2008 22:45:27
Original commit files touched by this commit  2.4.0_1
sem search for other commits by this committer
- Fix a function name
- When in task list is a port with IGNORE, portupgrade fails. Just ignore it
now.

Reported by:    Gerard <gerard@seibercom.net>,
                Matthew Seaman <m.seaman@infracaninophile.co.uk>
26 Jan 2008 18:29:41
Original commit files touched by this commit  2.4.0
sem search for other commits by this committer
- Update to 2.4.0
 * many bug fixes
 * now all dependencies run under portupgrade control
 * run 'make config-conditional' and 'make config' with -c and -C options

PR:             ports/116830, ports/115249
Reported by:    clemens fischer <ino-news@spotteswoode.dnsalias.org>,
                KOMATSU Shinichiro <koma2@lovepeers.org>,
                and other
03 Jul 2007 12:42:15
Original commit files touched by this commit  2.3.1
sem search for other commits by this committer
- Sync with portupgrade port version till a new devel version will appear.
28 Jun 2007 11:37:32
Original commit files touched by this commit  2.3.0_6
sem search for other commits by this committer
- Fix a bug with -o option

Reported by:    many
01 May 2007 19:07:31
Original commit files touched by this commit  2.3.0_5
sem search for other commits by this committer
- Remove a junk chunk
01 May 2007 19:04:05
Original commit files touched by this commit  2.3.0_5
sem search for other commits by this committer
- Remove superfluous patch
01 May 2007 18:57:29
Original commit files touched by this commit  2.3.0_4
sem search for other commits by this committer
- Fix a few bugs that affected on planned xorg updating.

Pushed by:      kris
Thanks to:      az for a computer for tests
30 Apr 2007 03:45:49
Original commit files touched by this commit  2.3.0_3
kris search for other commits by this committer
Change BROKEN to IGNORE to prevent package build
05 Apr 2007 07:36:52
Original commit files touched by this commit  2.3.0_3
sem search for other commits by this committer
- Mark as BROKEN till a next version will be released
08 Mar 2007 10:54:37
Original commit files touched by this commit  2.3.0_3
sem search for other commits by this committer
- Fix a bug in gathering depends.

Reported by:    krion
04 Mar 2007 12:51:49
Original commit files touched by this commit  2.3.0_2
sem search for other commits by this committer
- A quick fix for ports without an origin (e.g. bsdpan-)
02 Mar 2007 20:18:34
Original commit files touched by this commit  2.3.0_1
sem search for other commits by this committer
- Integrate last patches from stable
01 Mar 2007 09:41:36
Original commit files touched by this commit  2.3.0
sem search for other commits by this committer
- Update to 2.3.0
27 Feb 2007 18:07:40
Original commit files touched by this commit  2.2.6_1
sem search for other commits by this committer
- Patch: make an explicit type cast to be on a safe side.
27 Feb 2007 12:17:00
Original commit files touched by this commit  2.2.6
sem search for other commits by this committer
- Update to 2.2.6. A bugfix release.
26 Feb 2007 12:59:16
Original commit files touched by this commit  2.2.5_1
sem search for other commits by this committer
- Add two patches
26 Feb 2007 10:45:43
Original commit files touched by this commit  2.2.5
sem search for other commits by this committer
Update to 2.2.5. Read NEWS file for details.
23 Feb 2007 16:21:01
Original commit files touched by this commit  2.2.4
sem search for other commits by this committer
- Update to 2.2.4
05 Feb 2007 07:29:46
Original commit files touched by this commit  2.2.2_2
sem search for other commits by this committer
- Fix after moving to a new category.
05 Feb 2007 01:08:46
Original commit files touched by this commit  2.3.0_2
pav search for other commits by this committer
Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18751
Broken 146
Deprecated 98
Ignore 430
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 9
new 48 hours11
new 7 days45
new fortnight78
new month191

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.561 seconds.