FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:59 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
portupgrade 2.4.6_3,2 ports-mgmt on this many watch lists=169 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: ruby@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> (Not the current maintainer)
Maintainer: freebsd-ruby mailing list <ruby@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

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.6_3,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://heanet.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://sunet.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://iweb.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://switch.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://surfnet.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://kent.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://freefr.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://voxel.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://jaist.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://osdn.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://nchc.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://transact.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://softlayer.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://internode.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://biznetnetworks.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
http://ufpr.dl.sourceforge.net/project/portupgrade/pkgtools/2.4.6/
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: 25

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Dec 2009 12:24:33
Original commit files touched by this commit  2.4.6_3,2
knu search for other commits by this committer
Stop users from sending general questions, suggestions and patches
directly to me.
22 Aug 2009 01:35:32
Original commit files touched by this commit  2.4.6_3
  Sanity Test Failure This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
21 Jul 2009 21:12:15
Original commit files touched by this commit  2.4.6_3,2
sem search for other commits by this committer
- Drop maintainership to ruby@
21 Jul 2009 21:09:17
Original commit files touched by this commit  2.4.6_3,2
sem search for other commits by this committer
- A workaround for a null string problem with -R option

Submitted by:   John Rumsey <rumseyj at rumsey.co.nz>
09 Apr 2009 12:44:48
Original commit files touched by this commit  2.4.6_2,2
sem search for other commits by this committer
- After portversion get -F option, -v stops showing full packages names.
  Fix it.
31 Mar 2009 17:03:36
Original commit files touched by this commit  2.4.6_1,2
sem search for other commits by this committer
- A patch to fix fetching of packages problem.
12 Feb 2009 16:46:24
Original commit files touched by this commit  2.4.6,2
pav search for other commits by this committer
- Simplify ldconfig handling
03 Aug 2008 03:23:07
Original commit files touched by this commit  2.4.6,2
sem search for other commits by this committer
- Remove perl dependency. perl is not used for some time as it was before.
16 Jul 2008 21:36:49
Original commit files touched by this commit  2.4.6,2
sem search for other commits by this committer
- Update to 2.4.6
  * Many bugs was fixed
  * a new pkgdu utility shows installed packages disk usage

PR:             many
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: 25

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

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