aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.4.16.Bryan Drewery2018-03-092-5/+5
| | | | | | | | | - Preserve shlib symlink [1] PR: 223943 [1] Notes: svn path=/head/; revision=463994
* Update to 2.4.15.Bryan Drewery2017-03-302-5/+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
* Update to 2.4.13-7-g47dfa22Bryan Drewery2015-05-152-4/+4
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=386370
* Update to 2.4.13-6-g72b4c34Bryan Drewery2015-05-142-4/+4
| | | | | | | | | | | Changes: * Fix ordering of build based on FETCH/PATCH/EXTRACT dependencies. PR: 177365 Submitted by: truckman@ Notes: svn path=/head/; revision=386365
* Update to 2.4.13-3-g9696855Bryan Drewery2015-05-142-4/+4
| | | | | | | | | | | Changes: * Support security vulnerabilities as a build failure reason. PR: 192232 Submitted by: Yuri <yuri@rawbw.com> Notes: svn path=/head/; revision=386352
* Update to 2.4.13-2-g2c079e1Bryan Drewery2015-05-142-7/+7
| | | | | | | | | | Changes: * portupgrde -p: Fix new dependencies not getting installed. (#58) PR: 184672 Notes: svn path=/head/; revision=386351
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME toBryan Drewery2015-03-202-3/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381777
* Fix wrong distinfo from r381704Bryan Drewery2015-03-201-2/+2
| | | | Notes: svn path=/head/; revision=381705
* Convert my ports to the new USE_GITHUBBryan Drewery2015-03-202-6/+5
| | | | Notes: svn path=/head/; revision=381704
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381618
* - Add dependency back for ruby-bdb for Ruby 2.0.Bryan Drewery2014-10-131-4/+2
| | | | | | | | PR: 188084 PR: 185523 Notes: svn path=/head/; revision=370790
* - Plist fixes. No need for @exec and use @sample.Bryan Drewery2014-10-062-5/+2
| | | | Notes: svn path=/head/; revision=370244
* - Update to checkin 2161660, which matches 2.4.13Bryan Drewery2014-10-064-25/+6
| | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=370240
* 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=363414
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-152-5/+7
| | | | Notes: svn path=/head/; revision=361973
* - Fix building as userBryan Drewery2014-05-251-0/+2
| | | | 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
* - Update to checkin 352086bBryan Drewery2014-05-242-5/+5
| | | | | | | | Changes: * Use random temporary file for building index Notes: svn path=/head/; revision=355074
* - 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 to checkin 96722b2Bryan Drewery2013-12-132-4/+4
| | | | | | | | Changes: * Fix TSort name clash when using bundle Notes: svn path=/head/; revision=336303
* - Update to checkin 3778f5cBryan Drewery2013-12-022-4/+4
| | | | | | | | | | | | | | | 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=335490
* - Support STAGEDIRBryan Drewery2013-09-232-24/+19
| | | | Notes: svn path=/head/; revision=327976
* - Update to checkin 452ad6a which is 2.4.11.2Bryan Drewery2013-09-212-9/+4
| | | | | | | | | | Changes: Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1] PR: ports/182239 Notes: svn path=/head/; revision=327815
* - 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 checkin e4a515aBryan Drewery2013-09-172-4/+4
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=327448
* - Update to checkin 633cdd7Bryan Drewery2013-07-192-4/+4
| | | | | | | | | | Changes: * pkgdb no longer populates an extra database when using pkgng. This brings performance and stability improvements when using pkgng. Notes: svn path=/head/; revision=323265
* - Update to checkin eeb5502Bryan Drewery2013-07-142-4/+4
| | | | | | | | | | Changes: * Fix FTP PACKAGESITE encoding / as %2F in Ruby1.9 Reported by: Jigal Weinberg Notes: svn path=/head/; revision=322985
* Sync with 2.4.10.6 releaseBryan Drewery2013-06-292-4/+4
| | | | Notes: svn path=/head/; revision=322042
* - Update to checkin 685cb60Bryan Drewery2013-06-174-8/+10
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=321107
* - Don't use ruby-bdb with ruby 2.0 as it is currentlyBryan Drewery2013-03-171-2/+6
| | | | | | | | | 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/+4
| | | | | | | | | | | | | | 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
* Fix distinfo after updating versionBryan Drewery2013-03-071-2/+2
| | | | Notes: svn path=/head/; revision=313609
* Use proper versioningBryan Drewery2013-03-071-2/+1
| | | | Notes: svn path=/head/; revision=313587
* - Update to checkin 6c357b3Bryan Drewery2013-03-072-4/+4
| | | | | | | | | | Changes: * Fix date parsing when using pkgng PR: ports/175926 Notes: svn path=/head/; revision=313585
* - Fix missing dependency on devel/ruby-date2 when using Ruby 1.9Bryan Drewery2013-03-071-0/+6
| | | | | | | for date parsing Notes: svn path=/head/; revision=313578
* - Update to checkin a05c5daBryan Drewery2013-03-042-4/+4
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=313386
* - Update to checkin fb8519cBryan Drewery2013-01-142-4/+4
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=310396
* - Update to 20121206 snapshotBryan Drewery2012-12-062-4/+4
| | | | | | | | | | Changes: * Minor sanity check when upgrading ports-mgmt/pkg Feature safe: yes Notes: svn path=/head/; revision=308392
* - Update to 20121205 snapshotBryan Drewery2012-12-062-4/+4
| | | | | | | | | | | Changes: * Fix hang when upgrading ports-mgmt/pkg on 9.1, STABLE and CURRENT Feature safe: yes Notes: svn path=/head/; revision=308362
* - Update to 20121130 snapshotBryan Drewery2012-11-302-4/+4
| | | | | | | | | | Changes: * Fixes ZSH/BASH completions for PKGNG Feature safe: yes Notes: svn path=/head/; revision=308030
* - Update to 2.4.10.2Bryan Drewery2012-10-182-4/+4
| | | | | | | | | | | 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-4/+4
| | | | | | | | | | | | 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
* - Update to checkin 9b00ac7Bryan Drewery2012-10-152-10/+6
| | | | | | | | | | | | | | - Sync with 2.4.10 release - Trim header Changes: * Prevent crashing when trying to use packages with pkgng * manpage cleanups Feature safe: yes Notes: svn path=/head/; revision=305898
* - Remove USE_STAGE as it is not readyBryan Drewery2012-09-211-1/+0
| | | | Notes: svn path=/head/; revision=304630
* - Switch to USE_GITHUB/GH as the primary MASTER_SITE as itBryan Drewery2012-09-143-7/+10
| | | | | | | | | does properly work on non-tagged commits - Fix plist for packages by creating %%RUBY_SITELIBDIR%%/pkgtools in PREFIX Notes: svn path=/head/; revision=304278
* - Update to 20120827 snapshotBryan Drewery2012-08-282-4/+4
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=303265
* - Update to 20120821 snapshotBryan Drewery2012-08-212-4/+4
| | | | | | | | | | - Changes: * Fixes Frozen string error with ruby 1.9 Approved by: eadler (mentor) Notes: svn path=/head/; revision=302897
* - Update to 20120820 snapshotBryan Drewery2012-08-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=302836