| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Mar 2013 22:04:00
20130313_1,3
|
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 |
13 Mar 2013 11:13:36
20130313,3
|
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] |
07 Mar 2013 22:45:57
20130307,3
|
bdrewery  |
Fix distinfo after updating version |
07 Mar 2013 13:30:37
20130307,3
|
bdrewery  |
Use proper versioning |
07 Mar 2013 13:28:48
20130303_2,3
|
bdrewery  |
- Update to checkin 6c357b3
Changes:
* Fix date parsing when using pkgng
PR: ports/175926 |
07 Mar 2013 12:06:54
20130303_1,3
|
bdrewery  |
- Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
for date parsing |
04 Mar 2013 01:55:42
20130303,3
|
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. |
14 Jan 2013 16:46:56
20130114,3
|
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> |
06 Dec 2012 16:50:44
20121206,3
|
bdrewery  |
- Update to 20121206 snapshot
Changes:
* Minor sanity check when upgrading ports-mgmt/pkg
Feature safe: yes |
06 Dec 2012 04:03:39
20121205,3
|
bdrewery  |
- Update to 20121205 snapshot
Changes:
* Fix hang when upgrading ports-mgmt/pkg on 9.1,
STABLE and CURRENT
Feature safe: yes |
30 Nov 2012 23:06:16
20121130,3
|
bdrewery  |
- Update to 20121130 snapshot
Changes:
* Fixes ZSH/BASH completions for PKGNG
Feature safe: yes |
18 Oct 2012 15:29:09
20121018,3
|
bdrewery  |
- Update to 2.4.10.2
Changes:
- Fix error when running `pkgdb -L`
PR: ports/172855
Feature safe: yes |
18 Oct 2012 05:02:06
20121017,3
|
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 |
15 Oct 2012 00:42:07
20121014,3
|
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 |
21 Sep 2012 13:10:23
20120827_1,3
|
bdrewery  |
- Remove USE_STAGE as it is not ready |
14 Sep 2012 16:37:50
20120827_1,3
|
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 |
28 Aug 2012 00:11:36
20120827,3
|
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) |
21 Aug 2012 20:23:33
20120821,3
|
bdrewery  |
- Update to 20120821 snapshot
- Changes:
* Fixes Frozen string error with ruby 1.9
Approved by: eadler (mentor) |
21 Aug 2012 00:45:15
20120820,3
|
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) |
01 Aug 2012 17:55:18
20120801,3
|
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) |
12 Jun 2012 21:42:01
20120611,3
|
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) |
02 Jun 2012 09:48:45
20120601,3
|
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> |
12 May 2012 16:33:45
20120512,3
|
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) |
12 May 2012 04:41:40
20120511,3
|
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) |
02 May 2012 15:50:24
20120501,3
|
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) |
01 May 2012 22:03:54
20120429,3
|
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) |
30 Apr 2012 02:57:00
20120429,3
|
eadler  |
DOS2UNIX |
30 Apr 2012 02:55:23
20120429  |
eadler  |
Change portupgrade-devel to use a known hash and check distinfo
Submitted by: bryan@shatow.net (maintainer)
Security: b428e6b3-926c-11e1-8d7b-003067b2972c |
20 Apr 2012 05:44:16
9999,2  |
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] |
18 Apr 2012 18:28:50
9999,2  |
crees  |
Sync MAINTAINER with ports-mgmt/portupgrade
Submitted by: Bryan Drewery <bryan@shatow.net> |
13 Apr 2012 21:46:38
9999,2  |
stas  |
- The portupgarde has moved to a new home. Change the URL to point to the
new location.
Approved by: bapt (via IRC) |
22 Feb 2012 05:20:42
9999,2  |
pgollucci  |
- Reassign to ports@
please consider using ports-mgmt/portmaster
Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via
#bsdports |
16 Sep 2011 21:26:55
9999,2  |
pav  |
- Disallow from pointyhat until the distfile situation is resolved |
12 Sep 2011 21:13:58
9999,2  |
stas  |
- Git is needed at the fetch stage, not build.
Reported by: pav |
30 Aug 2011 02:07:08
9999,2  |
stas  |
- Make porupgrade-devel port fetch the latest version directly from github,
so it's really -devel. |
26 Jul 2011 04:53:56
20110725,1  |
stas  |
- Update to a new snapshot. This revision adds compatibility with
ruby 1.9 using patches contributed by Steve Wills <swills@FreeBSD.org>. |
03 Apr 2011 07:16:50
20110403,1  |
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. |
14 Dec 2010 07:37:08
20101123_1,1  |
stas  |
- Fix portupgrade's shebang patcher.
Reported by: many
Submitted by: knu |
23 Nov 2010 20:41:46
20101123,1  |
stas  |
- Update to 20101123 snapshot:
- Fix the bug in BEFOREDEINSTALL processing.
- Add .txz packages support. |
15 Nov 2010 09:33:03
20101108,1  |
beech  |
Respect base
PR: 146858
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: dinoex |
08 Nov 2010 22:53:56
20101108,1  |
stas  |
- Update to the latest snapshot. |
22 Dec 2009 03:28:41
20091221_1,1  |
stas  |
- Update to a new snapshot: this fixes the bug in processing ports/packages
with no INDEX entry. |
21 Dec 2009 22:35:08
20091221,1  |
stas  |
- Update to 12/21/2009 snapshot. |
21 Dec 2009 12:24:33
20091029,1  |
knu  |
Stop users from sending general questions, suggestions and patches
directly to me. |
29 Oct 2009 00:45:26
20091029,1  |
stas  |
- Update to latest development snapshot of portupgrade. |
22 Aug 2009 00:35:32
2.4.6  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
21 Jul 2009 20:12:15
2.4.6  |
sem  |
- Drop maintainership to ruby@ |
12 Feb 2009 16:46:24
2.4.6  |
pav  |
- Simplify ldconfig handling |
03 Aug 2008 02:23:07
2.4.6  |
sem  |
- Remove perl dependency. perl is not used for some time as it was before. |
16 Jul 2008 20:38:30
2.4.6  |
sem  |
- Sync with ports-mgmt/portupgrade |
11 Jul 2008 11:25:16
2.4.6  |
sem  |
- Update to 2.4.6
* Bugs fixes.
* A new utility - pkgdu. Display a disk usage for installed packages. |
01 Jul 2008 16:18:48
2.4.4  |
sem  |
Fix pkg-plist with NOPORTDOCS=yes |
01 Jul 2008 14:02:54
2.4.4  |
sem  |
- Update to 2.4.4 |
21 Mar 2008 14:20:44
2.4.3_1  |
sem  |
- Sync patches with ports-mgmt/portupgrade port |
10 Feb 2008 23:59:20
2.4.3  |
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) |
04 Feb 2008 15:22:00
2.4.2  |
sem  |
- Update to 2.4.2
Minor bugs was fixed. Thanks to all reporters! |
31 Jan 2008 17:12:32
2.4.1_1  |
sem  |
A work around for HOLD_PKGS that did not work.
Noted by: NAKAJI Hiroyuki |
29 Jan 2008 14:43:14
2.4.1  |
sem  |
- Update to 2.4.1
A bugs fix release |
27 Jan 2008 22:45:27
2.4.0_1  |
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> |
26 Jan 2008 18:29:41
2.4.0  |
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 |
03 Jul 2007 11:42:15
2.3.1  |
sem  |
- Sync with portupgrade port version till a new devel version will appear. |
28 Jun 2007 10:37:32
2.3.0_6  |
sem  |
- Fix a bug with -o option
Reported by: many |
01 May 2007 18:07:31
2.3.0_5  |
sem  |
- Remove a junk chunk |
01 May 2007 18:04:05
2.3.0_5  |
sem  |
- Remove superfluous patch |
01 May 2007 17:57:29
2.3.0_4  |
sem  |
- Fix a few bugs that affected on planned xorg updating.
Pushed by: kris
Thanks to: az for a computer for tests |
30 Apr 2007 02:45:49
2.3.0_3  |
kris  |
Change BROKEN to IGNORE to prevent package build |
05 Apr 2007 06:36:52
2.3.0_3  |
sem  |
- Mark as BROKEN till a next version will be released |
08 Mar 2007 10:54:37
2.3.0_3  |
sem  |
- Fix a bug in gathering depends.
Reported by: krion |
04 Mar 2007 12:51:49
2.3.0_2  |
sem  |
- A quick fix for ports without an origin (e.g. bsdpan-) |
02 Mar 2007 20:18:34
2.3.0_1  |
sem  |
- Integrate last patches from stable |
01 Mar 2007 09:41:36
2.3.0  |
sem  |
- Update to 2.3.0 |
27 Feb 2007 18:07:40
2.2.6_1  |
sem  |
- Patch: make an explicit type cast to be on a safe side. |
27 Feb 2007 12:17:00
2.2.6  |
sem  |
- Update to 2.2.6. A bugfix release. |
26 Feb 2007 12:59:16
2.2.5_1  |
sem  |
- Add two patches |
26 Feb 2007 10:45:43
2.2.5  |
sem  |
Update to 2.2.5. Read NEWS file for details. |
23 Feb 2007 16:21:01
2.2.4  |
sem  |
- Update to 2.2.4 |
05 Feb 2007 07:29:46
2.2.2_2  |
sem  |
- Fix after moving to a new category. |
05 Feb 2007 01:08:46
2.3.0_2  |
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 ) |