FreshPorts -- The Place For Ports Thu, 18 Mar 2010 9:41 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-devel 20091221_1,1 ports-mgmt on this many watch lists=24 search for ports that depend on this port
FreeBSD ports/packages management tool (devel version)
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.
pkgdu:		Display a disk usage for installed packages.

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-devel/ && make install clean
To add the package: pkg_add -r portupgrade-devel


Configuration Options
===> The following configuration options are available for portupgrade-devel-20091221_1,1:
     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:
ftp://ftp.SpringDaemons.com/soft/
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: 37

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Dec 2009 03:28:41
Original commit files touched by this commit  20091221_1,1
stas search for other commits by this committer
- Update to a new snapshot: this fixes the bug in processing ports/packages
  with no INDEX entry.
21 Dec 2009 22:35:08
Original commit files touched by this commit  20091221,1
stas search for other commits by this committer
- Update to 12/21/2009 snapshot.
21 Dec 2009 12:24:33
Original commit files touched by this commit  20091029,1
knu search for other commits by this committer
Stop users from sending general questions, suggestions and patches
directly to me.
29 Oct 2009 00:45:26
Original commit files touched by this commit  20091029,1
stas search for other commits by this committer
- Update to latest development snapshot of portupgrade.
22 Aug 2009 01:35:32
Original commit files touched by this commit  2.4.6
  Sanity Test Failure
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
sem search for other commits by this committer
- Drop maintainership to ruby@
12 Feb 2009 16:46:24
Original commit files touched by this commit  2.4.6
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
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:38:30
Original commit files touched by this commit  2.4.6
sem search for other commits by this committer
- Sync with ports-mgmt/portupgrade
11 Jul 2008 12:25:16
Original commit files touched by this commit  2.4.6
sem search for other commits by this committer
- Update to 2.4.6
* Bugs fixes.
* A new utility - pkgdu. Display a disk usage for installed packages.
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: 37

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 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 21408
Broken 173
Deprecated 45
Ignore 897
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 3
new 48 hours4
new 7 days19
new fortnight47
new month96

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