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/Makefile

Number of commits found: 110 (showing only 100 on this page)

1 | 2  »  

Sunday, 25 May 2025
09:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ports-mgmt/portupgrade-devel: Remove outdate RUBY_VERSION check

- While I'm here, convert to options helper

lang/ruby31 has been removed on 2025-03-31.

Approved by:	portmgr (blanket)
With hat:	ruby
commit hash: 01341365d27448d5de95b5706a1e007c7384f4e4 commit hash: 01341365d27448d5de95b5706a1e007c7384f4e4 commit hash: 01341365d27448d5de95b5706a1e007c7384f4e4 commit hash: 01341365d27448d5de95b5706a1e007c7384f4e4 0134136
Wednesday, 17 Jul 2024
20:07 Bryan Drewery (bdrewery) search for other commits by this committer
ports-mgmt/portupgrade-devel: Fix with Ruby 3.2+

Copies the change to ports-mgmt/portupgrade made in
commit 32a6b38c233cbe0c401c835ec8b5755e62b51d68
commit hash: 65e7ca580dfb5e9467727b09ceca69ed7faed619 commit hash: 65e7ca580dfb5e9467727b09ceca69ed7faed619 commit hash: 65e7ca580dfb5e9467727b09ceca69ed7faed619 commit hash: 65e7ca580dfb5e9467727b09ceca69ed7faed619 65e7ca5
Sunday, 3 Mar 2024
01:40 Yasuhiro Kimura (yasu) search for other commits by this committer
ports-mgmt/portupgrade*: Move manpages to share/man

PR:		277400
Approved by:	portmgr (blanket)
commit hash: 39a440a1ae6e792038561c758e7ceb877d9a19df commit hash: 39a440a1ae6e792038561c758e7ceb877d9a19df commit hash: 39a440a1ae6e792038561c758e7ceb877d9a19df commit hash: 39a440a1ae6e792038561c758e7ceb877d9a19df 39a440a
Monday, 31 Jul 2023
23:34 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: bd3870067d33e4796417070d5ec6f3e00ec2f055 commit hash: bd3870067d33e4796417070d5ec6f3e00ec2f055 commit hash: bd3870067d33e4796417070d5ec6f3e00ec2f055 commit hash: bd3870067d33e4796417070d5ec6f3e00ec2f055 bd38700
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Thursday, 5 Jan 2023
09:55 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: 2a325f4cc52c8565348304a9a24a2975ecaaeedd commit hash: 2a325f4cc52c8565348304a9a24a2975ecaaeedd commit hash: 2a325f4cc52c8565348304a9a24a2975ecaaeedd commit hash: 2a325f4cc52c8565348304a9a24a2975ecaaeedd 2a325f4
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Heiner <h.eichmann@gmx.de>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  John Marino <marino@FreeBSD.org>
  *  Jun-ichiro itojun Hagino <itojun@itojun.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Mamoru Sakaue / MwGhennndo
  *  Martin Kammerhofer
  *  Matthew Seaman
  *  Matthew Seaman <m.seaman@infracaninophile.co.uk>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Schmidt
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Philip M. Gollucci <pgollucci@p6m7g8.com>
  *  Philipp Wuensche <cryx-ports@h3q.com>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Securedog <securedog@users.sourceforge.jp>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Shaun Amott <shaun@inerd.com>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom Hukins <tom@FreeBSD.org>
  *  Vasil Dimov <vd@datamax.bg>
  *  Vladimir Chukharev
  *  Yanhui Shen <shen.elf@gmail.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  kmoore@FreeBSD.org

With hat:	portmgr
commit hash: 9c165b983562e903a35c424b209ae3305652c866 commit hash: 9c165b983562e903a35c424b209ae3305652c866 commit hash: 9c165b983562e903a35c424b209ae3305652c866 commit hash: 9c165b983562e903a35c424b209ae3305652c866 9c165b9
Tuesday, 23 Nov 2021
22:11 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af 5933ac0
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
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, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
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 
01:42 bdrewery search for other commits by this committer
Convert my ports to the new USE_GITHUB
Original commitRevision:381704 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
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
Original commitRevision:381618 
Monday, 13 Oct 2014
15:55 bdrewery search for other commits by this committer
- Add dependency back for ruby-bdb for Ruby 2.0.

PR:		188084
PR:		185523
Original commitRevision:370790 
Monday, 6 Oct 2014
23:00 bdrewery search for other commits by this committer
- Plist fixes. No need for @exec and use @sample.
Original commitRevision:370244 
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 
Tuesday, 29 Jul 2014
23:44 bdrewery search for other commits by this committer
Quick fix for pkg-1.3 delete handling. It now requires -f to not automatically
recurse.
Original commitRevision:363414 
Tuesday, 15 Jul 2014
16:49 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361973 
Sunday, 25 May 2014
23:35 bdrewery search for other commits by this committer
- Fix building as user
Original commitRevision:355270 
16:24 bdrewery search for other commits by this committer
- 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]
Original commitRevision:355252 
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 
Monday, 23 Sep 2013
11:23 bdrewery search for other commits by this committer
- Support STAGEDIR
Original commitRevision:327976 
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 
Friday, 20 Sep 2013
15:58 bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
Original commitRevision:327710 
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 
Sunday, 17 Mar 2013
22:04 bdrewery search for other commits by this committer
- 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
Original commitRevision:314498 
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
13:30 bdrewery search for other commits by this committer
Use proper versioning
Original commitRevision:313587 
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 
12:06 bdrewery search for other commits by this committer
- Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
  for date parsing
Original commitRevision:313578 
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, 21 Sep 2012
13:10 bdrewery search for other commits by this committer
- Remove USE_STAGE as it is not ready
Original commitRevision:304630 
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
Monday, 30 Apr 2012
02:57 eadler search for other commits by this committer
DOS2UNIX
Original commit
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
Friday, 20 Apr 2012
05:44 jgh search for other commits by this committer
- 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]
Original commit
Wednesday, 18 Apr 2012
18:28 crees search for other commits by this committer
Sync MAINTAINER with ports-mgmt/portupgrade

Submitted by:   Bryan Drewery <bryan@shatow.net>
Original commit
Friday, 13 Apr 2012
21:46 stas search for other commits by this committer
- The portupgarde has moved to a new home.  Change the URL to point to the
  new location.

Approved by:    bapt (via IRC)
Original commit
Wednesday, 22 Feb 2012
05:20 pgollucci search for other commits by this committer
-  Reassign to ports@
   please consider using ports-mgmt/portmaster

Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via
#bsdports
Original commit
Friday, 16 Sep 2011
21:26 pav search for other commits by this committer
- Disallow from pointyhat until the distfile situation is resolved
Original commit
Monday, 12 Sep 2011
21:13 stas search for other commits by this committer
- Git is needed at the fetch stage, not build.

Reported by:    pav
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, 14 Dec 2010
07:37 stas search for other commits by this committer
- Fix portupgrade's shebang patcher.

Reported by:    many
Submitted by:   knu
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, 15 Nov 2010
09:33 beech search for other commits by this committer
Respect base

PR:     146858
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    dinoex
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
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Tuesday, 21 Jul 2009
20:12 sem search for other commits by this committer
- Drop maintainership to ruby@
Original commit
Thursday, 12 Feb 2009
16:46 pav search for other commits by this committer
- Simplify ldconfig handling
Original commit
Sunday, 3 Aug 2008
02:23 sem search for other commits by this committer
- Remove perl dependency. perl is not used for some time as it was before.
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
Friday, 21 Mar 2008
14:20 sem search for other commits by this committer
- Sync patches with ports-mgmt/portupgrade port
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
Thursday, 31 Jan 2008
17:12 sem search for other commits by this committer
A work around for HOLD_PKGS that did not work.

Noted by:       NAKAJI Hiroyuki
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
Sunday, 27 Jan 2008
22:45 sem search for other commits by this committer
- 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>
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, 28 Jun 2007
10:37 sem search for other commits by this committer
- Fix a bug with -o option

Reported by:    many
Original commit
Tuesday, 1 May 2007
18:04 sem search for other commits by this committer
- Remove superfluous patch
Original commit
17:57 sem search for other commits by this committer
- Fix a few bugs that affected on planned xorg updating.

Pushed by:      kris
Thanks to:      az for a computer for tests
Original commit
Monday, 30 Apr 2007
02:45 kris search for other commits by this committer
Change BROKEN to IGNORE to prevent package build
Original commit
Thursday, 5 Apr 2007
06:36 sem search for other commits by this committer
- Mark as BROKEN till a next version will be released
Original commit
Thursday, 8 Mar 2007
10:54 sem search for other commits by this committer
- Fix a bug in gathering depends.

Reported by:    krion
Original commit

Number of commits found: 110 (showing only 100 on this page)

1 | 2  »