aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.4.16.Bryan Drewery2018-03-092-4/+4
| | | | | | | | | - Preserve shlib symlink [1] PR: 223943 [1] Notes: svn path=/head/; revision=463994
* Update to 2.4.15.Bryan Drewery2017-03-302-6/+6
| | | | | | | | | - pkgdu: Fix syntax error with Ruby 2.3 (invalid next) PR: 218139 Notes: svn path=/head/; revision=437321
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-082-3/+3
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* Update to 2.4.14Bryan Drewery2015-05-272-6/+9
| | | | | | | | | | | | | | | | | | | | Changes: * Fix ordering of build based on FETCH/PATCH/EXTRACT dependencies. [1] * Support security vulnerabilities as a build failure reason. [2] * portupgrde -p: Fix new dependencies not getting installed. (#58) [3] * 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. PR: 177365 [1] Submitted by: truckman@ [1] PR: 192232 [2] Submitted by: Yuri <yuri@rawbw.com> [2] PR: 184672 [3] Notes: svn path=/head/; revision=387621
* - Add dependency back for ruby-bdb for Ruby 2.0.Bryan Drewery2014-10-131-4/+1
| | | | | | | | PR: 188084 PR: 185523 Notes: svn path=/head/; revision=370790
* - Update to 2.4.13Bryan Drewery2014-10-065-39/+5
| | | | | | | | | | | | | | | | | | | - Update plist for pkg-1.3 - Remove pkg-message as ALT_PKGDEP has not worked properly since 2008. See https://github.com/freebsd/portupgrade/issues/61 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 Notes: svn path=/head/; revision=370246
* Quick fix for pkg-1.3 delete handling. It now requires -f to not automaticallyBryan Drewery2014-07-292-1/+11
| | | | | | | recurse. Notes: svn path=/head/; revision=363413
* - Fix building as userBryan Drewery2014-05-251-1/+1
| | | | Notes: svn path=/head/; revision=355270
* - Blacklist ruby-bdb with Ruby 2.1 [1]Bryan Drewery2014-05-252-13/+3
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=355252
* - Don't remove ruby dirsBryan Drewery2014-04-181-3/+0
| | | | | | | - Don't bump PORTREVISION as this isn't a big deal, just a nit. Notes: svn path=/head/; revision=351571
* - Update LICENSE to BSD3CLAUSEBryan Drewery2014-04-122-5/+3
| | | | | | | | | - Convert to USES=tar - Convert to @sample Don't bump PORTREVISION as this is a nop. Notes: svn path=/head/; revision=351065
* - Update to 2.4.12Bryan Drewery2013-12-152-3/+3
| | | | | | | | | Changes: * Fix namespace clash with TSort when using bundler Notes: svn path=/head/; revision=336504
* - Update to 2.4.11.3Bryan Drewery2013-12-052-4/+3
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=335671
* Force rebuild which may address some recent reports of issues backing up ↵Bryan Drewery2013-10-031-0/+1
| | | | | | | packages Notes: svn path=/head/; revision=329199
* - Support STAGEDIRBryan Drewery2013-09-232-25/+19
| | | | Notes: svn path=/head/; revision=327977
* - Update to 2.4.11.2Bryan Drewery2013-09-212-8/+3
| | | | | | | | | | Changes: Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1] PR: ports/182239 [1] Notes: svn path=/head/; revision=327816
* - Add NO_STAGE until validated to be safe for upcoming staging supportBryan Drewery2013-09-201-0/+1
| | | | Notes: svn path=/head/; revision=327710
* - Update to 2.4.11.1Bryan Drewery2013-09-192-3/+3
| | | | | | | | | | | | | | 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] Tested by: Robert Burmeister [2] Notes: svn path=/head/; revision=327590
* - Update to 2.4.11Bryan Drewery2013-07-212-3/+3
| | | | | | | | Changes: * Speedup and simplify pkgng usage by not populating pkgdb.db Notes: svn path=/head/; revision=323387
* - Update to 2.4.10.7Bryan Drewery2013-07-152-4/+5
| | | | | | | | | | | | - Add LOCAL mirror Changes: * Fix FTP PACKAGESITE encoding / as %2F in Ruby1.9 Reported by: Jigal Weinberg Notes: svn path=/head/; revision=323082
* - Update to 2.4.10.6Bryan Drewery2013-06-293-4/+5
| | | | | | | | | | | | | | | | Changes: * Fix how pkgng support is detected for completions * Fix portcvsweb so it uses svnweb.FreeBSD.ORG [1] * Symlink portcvsweb as portsvnweb * Fix portcvsweb FreshPorts and datespec support [2] * Add support for WITH_PKGNG=devel Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1] (based on) Submitted by: paranormal <paranormal@isgroup.com.ua> [2] Notes: svn path=/head/; revision=322041
* - Don't use ruby-bdb with ruby 2.0 as it is currentlyBryan Drewery2013-03-171-0/+4
| | | | | | | | | broken. Fallback on dbm_hash for now. Reported by: Jeroen Ruigrok van der Werven Notes: svn path=/head/; revision=314498
* - Update to 2.4.10.5Bryan Drewery2013-03-132-4/+3
| | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=314066
* - Remove optional dependency on databases/ruby-bdb1 as thereBryan Drewery2013-01-241-20/+1
| | | | | | | | | | | is really no compelling reason to keep it. It just adds confusion. Portupgrade should gracefully handle rebuilding the pkgdb now if the bdb backend changes because of this. If not just force rebuild: pkgdb -uf - Make databases/ruby-bdb the unconditional db backend Notes: svn path=/head/; revision=310944
* - Update to 2.4.10.4Bryan Drewery2013-01-152-3/+3
| | | | | | | | | | | | Changes: - Fixes crash when HOME is not set in the environment, which fixes some cases of puppet usage [1] PR: ports/175281 [1] Reported by: Vladimir <v.chernyadev@tradesoft.ru> [1] Notes: svn path=/head/; revision=310426
* - Convert SINGLE OPTION DB_OVERRIDE to RADIOBryan Drewery2012-12-111-5/+4
| | | | Notes: svn path=/head/; revision=308703
* - Update to 2.4.10.3Bryan Drewery2012-12-072-3/+3
| | | | | | | | | | | | Changes: * Fix ZSH completions with PKGNG * Fix BASH completions with PKGNG * Fix upgrading ports-mgmt/pkg causing hangs on 9.1,STABLE,CURRENT Feature safe: yes Notes: svn path=/head/; revision=308410
* - Update to 2.4.10.2Bryan Drewery2012-10-182-3/+3
| | | | | | | | | | | Changes: - Fix error when running `pkgdb -L` PR: ports/172855 Feature safe: yes Notes: svn path=/head/; revision=306076
* - Update to 2.4.10.1Bryan Drewery2012-10-182-3/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=306052
* - 2.4.10 releaseBryan Drewery2012-10-153-18/+18
| | | | | | | | | | | | | | | | | - Trim header Changes: * Pkgng support when WITH_PKGNG=yes is defined in /etc/make.conf Portupgrade does not yet support pkgng packages or `pkgdb -F`, just building/upgrading ports using pkgng. Be sure to run `pkgdb -fu` to convert any existing pkgdb. * Move all files out of global ruby namespace * manpage cleanups Feature safe: yes Notes: svn path=/head/; revision=305900
* - Update to 2.4.9.9Bryan Drewery2012-08-282-3/+3
| | | | | | | | | | | | | | | | | | Changelog: * Fix running portupgrade from a portdir picking that port up as the origin to upgrade/install. Regression from 2.4.9.8 [1] * 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. Reported by: ache@ [1] Approved by: bapt (mentor) Notes: svn path=/head/; revision=303291
* - Update to 2.4.9.8Bryan Drewery2012-08-263-4/+19
| | | | | | | | | | | | | | | | | | | | | | Changelog: * Fix MOVED tracking when upgrading ports [1] * Track and display deleted ports when upgrading * Automatically set DISABLE_CONFLICTS when moving origins * Fix crash when running portupgrade inside of a WRKDIR * Fix "Frozen string" error with ruby 1.9 when using the {BEFORE,AFTER}{INSTALL,DEINSTALL} hooks in pkgtools.conf * Fix failure being seen as success due to broken script(1) on older systems [2][3]. This is done by installing a more recent script(1) into PREFIX/libexec/pkgtools and using it instead. Only installed/used on FreeBSD 8.0 and earlier. PR: ports/151662 [1], ports/147242 [2], ports/131111 [3] Approved by: eadler (mentor) Notes: svn path=/head/; revision=303176
* - Update to my new maintainer addressBryan Drewery2012-08-021-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=301873
* - Update to 2.4.9.7Jason Helfman2012-07-312-3/+3
| | | | | | | | | | | - Fixes crash when checking for duplicated origins PR: ports/170292 Reported by: Hans Submitted by: maintainer, bryan@shatow.net Notes: svn path=/head/; revision=301775
* - Update to 2.4.9.6, and add DOCS option to portJason Helfman2012-07-302-8/+9
| | | | | | | | | | | | | | -- Fix `portsdb -U` crash -- Show new version when upgrading ports -- Show recursive depends when upgrading -- Respect LOCALBASE [ports/146858] -- Fix crash on duplicated origins PR: ports/170266 Submitted by: maintainer, bryan@shatow.net Notes: svn path=/head/; revision=301703
* Convert to new options frameworkBaptiste Daroussin2012-06-021-19/+14
| | | | | | | | PR= ports/168534 Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer) Notes: svn path=/head/; revision=298000
* Upgrade to 2.4.9.5Eitan Adler2012-05-022-3/+3
| | | | | | | | | | | | | Changes: Fixes regression introduced 2.4.9.4 release, causing failed upgrades to be seen as successes. Reported by: Matthew D. Fuller PR: ports/167512 Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer) Notes: svn path=/head/; revision=295862
* - Update to 2.4.9.4Jason Helfman2012-04-273-6/+6
| | | | | | | | PR: ports/167338 Submitted by: maintainer, bryan@shatow.net Notes: svn path=/head/; revision=295595
* - use SourceforgeJason Helfman2012-04-203-16/+16
| | | | | | | | | | | | | - avoids issue with not having SSL support - Adds LICENSE - Uses proper RUBY_VER - on request from myself, pkg-message was generalized by maintainer PR: ports/167096 Submitted by: maintainer, bryan@shatow.net Notes: svn path=/head/; revision=295157
* - new upstream for portupgradeBaptiste Daroussin2012-04-163-10/+15
| | | | | | | | | | | - update WWW, MASTER_SITE and distfile to reflect this - fix usage with ruby 1.9[1] PR: ports/165353 [1], ports/166992 [2] Submitted by: "Dr. Andreas Haakh" <bugReporter@ib-haakh.de> [1], Bryan Drewery <bryan@shatow.net> [2] (new maintainer) Notes: svn path=/head/; revision=294930
* - Reassign to ports@Philip M. Gollucci2012-02-221-2/+1
| | | | | | | | | please consider using ports-mgmt/portmaster Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via #bsdports Notes: svn path=/head/; revision=292034
* dd note about default PR assignment.Mark Linimon2012-02-221-0/+1
| | | | | | | Spurred by: pgollucci Notes: svn path=/head/; revision=292032
* - Update to 2.4.9.3 (a bugfix release).Stanislav Sedov2011-08-236-86/+4
| | | | Notes: svn path=/head/; revision=280261
* - We don't install README anymore.Stanislav Sedov2011-08-234-2/+34
| | | | | | | - Fix a bug when :map was used on a string. Notes: svn path=/head/; revision=280248
* - Don't use ruby 1.9 File.realpath(), use File.expand_path() instead.Stanislav Sedov2011-08-233-1/+51
| | | | | | | | The former generates exceptions when the path doesn't exist, which is not what we want. Notes: svn path=/head/; revision=280246
* - Fix plist.Stanislav Sedov2011-08-231-1/+0
| | | | Notes: svn path=/head/; revision=280243
* - Update to 2.4.9.2.Stanislav Sedov2011-08-232-3/+3
| | | | | | | This version is a bugfix release. Notes: svn path=/head/; revision=280236
* - Provide the new URL.Stanislav Sedov2011-08-191-0/+1
| | | | Notes: svn path=/head/; revision=279998