notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: ports-mgmt/portupgrade/Makefile
SVNWeb

Number of commits found: 79

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Thu, 5 Jan 2023
[ 09:55 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:2a325f4cc52c8565348304a9a24a2975ecaaeedd  commit hash:2a325f4cc52c8565348304a9a24a2975ecaaeedd  commit hash:2a325f4cc52c8565348304a9a24a2975ecaaeedd  2a325f4 
ports-mgmt/portupgrade*: Use databases/rubygem-dbm with Ruby 3.2

databases/ruby-bdb is BROKEN with Ruby 3.2.

PR:		268207
Approved by:	maintainer timeout
MFH:		2023Q1
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:9c165b983562e903a35c424b209ae3305652c866  commit hash:9c165b983562e903a35c424b209ae3305652c866  commit hash:9c165b983562e903a35c424b209ae3305652c866  9c165b9  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
ports-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Stangl <alex@stangl.us>
  *  Anders F Bjorklund <afb@users.sourceforge.net>
  *  Benjamin Lutz
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Conrad J. Sabatier <conrads@cox.net>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Gabriel Linder <linder.gabriel@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 9 Mar 2018
[ 19:32 bdrewery search for other commits by this committer ] Original commit   Revision:463994
Update to 2.4.16.

 - Preserve shlib symlink [1]

PR:		223943 [1]
Thu, 30 Mar 2017
[ 17:18 bdrewery search for other commits by this committer ] Original commit   Revision:437321
Update to 2.4.15.

  - pkgdu: Fix syntax error with Ruby 2.3 (invalid next)

PR:		218139
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 8 Mar 2016
[ 13:09 mat search for other commits by this committer ] Original commit   Revision:410613 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.

Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
Wed, 27 May 2015
[ 15:17 bdrewery search for other commits by this committer ] Original commit   Revision:387621
Update to 2.4.14

Changes:
  * Fix ordering of build based on FETCH/PATCH/EXTRACT dependencies. [1]
  * Support security vulnerabilities as a build failure reason. [2]
  * portupgrde -p: Fix new dependencies not getting installed. (#58) [3]
  * Don't install missing dependencies which are already satisfied (#62).
    Note that this purposely causes these missing dependencies to not show
    in the job (-n) and final results output which is a compromise to at least
    avoid the wrong packages being installed. The logging issue is in #30.

PR:		177365 [1]
Submitted by:	truckman@ [1]
PR:		192232 [2]
Submitted by:	Yuri <yuri@rawbw.com> [2]
PR:		184672 [3]
Mon, 13 Oct 2014
[ 15:55 bdrewery search for other commits by this committer ] Original commit   Revision:370790
- Add dependency back for ruby-bdb for Ruby 2.0.

PR:		188084
PR:		185523
Mon, 6 Oct 2014
[ 23:04 bdrewery search for other commits by this committer ] Original commit   Revision:370246
- Update to 2.4.13
- Update plist for pkg-1.3
- Remove pkg-message as ALT_PKGDEP has not worked properly since 2008.
  See https://github.com/freebsd/portupgrade/issues/61

Changes:
  * portinstall/upgrade -P[P] now supported with pkgng
  * pkg_fetch now supports pkgng
  * Fixed pkg-1.3 delete support to not recurse
  * Fixed portupgrade -b support with pkgng
  * Improved portsclean performance with pkgng (#59)
  * Use service(8) for rc script restarting
  * Show command executions with PORTUPGRADE_DEBUG in environment
  * Deprecate rc script handling in lieu of pkg's HANDLE_RC_SCRIPTS in pkg.conf
Tue, 29 Jul 2014
[ 23:41 bdrewery search for other commits by this committer ] Original commit   Revision:363413
Quick fix for pkg-1.3 delete handling. It now requires -f to not automatically
recurse.
Sun, 25 May 2014
[ 23:35 bdrewery search for other commits by this committer ] Original commit   Revision:355270
- Fix building as user
[ 16:24 bdrewery search for other commits by this committer ] Original commit   Revision:355252
- Blacklist ruby-bdb with Ruby 2.1 [1]
- Stop installing script(1) wrapper [2]
- Fix ZSH dir leftover (somewhat a false-positive) [3]

PR:		ports/188084 [1]
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> [1]
Submitted by:	sunpoet [2]
Reported by:	swills [3]
Sat, 12 Apr 2014
[ 03:39 bdrewery search for other commits by this committer ] Original commit   Revision:351065
- Update LICENSE to BSD3CLAUSE
- Convert to USES=tar
- Convert to @sample
  Don't bump PORTREVISION as this is a nop.
Sun, 15 Dec 2013
[ 02:25 bdrewery search for other commits by this committer ] Original commit   Revision:336504
- Update to 2.4.12

Changes:

 * Fix namespace clash with TSort when using bundler
Thu, 5 Dec 2013
[ 14:38 bdrewery search for other commits by this committer ] Original commit   Revision:335671
- Update to 2.4.11.3

Changes:

 * Fix date parsing with pkg_install
 * Show proper origin in 'portupgrade' when duplicates detected
 * Fix crash when attempting to upgrade bsdpan packages

PR:		ports/184428
PR:		ports/184426
Submitted by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Thu, 3 Oct 2013
[ 15:06 bdrewery search for other commits by this committer ] Original commit   Revision:329199
Force rebuild which may address some recent reports of issues backing up
packages
Mon, 23 Sep 2013
[ 11:24 bdrewery search for other commits by this committer ] Original commit   Revision:327977
- Support STAGEDIR
Sat, 21 Sep 2013
[ 14:02 bdrewery search for other commits by this committer ] Original commit   Revision:327816
- Update to 2.4.11.2

Changes:
  Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1]

PR:		ports/182239 [1]
Fri, 20 Sep 2013
[ 15:58 bdrewery search for other commits by this committer ] Original commit   Revision:327710 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Add NO_STAGE until validated to be safe for upcoming staging support
Thu, 19 Sep 2013
[ 00:19 bdrewery search for other commits by this committer ] Original commit   Revision:327590
- Update to 2.4.11.1

Changes:
  - Fix pkgng detection when using pkg-devel [1]
  - Try to fix stack overflow issue with Ruby 1.9 and large installs [2]

PR:		ports/181813 [1]
Reported by:	Takanori Saneto <sanewo@ba2.so-net.ne.jp> [1]
Reported by:	many [2]
Tested by:	Robert Burmeister [2]
Sun, 21 Jul 2013
[ 13:57 bdrewery search for other commits by this committer ] Original commit   Revision:323387
- Update to 2.4.11

Changes:
  * Speedup and simplify pkgng usage by not populating pkgdb.db
Mon, 15 Jul 2013
[ 23:37 bdrewery search for other commits by this committer ] Original commit   Revision:323082
- Update to 2.4.10.7
- Add LOCAL mirror

Changes:
  * Fix FTP PACKAGESITE encoding / as %2F in Ruby1.9

Reported by:	Jigal Weinberg
Sat, 29 Jun 2013
[ 11:05 bdrewery search for other commits by this committer ] Original commit   Revision:322041
- Update to 2.4.10.6

Changes:

  * Fix how pkgng support is detected for completions
  * Fix portcvsweb so it uses svnweb.FreeBSD.ORG [1]
  * Symlink portcvsweb as portsvnweb
  * Fix portcvsweb FreshPorts and datespec support [2]
  * Add support for WITH_PKGNG=devel

Submitted by:	Matthew Luckie <mjl@luckie.org.nz> [1] (based on)
Submitted by:	paranormal <paranormal@isgroup.com.ua> [2]
Sun, 17 Mar 2013
[ 22:04 bdrewery search for other commits by this committer ] Original commit   Revision:314498
- Don't use ruby-bdb with ruby 2.0 as it is currently
  broken. Fallback on dbm_hash for now.

Reported by:	Jeroen Ruigrok van der Werven
Wed, 13 Mar 2013
[ 11:13 bdrewery search for other commits by this committer ] Original commit   Revision:314066
- Update to 2.4.10.5

Changes:
 * Fix -O flag not always being respected
 * Disable dependency sanity checking with PKGNG as it has its own mechcanism
   pkg-check(8) for that.
 * Fix date parsing support with PKGNG [1]

PR:		ports/175926 [1]
Reported by:	deeptech71 <deeptech71@gmail.com> [1]
Thu, 24 Jan 2013
[ 20:47 bdrewery search for other commits by this committer ] Original commit   Revision:310944
- Remove optional dependency on databases/ruby-bdb1 as there
  is really no compelling reason to keep it. It just adds
  confusion. Portupgrade should gracefully handle rebuilding
  the pkgdb now if the bdb backend changes because of this.
  If not just force rebuild: pkgdb -uf
- Make databases/ruby-bdb the unconditional db backend
Tue, 15 Jan 2013
[ 06:01 bdrewery search for other commits by this committer ] Original commit   Revision:310426
- Update to 2.4.10.4

Changes:
 - Fixes crash when HOME is not set in the environment,
   which fixes some cases of puppet usage [1]

PR:		ports/175281 [1]
Reported by:	Vladimir <v.chernyadev@tradesoft.ru> [1]
Tue, 11 Dec 2012
[ 17:04 bdrewery search for other commits by this committer ] Original commit   Revision:308703
- Convert SINGLE OPTION DB_OVERRIDE to RADIO
Fri, 7 Dec 2012
[ 04:07 bdrewery search for other commits by this committer ] Original commit   Revision:308410
- Update to 2.4.10.3

Changes:
    * Fix ZSH completions with PKGNG
    * Fix BASH completions with PKGNG
    * Fix upgrading ports-mgmt/pkg causing hangs on 9.1,STABLE,CURRENT

Feature safe:	yes
Thu, 18 Oct 2012
[ 15:29 bdrewery search for other commits by this committer ] Original commit   Revision:306076
- Update to 2.4.10.2

Changes:
 - Fix error when running `pkgdb -L`

PR:		ports/172855
Feature safe:	yes
[ 05:02 bdrewery search for other commits by this committer ] Original commit   Revision:306052
- Update to 2.4.10.1

Changes:
 * Fixes pkgdb stale lock when cleaning shared libraries
 * Fixes pkgng code causing 'pkg set -o' to be called when
   not needed.

Feature safe:	yes
Mon, 15 Oct 2012
[ 00:59 bdrewery search for other commits by this committer ] Original commit   Revision:305900
- 2.4.10 release
- Trim header

Changes:
  * Pkgng support when WITH_PKGNG=yes is defined in /etc/make.conf
    Portupgrade does not yet support pkgng packages or `pkgdb -F`,
    just building/upgrading ports using pkgng.
    Be sure to run `pkgdb -fu` to convert any existing pkgdb.
  * Move all files out of global ruby namespace
  * manpage cleanups

Feature safe:	yes
Tue, 28 Aug 2012
[ 16:04 bdrewery search for other commits by this committer ] Original commit 
- Update to 2.4.9.9

Changelog:
 * Fix running portupgrade from a portdir picking that port up as
   the origin to upgrade/install. Regression from 2.4.9.8 [1]
 * Don't run 'make config' when only using packages with -PP
 * Fix portinstall -n not listing depends or a summary (#29)
 * manpage cleanups
 * port{install,upgrade} -n will no longer fetch packages when using
   -P or -PP. Use -F to fetch packages instead. -n implies dry run,
   so it should not be making any modifications to the system.

Reported by:	ache@ [1]
Approved by:	bapt (mentor)
Sun, 26 Aug 2012
[ 03:15 bdrewery search for other commits by this committer ] Original commit 
- Update to 2.4.9.8

Changelog:

  * Fix MOVED tracking when upgrading ports [1]
  * Track and display deleted ports when upgrading
  * Automatically set DISABLE_CONFLICTS when moving origins
  * Fix crash when running portupgrade inside of a WRKDIR
  * Fix "Frozen string" error with ruby 1.9 when using the
    {BEFORE,AFTER}{INSTALL,DEINSTALL} hooks in pkgtools.conf
  * Fix failure being seen as success due to broken script(1) on
    older systems [2][3]. This is done by installing a more recent
    script(1) into PREFIX/libexec/pkgtools and using it instead.
    Only installed/used on FreeBSD 8.0 and earlier.

PR:		ports/151662 [1], ports/147242 [2],
		ports/131111 [3]
Approved by:	eadler (mentor)
Thu, 2 Aug 2012
[ 21:42 bdrewery search for other commits by this committer ] Original commit 
- Update to my new maintainer address

Approved by:	eadler (mentor)
Tue, 31 Jul 2012
[ 04:54 jgh search for other commits by this committer ] Original commit 
- Update to 2.4.9.7
- Fixes crash when checking for duplicated origins

PR:	ports/170292
Reported by: Hans
Submitted by:	maintainer, bryan@shatow.net
Mon, 30 Jul 2012
[ 05:02 jgh search for other commits by this committer ] Original commit 
- Update to 2.4.9.6, and add DOCS option to port
-- Fix `portsdb -U` crash
-- Show new version when upgrading ports
-- Show recursive depends when upgrading
-- Respect LOCALBASE [ports/146858]
-- Fix crash on duplicated origins

PR:	ports/170266
Submitted by:	maintainer, bryan@shatow.net
Sat, 2 Jun 2012
[ 09:38 bapt search for other commits by this committer ] Original commit 
Convert to new options framework

PR=             ports/168534
Submitted by:   Bryan Drewery <bryan@shatow.net> (maintainer)
Wed, 2 May 2012
[ 15:35 eadler search for other commits by this committer ] Original commit 
Upgrade to 2.4.9.5

Changes:

Fixes regression introduced 2.4.9.4 release, causing failed upgrades to
be seen as successes. Reported by: Matthew D. Fuller

PR:             ports/167512
Submitted by:   Bryan Drewery <bryan@shatow.net> (maintainer)
Fri, 27 Apr 2012
[ 04:41 jgh search for other commits by this committer ] Original commit 
- Update to 2.4.9.4

PR:     ports/167338
Submitted by:   maintainer, bryan@shatow.net
Fri, 20 Apr 2012
[ 16:43 jgh search for other commits by this committer ] Original commit 
- use Sourceforge
- avoids issue with not having SSL support
- Adds LICENSE
- Uses proper RUBY_VER
- on request from myself, pkg-message was generalized by maintainer

PR:     ports/167096
Submitted by:   maintainer, bryan@shatow.net
Mon, 16 Apr 2012
[ 21:44 bapt search for other commits by this committer ] Original commit 
- new upstream for portupgrade
- update WWW, MASTER_SITE and distfile to reflect this
- fix usage with ruby 1.9[1]

PR:             ports/165353 [1], ports/166992 [2]
Submitted by:   "Dr. Andreas Haakh" <bugReporter@ib-haakh.de> [1], Bryan Drewery
<bryan@shatow.net> [2] (new maintainer)
Wed, 22 Feb 2012
[ 05:20 pgollucci search for other commits by this committer ] Original commit 
-  Reassign to ports@
   please consider using ports-mgmt/portmaster

Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via
#bsdports
[ 05:12 linimon search for other commits by this committer ] Original commit 
dd note about default PR assignment.

Spurred by:     pgollucci
Tue, 23 Aug 2011
[ 10:15 stas search for other commits by this committer ] Original commit 
- Update to 2.4.9.3 (a bugfix release).
[ 07:44 stas search for other commits by this committer ] Original commit 
- We don't install README anymore.
- Fix a bug when :map was used on a string.
[ 07:00 stas search for other commits by this committer ] Original commit 
- Don't use ruby 1.9 File.realpath(), use File.expand_path() instead.
  The former generates exceptions when the path doesn't exist, which
  is not what we want.
[ 03:25 stas search for other commits by this committer ] Original commit 
- Update to 2.4.9.2.
  This version is a bugfix release.
Thu, 18 Aug 2011
[ 08:05 stas search for other commits by this committer ] Original commit 
- Update portupgrade to 2.4.9.
  This version brings ruby 1.9 support contributed by Steve Wills.
Sun, 3 Apr 2011
[ 07:18 stas search for other commits by this committer ] Original commit 
- Mark the conflict with portupgrade-devel as an install only conflict.
Tue, 14 Dec 2010
[ 07:36 stas search for other commits by this committer ] Original commit 
- Fix portupgrade's shebang patcher.

Reported by:    many
Submitted by:   knu
Tue, 23 Nov 2010
[ 20:41 stas search for other commits by this committer ] Original commit 
- Update to 2.4.8:
  - Fix the bug in BEFOREDEINSTALL processing.
  - Add .txz packages support.
Mon, 8 Nov 2010
[ 07:56 stas search for other commits by this committer ] Original commit 
- Update to 2.4.7.
Fri, 12 Mar 2010
[ 09:06 nork search for other commits by this committer ] Original commit 
Don't install and/or build dependencies when only using packages.

PR:             ports/143979
Submitted by:   Bryan Drewery  bryan at shatow net
Reviewed by:    Yusuke Hoshizuki  hoshizuki at chaos cs tsukuba ac jp
Sat, 22 Aug 2009
[ 00:35 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Tue, 21 Jul 2009
[ 20:12 sem search for other commits by this committer ] Original commit 
- Drop maintainership to ruby@
[ 20:09 sem search for other commits by this committer ] Original commit 
- A workaround for a null string problem with -R option

Submitted by:   John Rumsey <rumseyj at rumsey.co.nz>
Thu, 9 Apr 2009
[ 11:44 sem search for other commits by this committer ] Original commit 
- After portversion get -F option, -v stops showing full packages names.
  Fix it.
Tue, 31 Mar 2009
[ 16:03 sem search for other commits by this committer ] Original commit 
- A patch to fix fetching of packages problem.
Thu, 12 Feb 2009
[ 16:46 pav search for other commits by this committer ] Original commit 
- Simplify ldconfig handling
Sun, 3 Aug 2008
[ 02:23 sem search for other commits by this committer ] Original commit 
- Remove perl dependency. perl is not used for some time as it was before.
Wed, 16 Jul 2008
[ 20:36 sem search for other commits by this committer ] Original commit 
- Update to 2.4.6
  * Many bugs was fixed
  * a new pkgdu utility shows installed packages disk usage

PR:             many
Mon, 11 Feb 2008
[ 16:17 sem search for other commits by this committer ] Original commit 
- Remove code that gather not installed depends. It makes more problems
  than solves.

Discussed with: pav
[ 13:50 sem search for other commits by this committer ] Original commit 
- Fix a crash that caused sometimes when -R option specified.

Reported by:    pav
Sun, 10 Feb 2008
[ 23:59 sem search for other commits by this committer ] Original commit 
- 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)
[ 12:18 sem search for other commits by this committer ] Original commit 
- 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.
Thu, 7 Feb 2008
[ 14:38 sem search for other commits by this committer ] Original commit 
- 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.
Tue, 8 Jan 2008
[ 12:33 sem search for other commits by this committer ] Original commit 
- 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>
Tue, 3 Jul 2007
[ 11:13 sem search for other commits by this committer ] Original commit 
- 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
Fri, 23 Mar 2007
[ 09:31 sem search for other commits by this committer ] Original commit 
- Remove the last patch. This fix makes other troubles.

Reported on:    ports@
Fri, 2 Mar 2007
[ 20:10 sem search for other commits by this committer ] Original commit 
- Fix a long standing bug when shelljoin() function wrong placed ""
  when more than one variables (WITH_*, WITHOUT_*) passed.
[ 07:46 sem search for other commits by this committer ] Original commit 
- 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>
Thu, 1 Mar 2007
[ 09:09 sem search for other commits by this committer ] Original commit 
- 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>
Mon, 5 Feb 2007
[ 07:29 sem search for other commits by this committer ] Original commit 
- Fix after moving to a new category.
[ 01:08 pav search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
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: 79