Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.16_3,2 21 Mar 2024 09:25:06 |
Eugene Grosbein (eugen) |
ports-mgmt/portupgrade: unbreak for Ruby 3.2+
portupgrade fails with an error "undefined method `exists?' for File:Class"
if used with Ruby 3.2+ (seems it removed alias "exists?" for method "exist?").
Fix it. Bump PORTREVISION. |
2.4.16_2,2 03 Mar 2024 01:40:51 |
Yasuhiro Kimura (yasu) |
ports-mgmt/portupgrade*: Move manpages to share/man
PR: 277400
Approved by: portmgr (blanket) |
2.4.16_1,2 31 Jul 2023 23:34:41 |
Yasuhiro Kimura (yasu) |
ports-mgmt/portupgrade*: Revert "Use databases/rubygem-dbm with Ruby 3.2"
This reverts commit 2a325f4cc52c8565348304a9a24a2975ecaaeedd.
With commit 5ebb18384791 database/ruby-bdb works fine with all
supported ruby versions. So always use it as RUN_DEPENDS again.
PR: 272491
Approved by: maintainer timeout |
2.4.16,2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
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 |
2.4.16,2 05 Jan 2023 09:55:42 |
Yasuhiro Kimura (yasu) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.16,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.4.16,2 20 Jul 2022 14:22:46 |
Tobias C. Berner (tcberner) |
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 ) |
2.4.16,2 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: 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) |
2.4.16,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.16,2 09 Mar 2018 19:32:18 |
bdrewery |
Update to 2.4.16.
- Preserve shlib symlink [1]
PR: 223943 [1] |
2.4.15,2 30 Mar 2017 17:18:11 |
bdrewery |
Update to 2.4.15.
- pkgdu: Fix syntax error with Ruby 2.3 (invalid next)
PR: 218139 |
2.4.14,2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.4.14,2 08 Mar 2016 13:09:12 |
mat |
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 |
2.4.14,2 27 May 2015 15:17:57 |
bdrewery |
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] |
2.4.13_1,2 13 Oct 2014 15:55:00 |
bdrewery |
- Add dependency back for ruby-bdb for Ruby 2.0.
PR: 188084
PR: 185523 |
2.4.13,2 06 Oct 2014 23:04:56 |
bdrewery |
- 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 |
2.4.12_2,2 29 Jul 2014 23:41:20 |
bdrewery |
Quick fix for pkg-1.3 delete handling. It now requires -f to not automatically
recurse. |
2.4.12_1,2 25 May 2014 23:35:46 |
bdrewery |
- Fix building as user |
2.4.12_1,2 25 May 2014 16:24:26 |
bdrewery |
- 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] |
2.4.12,2 18 Apr 2014 22:37:29 |
bdrewery |
- Don't remove ruby dirs
- Don't bump PORTREVISION as this isn't a big deal, just a nit. |
2.4.12,2 12 Apr 2014 03:39:48 |
bdrewery |
- Update LICENSE to BSD3CLAUSE
- Convert to USES=tar
- Convert to @sample
Don't bump PORTREVISION as this is a nop. |
2.4.12,2 15 Dec 2013 02:25:08 |
bdrewery |
- Update to 2.4.12
Changes:
* Fix namespace clash with TSort when using bundler |
2.4.11.3,2 05 Dec 2013 14:38:36 |
bdrewery |
- 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> |
2.4.11.2_1,2 03 Oct 2013 15:06:57 |
bdrewery |
Force rebuild which may address some recent reports of issues backing up
packages |
2.4.11.2,2 23 Sep 2013 11:24:01 |
bdrewery |
- Support STAGEDIR |
2.4.11.2,2 21 Sep 2013 14:02:45 |
bdrewery |
- 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] |
2.4.11.1,2 20 Sep 2013 15:58:09 |
bdrewery |
- Add NO_STAGE until validated to be safe for upcoming staging support |
2.4.11.1,2 19 Sep 2013 00:19:37 |
bdrewery |
- 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] |
2.4.11,2 21 Jul 2013 13:57:25 |
bdrewery |
- Update to 2.4.11
Changes:
* Speedup and simplify pkgng usage by not populating pkgdb.db |
2.4.10.7,2 15 Jul 2013 23:37:40 |
bdrewery |
- Update to 2.4.10.7
- Add LOCAL mirror
Changes:
* Fix FTP PACKAGESITE encoding / as %2F in Ruby1.9
Reported by: Jigal Weinberg |
2.4.10.6,2 29 Jun 2013 11:05:42 |
bdrewery |
- 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] |
2.4.10.5_1,2 17 Mar 2013 22:04:00 |
bdrewery |
- 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 |
2.4.10.5,2 13 Mar 2013 11:13:36 |
bdrewery |
- 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] |
2.4.10.4_1,2 24 Jan 2013 20:47:18 |
bdrewery |
- 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 |
2.4.10.4,2 15 Jan 2013 06:01:57 |
bdrewery |
- 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] |
2.4.10.3,2 11 Dec 2012 17:04:22 |
bdrewery |
- Convert SINGLE OPTION DB_OVERRIDE to RADIO |
2.4.10.3,2 07 Dec 2012 04:07:39 |
bdrewery |
- 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 |
2.4.10.2,2 18 Oct 2012 15:29:09 |
bdrewery |
- Update to 2.4.10.2
Changes:
- Fix error when running `pkgdb -L`
PR: ports/172855
Feature safe: yes |
2.4.10.1,2 18 Oct 2012 05:02:06 |
bdrewery |
- 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 |
2.4.10,2 15 Oct 2012 00:59:49 |
bdrewery |
- 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 |
2.4.9.9,2 28 Aug 2012 16:04:18 |
bdrewery |
- 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) |
2.4.9.8,2 26 Aug 2012 03:15:31 |
bdrewery |
- 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) |
2.4.9.7,2 02 Aug 2012 21:42:30 |
bdrewery |
- Update to my new maintainer address
Approved by: eadler (mentor) |
2.4.9.7,2 31 Jul 2012 04:54:28 |
jgh |
- 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 |
2.4.9.6,2 30 Jul 2012 05:02:33 |
jgh |
- 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 |
2.4.9.5,2 02 Jun 2012 09:38:19 |
bapt |
Convert to new options framework
PR= ports/168534
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer) |
2.4.9.5,2 02 May 2012 15:35:08 |
eadler |
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) |
2.4.9.4,2 27 Apr 2012 04:41:47 |
jgh |
- Update to 2.4.9.4
PR: ports/167338
Submitted by: maintainer, bryan@shatow.net |
2.4.9.3_1,2 20 Apr 2012 16:43:12 |
jgh |
- 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 |
2.4.9.3_1,2 16 Apr 2012 21:44:38 |
bapt |
- 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) |
2.4.9.3,2 22 Feb 2012 05:20:42 |
pgollucci |
- Reassign to ports@
please consider using ports-mgmt/portmaster
Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via
#bsdports |
2.4.9.3,2 22 Feb 2012 05:12:09 |
linimon |
dd note about default PR assignment.
Spurred by: pgollucci |
2.4.9.3,2 23 Aug 2011 10:15:01 |
stas |
- Update to 2.4.9.3 (a bugfix release). |
2.4.9.2_2,2 23 Aug 2011 07:44:31 |
stas |
- We don't install README anymore.
- Fix a bug when :map was used on a string. |
2.4.9.2_1,2 23 Aug 2011 07:00:01 |
stas |
- 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. |
2.4.9.2,2 23 Aug 2011 06:25:08 |
stas |
- Fix plist. |
2.4.9.2,2 23 Aug 2011 03:25:44 |
stas |
- Update to 2.4.9.2.
This version is a bugfix release. |
2.4.9,2 19 Aug 2011 01:02:23 |
stas |
- Provide the new URL. |
2.4.9,2 18 Aug 2011 08:05:50 |
stas |
- Update portupgrade to 2.4.9.
This version brings ruby 1.9 support contributed by Steve Wills. |
2.4.8_1,2 03 Apr 2011 07:18:31 |
stas |
- Mark the conflict with portupgrade-devel as an install only conflict. |
2.4.8_1,2 14 Dec 2010 07:36:29 |
stas |
- Fix portupgrade's shebang patcher.
Reported by: many
Submitted by: knu |
2.4.8,2 23 Nov 2010 20:41:22 |
stas |
- Update to 2.4.8:
- Fix the bug in BEFOREDEINSTALL processing.
- Add .txz packages support. |
2.4.7,2 08 Nov 2010 07:56:14 |
stas |
- Update to 2.4.7. |
2.4.6_4,2 12 Mar 2010 09:06:45 |
nork |
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 |
2.4.6_3,2 21 Dec 2009 12:24:33 |
knu |
Stop users from sending general questions, suggestions and patches
directly to me. |
2.4.6_3 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
2.4.6_3,2 21 Jul 2009 20:12:15 |
sem |
- Drop maintainership to ruby@ |
2.4.6_3,2 21 Jul 2009 20:09:17 |
sem |
- A workaround for a null string problem with -R option
Submitted by: John Rumsey <rumseyj at rumsey.co.nz> |
2.4.6_2,2 09 Apr 2009 11:44:48 |
sem |
- After portversion get -F option, -v stops showing full packages names.
Fix it. |
2.4.6_1,2 31 Mar 2009 16:03:36 |
sem |
- A patch to fix fetching of packages problem. |
2.4.6,2 12 Feb 2009 16:46:24 |
pav |
- Simplify ldconfig handling |
2.4.6,2 03 Aug 2008 02:23:07 |
sem |
- Remove perl dependency. perl is not used for some time as it was before. |
2.4.6,2 16 Jul 2008 20:36:49 |
sem |
- Update to 2.4.6
* Many bugs was fixed
* a new pkgdu utility shows installed packages disk usage
PR: many |
2.4.3_2,2 01 Jul 2008 16:18:48 |
sem |
Fix pkg-plist with NOPORTDOCS=yes |
2.4.3_2,2 11 Feb 2008 16:17:39 |
sem |
- Remove code that gather not installed depends. It makes more problems
than solves.
Discussed with: pav |
2.4.3_1,2 11 Feb 2008 13:50:27 |
sem |
- Fix a crash that caused sometimes when -R option specified.
Reported by: pav |
2.4.3,2 10 Feb 2008 23:59:20 |
sem |
- 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) |
2.4.2_1,2 10 Feb 2008 12:18:01 |
sem |
- 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. |
2.4.2,2 07 Feb 2008 14:38:18 |
sem |
- 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. |
2.3.1_1 08 Jan 2008 12:33:38 |
sem |
- 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> |
2.3.1,2 24 Sep 2007 08:39:27 |
rafan |
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) |
2.3.1,2 03 Jul 2007 14:28:01 |
sem |
- Remove scared sentence from pkg-message
Asked by: krion |
2.3.1,2 03 Jul 2007 11:13:38 |
sem |
- 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 |
2.2.6_3,2 23 Mar 2007 09:31:34 |
sem |
- Remove the last patch. This fix makes other troubles.
Reported on: ports@ |
2.2.6_2,2 02 Mar 2007 20:10:08 |
sem |
- Fix a long standing bug when shelljoin() function wrong placed ""
when more than one variables (WITH_*, WITHOUT_*) passed. |
2.2.6_1,2 02 Mar 2007 07:46:50 |
sem |
- 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> |
2.2.6,2 01 Mar 2007 09:09:02 |
sem |
- 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> |
2.2.2_4,2 05 Feb 2007 07:29:46 |
sem |
- Fix after moving to a new category. |
2.2.6_2 05 Feb 2007 01:08:46 |
pav |
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 ) |