FreshPorts -- The Place For Ports Sun, 6 Jul 2008 9:08 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
portupgrade 2.4.3_2,2 ports-mgmt on this many watch lists=132 search for ports that depend on this port An older version of this port was marked as vulnerable.
FreeBSD ports/packages administration and management tool suite
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/ && make install clean
To add the package: pkg_add -r portupgrade


Configuration Options
===> The following configuration options are available for portupgrade-2.4.3_2,2:
     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
  • 2008-02-08
    Affects: users of ports-mgmt/portupgrade
    Author: sem@FreeBSD.org
    Reason: 
      As was claimed in the entry 20070301 below in this file, you should fill
      ALT_DEPENDS section of pkgtools.conf for portupgrade to work correctly
      with your alternative dependencies. Now it's an obligatory requirement.
    
      It was done as a compromise between speed and complexity.
    
    

  • 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: 16

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.3_2,2
sem search for other commits by this committer
Fix pkg-plist with NOPORTDOCS=yes
11 Feb 2008 16:17:39
Original commit files touched by this commit  2.4.3_2,2
sem search for other commits by this committer
- Remove code that gather not installed depends. It makes more problems
  than solves.

Discussed with: pav
11 Feb 2008 13:50:27
Original commit files touched by this commit  2.4.3_1,2
sem search for other commits by this committer
- Fix a crash that caused sometimes when -R option specified.

Reported by:    pav
10 Feb 2008 23:59:20
Original commit files touched by this commit  2.4.3,2
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)
10 Feb 2008 12:18:01
Original commit files touched by this commit  2.4.2_1,2
sem search for other commits by this committer
- When -o specifised, gather depends for specified origin.
- Just ignore a package if there is no port directory exists. A correct way
  for users is to place the ports in HOLD_PKGS in pkgtools,conf, but
  they did not. So it makes my life a little easy.
07 Feb 2008 14:38:18
Original commit files touched by this commit  2.4.2,2
sem search for other commits by this committer
- Update to 2.4.2.
  * Many bugs fixed (thanks to all reporters).
  * Semantic for -c and -C has changed. -c runs 'make config-conditional'
    and -C 'make config' (forced config).
  * All ports now runs under portupgrade/portinstall control.
08 Jan 2008 12:33:38
Original commit files touched by this commit  2.3.1_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- A patch from HEAD: when gcc installed, some libraries may be conflicted
  with system ones. portsclean -Li ask to remove them. No removes by
  default, but we don't want an user remove system libraries just press 'y'
  in portscleanup -Li.

PR:             ports/116830
Reported by:    clemens fischer <ino-news at spotteswoode.dnsalias.org>
24 Sep 2007 09:39:27
Original commit files touched by this commit  2.3.1,2
rafan search for other commits by this committer
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:    portmgr (pav)
03 Jul 2007 15:28:01
Original commit files touched by this commit  2.3.1,2
sem search for other commits by this committer
- Remove scared sentence from pkg-message

Asked by:       krion
03 Jul 2007 12:13:38
Original commit files touched by this commit  2.3.1,2
sem search for other commits by this committer
- Update to 2.3.1. Many people test it and it looks good.
  To upgrade back from portupgrade-devel use the command:
  portupgrade -o ports-mgmt/portupgrade portupgrade-devel
23 Mar 2007 09:31:34
Original commit files touched by this commit  2.2.6_3,2
sem search for other commits by this committer
- Remove the last patch. This fix makes other troubles.

Reported on:    ports@
02 Mar 2007 20:10:08
Original commit files touched by this commit  2.2.6_2,2
sem search for other commits by this committer
- Fix a long standing bug when shelljoin() function wrong placed ""
  when more than one variables (WITH_*, WITHOUT_*) passed.
02 Mar 2007 07:46:50
Original commit files touched by this commit  2.2.6_1,2
sem search for other commits by this committer
- Ignore bsdpan- pseudo ports.
- Add a note about ports with suffixes (e.g. -nox11)

Reported by:    David Morgan <morgad_AT_eclipse.co.uk>,
                Philip Kizer <pckizer_AT_nostrum.com>
01 Mar 2007 09:09:02
Original commit files touched by this commit  2.2.6,2
sem search for other commits by this committer
- Update to 2.2.6 version.
  An unpleasant bug was fixed when pkgdb could accidently remove some
  dependencies in +CONTENTS files. It's recomented to run pkgdb -L once
  after upgrade to fix dependencies list. See UPDATING file.

Reported and tested by: Randy Pratt <bsd-unix_AT_earthlink.net>
05 Feb 2007 07:29:46
Original commit files touched by this commit  2.2.2_4,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.2.6_2
 This port version is marked as vulnerable.
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: 16

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 18752
Broken 146
Deprecated 98
Ignore 429
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 13
Set to expire 77
Interactive 79
new 24 hours 6
new 48 hours11
new 7 days38
new fortnight73
new month182

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.406 seconds.