notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: ports-mgmt/portupgrade-devel/distinfo

Number of commits found: 61

Friday, 9 Mar 2018
19:32 bdrewery search for other commits by this committer
Update to 2.4.16.

 - Preserve shlib symlink [1]

PR:		223943 [1]
Original commitRevision:463994 
Thursday, 30 Mar 2017
17:18 bdrewery search for other commits by this committer
Update to 2.4.15.

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

PR:		218139
Original commitRevision:437321 
Friday, 15 May 2015
00:15 bdrewery search for other commits by this committer
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.
Original commitRevision:386370 
Thursday, 14 May 2015
22:03 bdrewery search for other commits by this committer
Update to 2.4.13-6-g72b4c34

Changes:
  * Fix ordering of build based on FETCH/PATCH/EXTRACT dependencies.

PR:		177365
Submitted by:	truckman@
Original commitRevision:386365 
18:32 bdrewery search for other commits by this committer
Update to 2.4.13-3-g9696855

Changes:
  * Support security vulnerabilities as a build failure reason.

PR:		192232
Submitted by:	Yuri <yuri@rawbw.com>
Original commitRevision:386352 
18:27 bdrewery search for other commits by this committer
Update to 2.4.13-2-g2c079e1

Changes:
  * portupgrde -p: Fix new dependencies not getting installed. (#58)

PR:		184672
Original commitRevision:386351 
Friday, 20 Mar 2015
20:07 bdrewery search for other commits by this committer
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
Original commitRevision:381777 
02:04 bdrewery search for other commits by this committer
Fix wrong distinfo from r381704
Original commitRevision:381705 
01:42 bdrewery search for other commits by this committer
Convert my ports to the new USE_GITHUB
Original commitRevision:381704 
Monday, 6 Oct 2014
22:53 bdrewery search for other commits by this committer
- 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
Original commitRevision:370240 
Saturday, 24 May 2014
19:09 bdrewery search for other commits by this committer
- Update to checkin 352086b

Changes:
  * Use random temporary file for building index
Original commitRevision:355074 
Friday, 13 Dec 2013
00:56 bdrewery search for other commits by this committer
- Update to checkin 96722b2

Changes:
  * Fix TSort name clash when using bundle
Original commitRevision:336303 
Monday, 2 Dec 2013
14:05 bdrewery search for other commits by this committer
- 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>
Original commitRevision:335490 
Saturday, 21 Sep 2013
13:57 bdrewery search for other commits by this committer
- 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
Original commitRevision:327815 
Tuesday, 17 Sep 2013
01:10 bdrewery search for other commits by this committer
- 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]
Original commitRevision:327448 
Friday, 19 Jul 2013
02:47 bdrewery search for other commits by this committer
- Update to checkin 633cdd7

Changes:
 * pkgdb no longer populates an extra database when using pkgng.
   This brings performance and stability improvements when using
   pkgng.
Original commitRevision:323265 
Sunday, 14 Jul 2013
14:52 bdrewery search for other commits by this committer
- Update to checkin eeb5502

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

Reported by:	Jigal Weinberg
Original commitRevision:322985 
Saturday, 29 Jun 2013
11:06 bdrewery search for other commits by this committer
Sync with 2.4.10.6 release
Original commitRevision:322042 
Monday, 17 Jun 2013
13:17 bdrewery search for other commits by this committer
- 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
Original commitRevision:321107 
Wednesday, 13 Mar 2013
11:13 bdrewery search for other commits by this committer
- 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]
Original commitRevision:314066 
Thursday, 7 Mar 2013
22:45 bdrewery search for other commits by this committer
Fix distinfo after updating version
Original commitRevision:313609 
13:28 bdrewery search for other commits by this committer
- Update to checkin 6c357b3

Changes:
  * Fix date parsing when using pkgng

PR:		ports/175926
Original commitRevision:313585 
Monday, 4 Mar 2013
01:55 bdrewery search for other commits by this committer
- 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.
Original commitRevision:313386 
Monday, 14 Jan 2013
16:46 bdrewery search for other commits by this committer
- 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>
Original commitRevision:310396 
Thursday, 6 Dec 2012
16:50 bdrewery search for other commits by this committer
- Update to 20121206 snapshot

Changes:
  * Minor sanity check when upgrading ports-mgmt/pkg

Feature safe:	yes
Original commitRevision:308392 
04:03 bdrewery search for other commits by this committer
- Update to 20121205 snapshot

Changes:
  * Fix hang when upgrading ports-mgmt/pkg on 9.1,
    STABLE and CURRENT

Feature safe:	yes
Original commitRevision:308362 
Friday, 30 Nov 2012
23:06 bdrewery search for other commits by this committer
- Update to 20121130 snapshot

Changes:
 * Fixes ZSH/BASH completions for PKGNG

Feature safe:	yes
Original commitRevision:308030 
Thursday, 18 Oct 2012
15:29 bdrewery search for other commits by this committer
- Update to 2.4.10.2

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

PR:		ports/172855
Feature safe:	yes
Original commitRevision:306076 
05:02 bdrewery search for other commits by this committer
- 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
Original commitRevision:306052 
Monday, 15 Oct 2012
00:42 bdrewery search for other commits by this committer
- 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
Original commitRevision:305898 
Friday, 14 Sep 2012
16:37 bdrewery search for other commits by this committer
- 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
Original commitRevision:304278 
Tuesday, 28 Aug 2012
00:11 bdrewery search for other commits by this committer
- 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)
Original commit
Tuesday, 21 Aug 2012
20:23 bdrewery search for other commits by this committer
- Update to 20120821 snapshot
- Changes:
  * Fixes Frozen string error with ruby 1.9

Approved by:	eadler (mentor)
Original commit
00:45 bdrewery search for other commits by this committer
- 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)
Original commit
Wednesday, 1 Aug 2012
17:55 bdrewery search for other commits by this committer
- 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)
Original commit
Tuesday, 12 Jun 2012
21:42 beech search for other commits by this committer
- 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)
Original commit
Saturday, 2 Jun 2012
09:48 bapt search for other commits by this committer
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>
Original commit
Saturday, 12 May 2012
16:33 eadler search for other commits by this committer
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)
Original commit
04:41 eadler search for other commits by this committer
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)
Original commit
Wednesday, 2 May 2012
15:50 eadler search for other commits by this committer
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)
Original commit
Tuesday, 1 May 2012
22:03 bapt search for other commits by this committer
Convert distinfo to unix format for real
Set the right checksum and size

PR:             ports/167502
Submitted by:   Bryan Drewery <bryan@shatow.net> (maintainer)
Original commit
Monday, 30 Apr 2012
02:55 eadler search for other commits by this committer
Change portupgrade-devel to use a known hash and check distinfo

Submitted by:   bryan@shatow.net (maintainer)
Security:       b428e6b3-926c-11e1-8d7b-003067b2972c
Original commit
Tuesday, 30 Aug 2011
02:07 stas search for other commits by this committer
- Make porupgrade-devel port fetch the latest version directly from github,
  so it's really -devel.
Original commit
Tuesday, 26 Jul 2011
04:53 stas search for other commits by this committer
- Update to a new snapshot.  This revision adds compatibility with
  ruby 1.9 using patches contributed by Steve Wills <swills@FreeBSD.org>.
Original commit
Sunday, 3 Apr 2011
07:16 stas search for other commits by this committer
- 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.
Original commit
Tuesday, 23 Nov 2010
20:41 stas search for other commits by this committer
- Update to 20101123 snapshot:
  - Fix the bug in BEFOREDEINSTALL processing.
  - Add .txz packages support.
Original commit
Monday, 8 Nov 2010
22:53 stas search for other commits by this committer
- Update to the latest snapshot.
Original commit
Tuesday, 22 Dec 2009
03:28 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.
Original commit
Monday, 21 Dec 2009
22:35 stas search for other commits by this committer
- Update to 12/21/2009 snapshot.
Original commit
Thursday, 29 Oct 2009
00:45 stas search for other commits by this committer
- Update to latest development snapshot of portupgrade.
Original commit
Friday, 11 Jul 2008
11:25 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.
Original commit
Tuesday, 1 Jul 2008
14:02 sem search for other commits by this committer
- Update to 2.4.4
Original commit
Sunday, 10 Feb 2008
23:59 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)
Original commit
Monday, 4 Feb 2008
15:22 sem search for other commits by this committer
- Update to 2.4.2
  Minor bugs was fixed. Thanks to all reporters!
Original commit
Tuesday, 29 Jan 2008
14:43 sem search for other commits by this committer
- Update to 2.4.1
  A bugs fix release
Original commit
Saturday, 26 Jan 2008
18:29 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
Original commit
Tuesday, 3 Jul 2007
11:42 sem search for other commits by this committer
- Sync with portupgrade port version till a new devel version will appear.
Original commit
Thursday, 1 Mar 2007
09:41 sem search for other commits by this committer
- Update to 2.3.0
Original commit
Tuesday, 27 Feb 2007
12:17 sem search for other commits by this committer
- Update to 2.2.6. A bugfix release.
Original commit
Monday, 26 Feb 2007
10:45 sem search for other commits by this committer
Update to 2.2.5. Read NEWS file for details.
Original commit
Friday, 23 Feb 2007
16:21 sem search for other commits by this committer
- Update to 2.2.4
Original commit

Number of commits found: 61