summaryrefslogtreecommitdiff
path: root/textproc/rubygem-puppet-strings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/rubygem-puppet-strings: Fix stage-qaPo-Chuan Hsieh2024-10-211-0/+10
| | | | | | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: RubyGem dependency yard < 0.9.37 is not satisfied. *** Error code 1 Stop. make: stopped in /usr/ports/textproc/rubygem-puppet-strings =>> Error: stage-qa failures detected Approved by: portmgr (blanket) With hat: ruby Reference: https://lists.freebsd.org/archives/dev-commits-ports-all/2024-October/133440.html
* textproc/rubygem-puppet-strings: Update to 4.1.3Romain Tartière2024-09-292-4/+4
| | | | | | | ChangeLog: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v413---2024-09-05 With hat: puppet
* textproc/rubygem-puppet-strings: Update to 4.1.2Romain Tartière2024-01-232-4/+4
| | | | | | | ChangeLog: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v412---2023-12-05 With hat: puppet
* textproc/rubygem-puppet-strings: Update to 4.1.1Romain Tartière2023-11-252-4/+4
| | | | | | | ChangeLog: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md With hat: puppet
* textproc/rubygem-puppet-strings: Update to 4.1.0Romain Tartière2023-11-102-8/+6
| | | | | | | | | | While here, default to sysutils/puppet8 to provide Puppet and drop broken option to use sysutils/puppet6 which does not exist anymore. ChangeLog: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v410---2023-07-04 With hat: puppet
* textproc/rubygem-puppet-strings: Add OPTION for Puppet 8Romain Tartière2023-05-061-3/+3
| | | | | | Default packages are not changed. Not bumping PORTREVISION. With hat: puppet
* 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
* textproc/rubygem-puppet-strings: Udpate to 3.0.1Romain Tartière2022-11-202-4/+4
| | | | With hat: puppet
* 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)
* textproc/rubygem-puppet-strings: Update to 2.9.0Romain Tartière2021-12-032-4/+4
| | | | | | | ChangeLog: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v290-2021-11-29 With hat: puppet
* textproc/rubygem-puppet-strings: Update version requirement of RUN_DEPENDSPo-Chuan Hsieh2021-10-261-1/+1
| | | | With hat: ruby
* textproc/rubygem-puppet-strings: Add NO_ARCHPo-Chuan Hsieh2021-09-191-0/+2
| | | | Approved by: portmgr (blanket)
* textproc/rubygem-puppet-strings: Update to 2.8.0Romain Tartière2021-07-212-4/+4
| | | | | | | ChangeLog: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v280-2021-07-19 With hat: puppet
* textproc/rubygem-puppet-strings: Update to 2.7.0Romain Tartière2021-05-232-5/+4
| | | | | | | ChangeLog: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v270-2021-05-17 With hat: puppet
* 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
|
* Change default Puppet version to 7Romain Tartière2021-02-191-1/+2
| | | | | | | | | | | | | sysutils/rubygem-bolt now depends on Puppet 7 but it also depends on tis port which by default depends on Puppet 6. As a consequence, building these ports without changing the defaut options leads to a conflicting situation. Fix this by depending on the latest Puppet by default. With hat: puppet Notes: svn path=/head/; revision=566095
* Update to 2.6.0Romain Tartière2021-01-222-4/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=562347
* Make it possible to choose which version of Puppet to depend onRomain Tartière2020-12-051-2/+13
| | | | | | | | | | Since we do not change the default, no need to rebuild packages so no PORTREVISION bump. With hat: puppet Notes: svn path=/head/; revision=557086
* Update to 2.5.0Romain Tartière2020-07-232-4/+4
| | | | | | | | | | Release notes: https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v250-2020-07-15 With hat: puppet Notes: svn path=/head/; revision=542964
* Update to 2.4.0Romain Tartière2020-02-212-4/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=526639
* New port: textproc/rubygem-puppet-stringsRomain Tartière2019-12-033-0/+28
Puppet Strings generates HTML documentation for Puppet extensions written in Puppet and Ruby. WWW: https://github.com/puppetlabs/puppet-strings With hat: puppet Notes: svn path=/head/; revision=518971