summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ports-mgmt/portupgrade*: Move manpages to share/manYasuhiro Kimura2024-03-033-17/+26
| | | | | PR: 277400 Approved by: portmgr (blanket)
* ports-mgmt/portupgrade*: Revert "Use databases/rubygem-dbm with Ruby 3.2"Yasuhiro Kimura2023-08-011-6/+1
| | | | | | | | | | 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
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* ports-mgmt/portupgrade*: Use databases/rubygem-dbm with Ruby 3.2Yasuhiro Kimura2023-01-051-0/+5
| | | | | | | | databases/ruby-bdb is BROKEN with Ruby 3.2. PR: 268207 Approved by: maintainer timeout MFH: 2023Q1
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+1
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* ports-mgmt: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | 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)
* 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