aboutsummaryrefslogtreecommitdiff
path: root/archivers/rubygem-fpm
Commit message (Collapse)AuthorAgeFilesLines
* archivers/rubygem-fpm: Update to 1.17.0Po-Chuan Hsieh2025-10-182-5/+5
| | | | Changes: https://github.com/jordansissel/fpm/releases
* archivers/rubygem-fpm: Update to 1.16.0Po-Chuan Hsieh2024-12-253-15/+4
| | | | Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst
* devel/ruby-gems: Update to 3.5.6Yasuhiro Kimura2024-03-051-9/+9
| | | | | | | | | | While here, mark textproc/rubygem-nokogumbo as BROKEN because build fails with clean latest ports tree and all supported ruby versions. ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md PR: 276884 Approved by: sunpoet (ruby@, maintainer) Exp-run by: antoine
* archivers/rubygem-fpm: Update to 1.15.1Po-Chuan Hsieh2023-03-212-4/+4
| | | | Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst
* devel/ruby-gems: Update to 3.4.2Yasuhiro Kimura2023-01-171-10/+10
| | | | | | | ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2 PR: 268578 Approved by: meta (ruby@, maintainer) Exp-run by: antoine
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
* archivers/rubygem-fpm: Update to 1.15.0Po-Chuan Hsieh2022-12-3013-112/+13
| | | | | | - Take maintainership Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* devel/ruby-gems: Update to 3.3.7Dan Langille2022-02-201-18/+18
| | | | | | | | | | | | | | | | | | | | These are fixes Ruby 3.0 Changes were compiled against all dependencies of devel/ruby-gems and they all built cleanly. There are five known build failures, all prexisting: * devel/rubygem-xdg5: requires Ruby 3.0 * devel/rubygem-xdg: requires Ruby 3.1 * graphics/rubygem-objectdetect: port explicitly marked broken * mail/rubygem-tmail: port explicitly marked broken * science/cdcl: marked broken, unfetchable Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl PR: 258108 Approved by: ruby (zi@)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2020-08-232-6/+6
| | | | Notes: svn path=/head/; revision=545915
* Clean up patch-gemspecSunpoet Po-Chuan Hsieh2020-01-131-34/+0
| | | | Notes: svn path=/head/; revision=522963
* archivers/rubygem-fpm: convert to patchesSteve Wills2019-12-0312-7/+140
| | | | Notes: svn path=/head/; revision=518944
* Update to 1.11.0Sunpoet Po-Chuan Hsieh2019-07-012-8/+10
| | | | | | | Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=505595
* Update to 1.10.2Sunpoet Po-Chuan Hsieh2018-07-312-4/+4
| | | | | | | Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=475944
* Update to 1.10.0Sunpoet Po-Chuan Hsieh2018-05-222-5/+5
| | | | | | | Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=470644
* Remove unnecessary rubygem-backportsSunpoet Po-Chuan Hsieh2018-02-281-1/+5
| | | | | | | - Bump PORTREVISION for dependency and package change Notes: svn path=/head/; revision=463223
* Update to 1.9.3Sunpoet Po-Chuan Hsieh2017-09-122-4/+4
| | | | | | | Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=449726
* Update to 1.9.2Sunpoet Po-Chuan Hsieh2017-08-042-11/+9
| | | | | | | | | - Refine post-patch: indicate the changing dependency Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=447373
* archivers/rubygem-fpm: fix with newer archive-tar-minitarSteve Wills2017-07-071-1/+2
| | | | Notes: svn path=/head/; revision=445200
* Fix RUN_DEPENDS (r433259)Sunpoet Po-Chuan Hsieh2017-03-241-3/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=436838
* Update to 1.8.1Sunpoet Po-Chuan Hsieh2017-02-082-5/+5
| | | | | | | Changes: https://github.com/jordansissel/fpm/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=433687
* Add LICENSESunpoet Po-Chuan Hsieh2017-02-071-0/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=433595
* archivers/rubygem-fpm: create portSteve Wills2017-02-033-0/+39
Convert directories, rpms, python eggs, rubygems, and more to rpms, debs, solaris packages and more. Win at package management without wasting pointless hours debugging bad rpm specs! WWW: https://github.com/jordansissel/fpm Notes: svn path=/head/; revision=433259