notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: ports-mgmt/portupgrade-devel/Makefile
SVNWeb

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

1 | 2  »  

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
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
Thu, 5 Jan 2023
[ 09:55 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:2a325f4cc52c8565348304a9a24a2975ecaaeedd  commit hash:2a325f4cc52c8565348304a9a24a2975ecaaeedd  commit hash:2a325f4cc52c8565348304a9a24a2975ecaaeedd  2a325f4 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:9c165b983562e903a35c424b209ae3305652c866  commit hash:9c165b983562e903a35c424b209ae3305652c866  commit hash:9c165b983562e903a35c424b209ae3305652c866  9c165b9  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 23 Nov 2021
[ 22:11 Stefan Eßer (se) search for other commits by this committer ]    commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  5933ac0  (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
*/*: 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)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 9 Mar 2018
[ 19:32 bdrewery search for other commits by this committer ] Original commit   Revision:463994
Update to 2.4.16.

 - Preserve shlib symlink [1]

PR:		223943 [1]
Thu, 30 Mar 2017
[ 17:18 bdrewery search for other commits by this committer ] Original commit   Revision:437321
Update to 2.4.15.

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

PR:		218139
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 15 May 2015
[ 00:15 bdrewery search for other commits by this committer ] Original commit   Revision:386370
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.
Thu, 14 May 2015
[ 22:03 bdrewery search for other commits by this committer ] Original commit   Revision:386365
Update to 2.4.13-6-g72b4c34

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

PR:		177365
Submitted by:	truckman@
[ 18:32 bdrewery search for other commits by this committer ] Original commit   Revision:386352
Update to 2.4.13-3-g9696855

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

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

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

PR:		184672
Fri, 20 Mar 2015
[ 20:07 bdrewery search for other commits by this committer ] Original commit   Revision:381777 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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
[ 01:42 bdrewery search for other commits by this committer ] Original commit   Revision:381704 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Convert my ports to the new USE_GITHUB
Thu, 19 Mar 2015
[ 16:44 bdrewery search for other commits by this committer ] Original commit   Revision:381618 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
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
Mon, 13 Oct 2014
[ 15:55 bdrewery search for other commits by this committer ] Original commit   Revision:370790
- Add dependency back for ruby-bdb for Ruby 2.0.

PR:		188084
PR:		185523
Mon, 6 Oct 2014
[ 23:00 bdrewery search for other commits by this committer ] Original commit   Revision:370244
- Plist fixes. No need for @exec and use @sample.
[ 22:53 bdrewery search for other commits by this committer ] Original commit   Revision:370240
- 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
Tue, 29 Jul 2014
[ 23:44 bdrewery search for other commits by this committer ] Original commit   Revision:363414
Quick fix for pkg-1.3 delete handling. It now requires -f to not automatically
recurse.
Tue, 15 Jul 2014
[ 16:49 adamw search for other commits by this committer ] Original commit   Revision:361973
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Sun, 25 May 2014
[ 23:35 bdrewery search for other commits by this committer ] Original commit   Revision:355270
- Fix building as user
[ 16:24 bdrewery search for other commits by this committer ] Original commit   Revision:355252
- 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]
Sat, 24 May 2014
[ 19:09 bdrewery search for other commits by this committer ] Original commit   Revision:355074
- Update to checkin 352086b

Changes:
  * Use random temporary file for building index
Fri, 13 Dec 2013
[ 00:56 bdrewery search for other commits by this committer ] Original commit   Revision:336303
- Update to checkin 96722b2

Changes:
  * Fix TSort name clash when using bundle
Mon, 2 Dec 2013
[ 14:05 bdrewery search for other commits by this committer ] Original commit   Revision:335490
- 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>
Mon, 23 Sep 2013
[ 11:23 bdrewery search for other commits by this committer ] Original commit   Revision:327976
- Support STAGEDIR
Sat, 21 Sep 2013
[ 13:57 bdrewery search for other commits by this committer ] Original commit   Revision:327815
- 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
Fri, 20 Sep 2013
[ 15:58 bdrewery search for other commits by this committer ] Original commit   Revision:327710 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Add NO_STAGE until validated to be safe for upcoming staging support
Tue, 17 Sep 2013
[ 01:10 bdrewery search for other commits by this committer ] Original commit   Revision:327448
- 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]
Fri, 19 Jul 2013
[ 02:47 bdrewery search for other commits by this committer ] Original commit   Revision:323265
- Update to checkin 633cdd7

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

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

Reported by:	Jigal Weinberg
Sat, 29 Jun 2013
[ 11:06 bdrewery search for other commits by this committer ] Original commit   Revision:322042
Sync with 2.4.10.6 release
Mon, 17 Jun 2013
[ 13:17 bdrewery search for other commits by this committer ] Original commit   Revision:321107
- 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
Sun, 17 Mar 2013
[ 22:04 bdrewery search for other commits by this committer ] Original commit   Revision:314498
- 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
Wed, 13 Mar 2013
[ 11:13 bdrewery search for other commits by this committer ] Original commit   Revision:314066
- 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]
Thu, 7 Mar 2013
[ 13:30 bdrewery search for other commits by this committer ] Original commit   Revision:313587
Use proper versioning
[ 13:28 bdrewery search for other commits by this committer ] Original commit   Revision:313585
- Update to checkin 6c357b3

Changes:
  * Fix date parsing when using pkgng

PR:		ports/175926
[ 12:06 bdrewery search for other commits by this committer ] Original commit   Revision:313578
- Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
  for date parsing
Mon, 4 Mar 2013
[ 01:55 bdrewery search for other commits by this committer ] Original commit   Revision:313386
- 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.
Mon, 14 Jan 2013
[ 16:46 bdrewery search for other commits by this committer ] Original commit   Revision:310396
- 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>
Thu, 6 Dec 2012
[ 16:50 bdrewery search for other commits by this committer ] Original commit   Revision:308392
- Update to 20121206 snapshot

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

Feature safe:	yes
[ 04:03 bdrewery search for other commits by this committer ] Original commit   Revision:308362
- Update to 20121205 snapshot

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

Feature safe:	yes
Fri, 30 Nov 2012
[ 23:06 bdrewery search for other commits by this committer ] Original commit   Revision:308030
- Update to 20121130 snapshot

Changes:
 * Fixes ZSH/BASH completions for PKGNG

Feature safe:	yes
Thu, 18 Oct 2012
[ 15:29 bdrewery search for other commits by this committer ] Original commit   Revision:306076
- Update to 2.4.10.2

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

PR:		ports/172855
Feature safe:	yes
[ 05:02 bdrewery search for other commits by this committer ] Original commit   Revision:306052
- 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
Mon, 15 Oct 2012
[ 00:42 bdrewery search for other commits by this committer ] Original commit   Revision:305898
- 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
Fri, 21 Sep 2012
[ 13:10 bdrewery search for other commits by this committer ] Original commit   Revision:304630
- Remove USE_STAGE as it is not ready
Fri, 14 Sep 2012
[ 16:37 bdrewery search for other commits by this committer ] Original commit   Revision:304278
- 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
Tue, 28 Aug 2012
[ 00:11 bdrewery search for other commits by this committer ] Original commit 
- 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)
Tue, 21 Aug 2012
[ 20:23 bdrewery search for other commits by this committer ] Original commit 
- Update to 20120821 snapshot
- Changes:
  * Fixes Frozen string error with ruby 1.9

Approved by:	eadler (mentor)
[ 00:45 bdrewery search for other commits by this committer ] Original commit 
- 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)
Wed, 1 Aug 2012
[ 17:55 bdrewery search for other commits by this committer ] Original commit 
- 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)
Tue, 12 Jun 2012
[ 21:42 beech search for other commits by this committer ] Original commit 
- 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)
Sat, 2 Jun 2012
[ 09:48 bapt search for other commits by this committer ] Original commit 
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>
Sat, 12 May 2012
[ 16:33 eadler search for other commits by this committer ] Original commit 
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)
[ 04:41 eadler search for other commits by this committer ] Original commit 
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)
Wed, 2 May 2012
[ 15:50 eadler search for other commits by this committer ] Original commit 
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)
Mon, 30 Apr 2012
[ 02:57 eadler search for other commits by this committer ] Original commit 
DOS2UNIX
[ 02:55 eadler search for other commits by this committer ] Original commit 
Change portupgrade-devel to use a known hash and check distinfo

Submitted by:   bryan@shatow.net (maintainer)
Security:       b428e6b3-926c-11e1-8d7b-003067b2972c
Fri, 20 Apr 2012
[ 05:44 jgh search for other commits by this committer ] Original commit 
- 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]
Wed, 18 Apr 2012
[ 18:28 crees search for other commits by this committer ] Original commit 
Sync MAINTAINER with ports-mgmt/portupgrade

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

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

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

Reported by:    pav
Tue, 30 Aug 2011
[ 02:07 stas search for other commits by this committer ] Original commit 
- Make porupgrade-devel port fetch the latest version directly from github,
  so it's really -devel.
Tue, 26 Jul 2011
[ 04:53 stas search for other commits by this committer ] Original commit 
- Update to a new snapshot.  This revision adds compatibility with
  ruby 1.9 using patches contributed by Steve Wills <swills@FreeBSD.org>.
Sun, 3 Apr 2011
[ 07:16 stas search for other commits by this committer ] Original commit 
- 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.
Tue, 14 Dec 2010
[ 07:37 stas search for other commits by this committer ] Original commit 
- Fix portupgrade's shebang patcher.

Reported by:    many
Submitted by:   knu
Tue, 23 Nov 2010
[ 20:41 stas search for other commits by this committer ] Original commit 
- Update to 20101123 snapshot:
  - Fix the bug in BEFOREDEINSTALL processing.
  - Add .txz packages support.
Mon, 15 Nov 2010
[ 09:33 beech search for other commits by this committer ] Original commit 
Respect base

PR:     146858
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    dinoex
Mon, 8 Nov 2010
[ 22:53 stas search for other commits by this committer ] Original commit 
- Update to the latest snapshot.
Tue, 22 Dec 2009
[ 03:28 stas search for other commits by this committer ] Original commit 
- Update to a new snapshot: this fixes the bug in processing ports/packages
  with no INDEX entry.
Mon, 21 Dec 2009
[ 22:35 stas search for other commits by this committer ] Original commit 
- Update to 12/21/2009 snapshot.
Thu, 29 Oct 2009
[ 00:45 stas search for other commits by this committer ] Original commit 
- Update to latest development snapshot of portupgrade.
Sat, 22 Aug 2009
[ 00:35 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Tue, 21 Jul 2009
[ 20:12 sem search for other commits by this committer ] Original commit 
- Drop maintainership to ruby@
Thu, 12 Feb 2009
[ 16:46 pav search for other commits by this committer ] Original commit 
- Simplify ldconfig handling
Sun, 3 Aug 2008
[ 02:23 sem search for other commits by this committer ] Original commit 
- Remove perl dependency. perl is not used for some time as it was before.
Fri, 11 Jul 2008
[ 11:25 sem search for other commits by this committer ] Original commit 
- Update to 2.4.6
* Bugs fixes.
* A new utility - pkgdu. Display a disk usage for installed packages.
Tue, 1 Jul 2008
[ 14:02 sem search for other commits by this committer ] Original commit 
- Update to 2.4.4
Fri, 21 Mar 2008
[ 14:20 sem search for other commits by this committer ] Original commit 
- Sync patches with ports-mgmt/portupgrade port
Sun, 10 Feb 2008
[ 23:59 sem search for other commits by this committer ] Original commit 
- 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)
Mon, 4 Feb 2008
[ 15:22 sem search for other commits by this committer ] Original commit 
- Update to 2.4.2
  Minor bugs was fixed. Thanks to all reporters!
Thu, 31 Jan 2008
[ 17:12 sem search for other commits by this committer ] Original commit 
A work around for HOLD_PKGS that did not work.

Noted by:       NAKAJI Hiroyuki
Tue, 29 Jan 2008
[ 14:43 sem search for other commits by this committer ] Original commit 
- Update to 2.4.1
  A bugs fix release
Sun, 27 Jan 2008
[ 22:45 sem search for other commits by this committer ] Original commit 
- 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>
Sat, 26 Jan 2008
[ 18:29 sem search for other commits by this committer ] Original commit 
- 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
Tue, 3 Jul 2007
[ 11:42 sem search for other commits by this committer ] Original commit 
- Sync with portupgrade port version till a new devel version will appear.
Thu, 28 Jun 2007
[ 10:37 sem search for other commits by this committer ] Original commit 
- Fix a bug with -o option

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

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

Reported by:    krion
Sun, 4 Mar 2007
[ 12:51 sem search for other commits by this committer ] Original commit 
- A quick fix for ports without an origin (e.g. bsdpan-)
Fri, 2 Mar 2007
[ 20:18 sem search for other commits by this committer ] Original commit 
- Integrate last patches from stable
Thu, 1 Mar 2007
[ 09:41 sem search for other commits by this committer ] Original commit 
- Update to 2.3.0
Tue, 27 Feb 2007
[ 18:07 sem search for other commits by this committer ] Original commit 
- Patch: make an explicit type cast to be on a safe side.

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

1 | 2  »