Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20180309_3,3 17 Jul 2024 20:07:41 |
Bryan Drewery (bdrewery) |
ports-mgmt/portupgrade-devel: Fix with Ruby 3.2+
Copies the change to ports-mgmt/portupgrade made in
commit 32a6b38c233cbe0c401c835ec8b5755e62b51d68 |
20180309_2,3 03 Mar 2024 01:40:51 |
Yasuhiro Kimura (yasu) |
ports-mgmt/portupgrade*: Move manpages to share/man
PR: 277400
Approved by: portmgr (blanket) |
20180309_1,3 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 |
20180309,3 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 |
20180309,3 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) |
20180309,3 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 ) |
20180309,3 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 ) |
20180309,3 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
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) |
20180309,3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20180309,3 09 Mar 2018 19:32:18 |
bdrewery |
Update to 2.4.16.
- Preserve shlib symlink [1]
PR: 223943 [1] |
20170330,3 30 Mar 2017 17:18:11 |
bdrewery |
Update to 2.4.15.
- pkgdu: Fix syntax error with Ruby 2.3 (invalid next)
PR: 218139 |
20150514_3,3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20150514_3,3 15 May 2015 00:15:40 |
bdrewery |
Update to 2.4.13-7-g47dfa22
Changes:
* 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. |
20150514_2,3 14 May 2015 22:03:34 |
bdrewery |
Update to 2.4.13-6-g72b4c34
Changes:
* Fix ordering of build based on FETCH/PATCH/EXTRACT dependencies.
PR: 177365
Submitted by: truckman@ |
20150514_1,3 14 May 2015 18:32:23 |
bdrewery |
Update to 2.4.13-3-g9696855
Changes:
* Support security vulnerabilities as a build failure reason.
PR: 192232
Submitted by: Yuri <yuri@rawbw.com> |
20150514,3 14 May 2015 18:27:31 |
bdrewery |
Update to 2.4.13-2-g2c079e1
Changes:
* portupgrde -p: Fix new dependencies not getting installed. (#58)
PR: 184672 |
20141006_2,3 20 Mar 2015 20:07:51 |
bdrewery |
For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.
Differential Revision: https://reviews.freebsd.org/D2103
Reviewed by: mat
With hat: bdrewery |
20141006_2,3 20 Mar 2015 02:04:43 |
bdrewery |
Fix wrong distinfo from r381704 |
20141006_2,3 20 Mar 2015 01:42:37 |
bdrewery |
Convert my ports to the new USE_GITHUB |
20141006_2,3 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
20141006_2,3 13 Oct 2014 15:55:00 |
bdrewery |
- Add dependency back for ruby-bdb for Ruby 2.0.
PR: 188084
PR: 185523 |
20141006_1,3 06 Oct 2014 23:00:14 |
bdrewery |
- Plist fixes. No need for @exec and use @sample. |
20141006,3 06 Oct 2014 22:53:48 |
bdrewery |
- Update to checkin 2161660, which matches 2.4.13
- Update @dir usage
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 |
20140524_2,3 29 Jul 2014 23:44:19 |
bdrewery |
Quick fix for pkg-1.3 delete handling. It now requires -f to not automatically
recurse. |
20140524_1,3 15 Jul 2014 16:49:33 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
20140524_1,3 25 May 2014 23:35:46 |
bdrewery |
- Fix building as user |
20140524_1,3 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] |
20140524,3 24 May 2014 19:09:22 |
bdrewery |
- Update to checkin 352086b
Changes:
* Use random temporary file for building index |
20131212,3 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. |
20131212,3 13 Dec 2013 00:56:51 |
bdrewery |
- Update to checkin 96722b2
Changes:
* Fix TSort name clash when using bundle |
20131202,3 02 Dec 2013 14:05:57 |
bdrewery |
- Update to checkin 3778f5c
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> |
20130921,3 23 Sep 2013 11:23:55 |
bdrewery |
- Support STAGEDIR |
20130921,3 21 Sep 2013 13:57:30 |
bdrewery |
- Update to checkin 452ad6a which is 2.4.11.2
Changes:
Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1]
PR: ports/182239 |
20130916,3 20 Sep 2013 15:58:09 |
bdrewery |
- Add NO_STAGE until validated to be safe for upcoming staging support |
20130916,3 17 Sep 2013 01:10:20 |
bdrewery |
- Update to checkin e4a515a
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] |
20130718,3 19 Jul 2013 02:47:34 |
bdrewery |
- Update to checkin 633cdd7
Changes:
* pkgdb no longer populates an extra database when using pkgng.
This brings performance and stability improvements when using
pkgng. |
20130714,3 14 Jul 2013 14:52:01 |
bdrewery |
- Update to checkin eeb5502
Changes:
* Fix FTP PACKAGESITE encoding / as %2F in Ruby1.9
Reported by: Jigal Weinberg |
20130629,3 29 Jun 2013 11:06:03 |
bdrewery |
Sync with 2.4.10.6 release |
20130617,3 17 Jun 2013 13:17:03 |
bdrewery |
- Update to checkin 685cb60
- Update upstream repo location
Changes:
* Fix how pkgng support is detected for completions
* Fix portcvsweb so it uses svnweb.FreeBSD.ORG
* Symlink portcvsweb as portsvnweb
* Fix portcvsweb FreshPorts and datespec support
* Add support for WITH_PKGNG=devel |
20130313_1,3 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 |
20130313,3 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] |
20130307,3 07 Mar 2013 22:45:57 |
bdrewery |
Fix distinfo after updating version |
20130307,3 07 Mar 2013 13:30:37 |
bdrewery |
Use proper versioning |
20130303_2,3 07 Mar 2013 13:28:48 |
bdrewery |
- Update to checkin 6c357b3
Changes:
* Fix date parsing when using pkgng
PR: ports/175926 |
20130303_1,3 07 Mar 2013 12:06:54 |
bdrewery |
- Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
for date parsing |
20130303,3 04 Mar 2013 01:55:42 |
bdrewery |
- Update to checkin a05c5da
Changes:
* Fix -O flag not being respected
* Disable dependency sanity checks with PKGNG
as the pkg(8) db is not reliable for dependency
versions after using pkg-set -o and other
operations. |
20130114,3 14 Jan 2013 16:46:56 |
bdrewery |
- Update to checkin fb8519c
Changes:
- Fix crash when HOME is not set in the environment,
which breaks some cases of puppet usage
PR: ports/175281
Reported by: Vladimir <v.chernyadev@tradesoft.ru> |
20121206,3 06 Dec 2012 16:50:44 |
bdrewery |
- Update to 20121206 snapshot
Changes:
* Minor sanity check when upgrading ports-mgmt/pkg
Feature safe: yes |
20121205,3 06 Dec 2012 04:03:39 |
bdrewery |
- Update to 20121205 snapshot
Changes:
* Fix hang when upgrading ports-mgmt/pkg on 9.1,
STABLE and CURRENT
Feature safe: yes |
20121130,3 30 Nov 2012 23:06:16 |
bdrewery |
- Update to 20121130 snapshot
Changes:
* Fixes ZSH/BASH completions for PKGNG
Feature safe: yes |
20121018,3 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 |
20121017,3 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 |
20121014,3 15 Oct 2012 00:42:07 |
bdrewery |
- Update to checkin 9b00ac7
- Sync with 2.4.10 release
- Trim header
Changes:
* Prevent crashing when trying to use packages with pkgng
* manpage cleanups
Feature safe: yes |
20120827_1,3 21 Sep 2012 13:10:23 |
bdrewery |
- Remove USE_STAGE as it is not ready |
20120827_1,3 14 Sep 2012 16:37:50 |
bdrewery |
- Switch to USE_GITHUB/GH as the primary MASTER_SITE as it
does properly work on non-tagged commits
- Fix plist for packages by creating %%RUBY_SITELIBDIR%%/pkgtools
in PREFIX |
20120827,3 28 Aug 2012 00:11:36 |
bdrewery |
- Update to 20120827 snapshot
Changelog:
* Fix running portupgrade from a portdir picking that port up as
the origin to upgrade/install
* 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.
Approved by: bapt (mentor) |
20120821,3 21 Aug 2012 20:23:33 |
bdrewery |
- Update to 20120821 snapshot
- Changes:
* Fixes Frozen string error with ruby 1.9
Approved by: eadler (mentor) |
20120820,3 21 Aug 2012 00:45:15 |
bdrewery |
- Update to 20120820 snapshot
- Changes:
* Fixed MOVED support [ports/151662]
* Fixed deleted port portupgrade -o support
* Automatically set DISABLE_CONFLICTS when replacing origins
* Fix self-upgrade on 7.x due to custom script(1) being used
* Fix errors when installing ports while inside WRKDIRS
* pkgng fixes:
* Implement portupgrade -o
* Bail out of pkgdb -F sooner
* Catch missing support in pkgdb -L
* Implement creating pkgng package with -p
* Be quieter about pkgdb -F support with pkgng
* Implement pkgdb -o PKGNAME=ORIGIN for pkgng
* Add PKGNG support to pkgdb.required?
Approved by: eadler (mentor) |
20120801,3 01 Aug 2012 17:55:18 |
bdrewery |
- Fix creation of %%RUBY_SITELIBDIR%%/pkgtools from package
- Update to my new maintainer address
- Update mirror URL
- Update to 20120801 snapshot
Changelog:
* Fixes crash with duplicated origins
Approved by: eadler (mentor) |
20120611,3 12 Jun 2012 21:42:01 |
beech |
- Update to 20120611 snapshot
- Store distfiles in portupgrade/ subdir
- Fix installation to support staging and mark USE_STAGE for upcoming staging
support
- Fix pkgng automatic dependency handling
- Speed up some make variable lookups
PR: ports/168954
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer) |
20120601,3 02 Jun 2012 09:48:45 |
bapt |
Port changes
- Convert to new options framework
- Sync pkg-message with devel/portupgrade
portupgrade changes
- portupgrade/portinstall -v now lists recursive depends [ports/137958]
- portupgrade lists new version after upgrade in results
- Fixed failure being seen as success due to broken script(1) [ports/147242,
ports/131111]
- A fixed script(1) is now included for systems < 8.1
- Expanded pkgng support
PR: ports/168548 which fixes: ports/137958 ports/147242 ports/131111
Submitted by: Bryan Drewery <bryan@shatow.net> |
20120512,3 12 May 2012 16:33:45 |
eadler |
Update to latest portupgrade development snapshot.
Changes:
Fixe regression which causes pkgdb -u to take a long time without pkgng
support.
PR: ports/167823
Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer) |
20120511,3 12 May 2012 04:41:40 |
eadler |
Update to latest portupgrade development snapshot.
Changes:
- Fix portsdb -U crash when building INDEX
- All libs are now installed into the pkgtools/ namespace
- Experimental PKGNG support.
portupgrade -o, pkgdb -F and package upgrades do not work yet.
Enable with WITH_PKGNG=yes in /etc/make.conf
PR: ports/167811
Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer) |
20120501,3 02 May 2012 15:50:24 |
eadler |
Sync -devel port with release
Changes:
Fixes regression introduced 2.4.9.4 release, causing failed upgrades to
be seen as successes. Reported by: Matthew D. Fuller
<fullermd@over-yonder.net>
PR: ports/167512
Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer) |
20120429,3 01 May 2012 22:03:54 |
bapt |
Convert distinfo to unix format for real
Set the right checksum and size
PR: ports/167502
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer) |
20120429,3 30 Apr 2012 02:57:00 |
eadler |
DOS2UNIX |
20120429 30 Apr 2012 02:55:23 |
eadler |
Change portupgrade-devel to use a known hash and check distinfo
Submitted by: bryan@shatow.net (maintainer)
Security: b428e6b3-926c-11e1-8d7b-003067b2972c |
9999,2 20 Apr 2012 05:44:16 |
jgh |
- Update MASTER_SITES [1]
- addresses not having SSL support in base [2]
- add LICENSE [2]
- some portlint findings [2]
PR: ports/167084
Submitted by: ksmakoto@dd.iij4u.or.jp [1], maintainer bryan@shatow.net [2] |
9999,2 18 Apr 2012 18:28:50 |
crees |
Sync MAINTAINER with ports-mgmt/portupgrade
Submitted by: Bryan Drewery <bryan@shatow.net> |
9999,2 13 Apr 2012 21:46:38 |
stas |
- The portupgarde has moved to a new home. Change the URL to point to the
new location.
Approved by: bapt (via IRC) |
9999,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 |
9999,2 16 Sep 2011 21:26:55 |
pav |
- Disallow from pointyhat until the distfile situation is resolved |
9999,2 12 Sep 2011 21:13:58 |
stas |
- Git is needed at the fetch stage, not build.
Reported by: pav |
9999,2 30 Aug 2011 02:07:08 |
stas |
- Make porupgrade-devel port fetch the latest version directly from github,
so it's really -devel. |
20110725,1 26 Jul 2011 04:53:56 |
stas |
- Update to a new snapshot. This revision adds compatibility with
ruby 1.9 using patches contributed by Steve Wills <swills@FreeBSD.org>. |
20110403,1 03 Apr 2011 07:16:50 |
stas |
- Update to 20110403 snapshot. This build includes support for ruby 1.9
(tested by Steve Willis).
- The conflict with portupgrade is actually an install conflict only. |
20101123_1,1 14 Dec 2010 07:37:08 |
stas |
- Fix portupgrade's shebang patcher.
Reported by: many
Submitted by: knu |
20101123,1 23 Nov 2010 20:41:46 |
stas |
- Update to 20101123 snapshot:
- Fix the bug in BEFOREDEINSTALL processing.
- Add .txz packages support. |
20101108,1 15 Nov 2010 09:33:03 |
beech |
Respect base
PR: 146858
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: dinoex |
20101108,1 08 Nov 2010 22:53:56 |
stas |
- Update to the latest snapshot. |
20091221_1,1 22 Dec 2009 03:28:41 |
stas |
- Update to a new snapshot: this fixes the bug in processing ports/packages
with no INDEX entry. |
20091221,1 21 Dec 2009 22:35:08 |
stas |
- Update to 12/21/2009 snapshot. |
20091029,1 21 Dec 2009 12:24:33 |
knu |
Stop users from sending general questions, suggestions and patches
directly to me. |
20091029,1 29 Oct 2009 00:45:26 |
stas |
- Update to latest development snapshot of portupgrade. |
2.4.6 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 21 Jul 2009 20:12:15 |
sem |
- Drop maintainership to ruby@ |
2.4.6 12 Feb 2009 16:46:24 |
pav |
- Simplify ldconfig handling |
2.4.6 03 Aug 2008 02:23:07 |
sem |
- Remove perl dependency. perl is not used for some time as it was before. |
2.4.6 16 Jul 2008 20:38:30 |
sem |
- Sync with ports-mgmt/portupgrade |
2.4.6 11 Jul 2008 11:25:16 |
sem |
- Update to 2.4.6
* Bugs fixes.
* A new utility - pkgdu. Display a disk usage for installed packages. |
2.4.4 01 Jul 2008 16:18:48 |
sem |
Fix pkg-plist with NOPORTDOCS=yes |
2.4.4 01 Jul 2008 14:02:54 |
sem |
- Update to 2.4.4 |
2.4.3_1 21 Mar 2008 14:20:44 |
sem |
- Sync patches with ports-mgmt/portupgrade port |
2.4.3 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 04 Feb 2008 15:22:00 |
sem |
- Update to 2.4.2
Minor bugs was fixed. Thanks to all reporters! |
2.4.1_1 31 Jan 2008 17:12:32 |
sem |
A work around for HOLD_PKGS that did not work.
Noted by: NAKAJI Hiroyuki |
2.4.1 29 Jan 2008 14:43:14 |
sem |
- Update to 2.4.1
A bugs fix release |
2.4.0_1 27 Jan 2008 22:45:27 |
sem |
- 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> |
2.4.0 26 Jan 2008 18:29:41 |
sem |
- 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 |