aboutsummaryrefslogtreecommitdiff
path: root/misc/rubygem-dotenv/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* misc/rubygem-dotenv: Update to 3.2.0Po-Chuan Hsieh2025-12-091-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.1.8Po-Chuan Hsieh2025-04-291-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.1.7Po-Chuan Hsieh2024-12-311-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.1.6Po-Chuan Hsieh2024-12-251-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.1.4Po-Chuan Hsieh2024-09-251-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.1.3Po-Chuan Hsieh2024-09-251-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.1.2Po-Chuan Hsieh2024-05-191-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.1.0Po-Chuan Hsieh2024-03-091-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* misc/rubygem-dotenv: Update to 3.0.2Po-Chuan Hsieh2024-02-211-3/+3
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* 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
* 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)
* misc/rubygem-dotenv: Update to 2.8.1Po-Chuan Hsieh2022-07-301-1/+1
| | | | Changes: https://github.com/bkeepers/dotenv/releases
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* 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 to 2.7.6Sunpoet Po-Chuan Hsieh2020-07-241-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=543103
* Update to 2.7.5Sunpoet Po-Chuan Hsieh2019-08-021-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=507896
* Update to 2.7.4Sunpoet Po-Chuan Hsieh2019-06-241-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=505039
* Update to 2.7.3Sunpoet Po-Chuan Hsieh2019-06-231-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=504973
* Update to 2.7.2Sunpoet Po-Chuan Hsieh2019-03-261-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=496911
* Update to 2.7.1Sunpoet Po-Chuan Hsieh2019-02-251-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=493911
* Update to 2.7.0Sunpoet Po-Chuan Hsieh2019-02-221-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=493600
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2019-01-101-4/+5
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=489916
* Update to 2.5.0Sunpoet Po-Chuan Hsieh2018-07-291-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=475792
* Update to 2.4.0Sunpoet Po-Chuan Hsieh2018-04-271-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=468466
* Update to 2.3.0Sunpoet Po-Chuan Hsieh2018-04-221-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=467953
* Update to 2.2.2Sunpoet Po-Chuan Hsieh2018-04-111-2/+2
| | | | | | | | | - Take maintainership Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=467100
* Update to 2.2.1Sunpoet Po-Chuan Hsieh2017-04-291-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=439724
* Update to 2.2.0Sunpoet Po-Chuan Hsieh2017-01-281-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=432668
* Update to 2.1.2Sunpoet Po-Chuan Hsieh2017-01-161-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=431662
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* - Update to 2.1.1Sunpoet Po-Chuan Hsieh2016-03-311-1/+1
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=412258
* - Update to 2.1.0Sunpoet Po-Chuan Hsieh2016-01-191-1/+2
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=406667
* - Update to 2.0.2Sunpoet Po-Chuan Hsieh2015-06-211-1/+2
| | | | | | | | | - Add NO_ARCH Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=390193
* - Update to 2.0.1Sunpoet Po-Chuan Hsieh2015-05-251-3/+3
| | | | | | | | | | - Add LICENSE - Use = instead of += Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=387424
* misc/rubygem-dotenv: update to 0.11.1Steve Wills2014-08-241-2/+3
| | | | Notes: svn path=/head/; revision=365867
* Update rubygem-dotenv to 0.10.0.Rui Paulo2014-05-191-1/+1
| | | | | | | Reviewed by: swills Notes: svn path=/head/; revision=354490
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332045
* Loads environment variables from `.env`.Steve Wills2013-10-201-0/+19
WWW: https://github.com/bkeepers/dotenv PR: ports/182667 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Notes: svn path=/head/; revision=331014