Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.17.1 07 Sep 2024 04:50:59 |
Matthias Fechner (mfechner) |
devel/rubygem-licensee: update to 9.17.1
Required for gitlab 17.3
Changes: https://github.com/licensee/licensee/releases |
9.17.0_1 18 Jun 2024 04:04:58 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-licensee: Change RUN_DEPENDS from rubygem-octokit to
rubygem-octokit8
- Bump PORTREVISION for dependency change |
9.17.0 14 Mar 2024 08:11:53 |
Matthias Fechner (mfechner) |
devel/rubygem-licensee: update to 9.17.0
Changes: https://github.com/licensee/licensee/releases/tag/v9.17.0 |
9.16.1 23 Feb 2024 13:18:02 |
Matthias Fechner (mfechner) |
devel/rubygem-licensee: update to 9.16.1
Required for gitlab-ce 16.9.0
Changes: https://github.com/licensee/licensee/releases |
9.16.0_1 21 Feb 2024 15:11:28 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-licensee: Change RUN_DEPENDS from rubygem-dotenv to
rubygem-dotenv2
- Bump PORTREVISION for dependency change |
9.16.0 04 Oct 2023 15:50:53 |
Matthias Fechner (mfechner) |
devel/rubygem-licensee: update to 9.16.0
Required for gitlab-ce 16.4
Changelog:
https://github.com/licensee/licensee/releases |
9.15.3_1 16 Aug 2023 18:26:29 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-licensee: Change RUN_DEPENDS from rubygem-octokit to
rubygem-octokit6
- Bump PORTREVISION for dependency change |
9.15.3 14 May 2023 17:25:54 |
Matthias Fechner (mfechner) |
devel/rubygem-licensee: update to 9.15.3
Required for gitlab-ce 15.11
Changelog:
https://github.com/licensee/licensee/releases/tag/v9.15.3 |
9.15.2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
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 |
9.15.2 07 Nov 2022 15:41:45 |
Matthias Fechner (mfechner) |
devel/rubygem-licensee: update to 9.15.2
Required for gitlab-ce 15.4
Changelog:
https://github.com/licensee/licensee/releases/tag/v9.15.2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
9.14.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
9.14.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
9.14.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.14.1 03 Mar 2021 09:32:20 |
mfechner |
Update to 9.14.1 which is required for gitlab-ce 13.9 upgrade. |
9.7.0_3 19 Apr 2020 03:55:23 |
tobik |
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471 |
9.7.0_2 19 Mar 2020 05:47:59 |
tobik |
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/ |
9.7.0_1 03 Dec 2018 18:56:42 |
sunpoet |
Update to 2.7.8
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 233645
Exp-run by: antoine |
9.7.0_1 09 May 2018 21:40:12 |
sunpoet |
Fix gemspec for rubygem-octokit 4.9.0 update
- Bump PORTREVISION for package change |
9.7.0 09 May 2018 10:43:26 |
mfechner |
Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15270 |
9.7.0 10 Jan 2018 15:43:55 |
swills |
devel/rubygem-licensee: update to 9.7.0
PR: 224999
Approved by: Matthias Fechner <idefix@fechner.net> (maintainer) |
9.6.0 02 Jan 2018 15:46:37 |
swills |
devel/rubygem-licensee: update to 9.6.0
PR: 224758
Approved by: Matthias Fechner <idefix@fechner.net> (maintainer |
8.7.0 05 Dec 2017 16:44:09 |
tz |
GitLab and related ports maintained by me: pass maintainership to Matthias
Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)
I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md |
8.7.0 28 Jun 2017 08:45:56 |
tz |
devel/rubygem-licensee: Update from 8.2.0 to 8.7.0
Changes of 8.7.0 including:
- New: Expose license rules as Licensee::Rule (#148)
- New: Recognize underlined license headers in READMEs (#138, props @pchaigno)
- Fixed: Running licensee against a single file on Windows (#144, props
@sschuberth)
There were many more changes, but there is no changelog. You need to consult
https://github.com/benbalter/licensee/releases for a list of all changes. |
8.2.0 17 Jun 2016 12:42:17 |
tz |
devel/rubygem-licensee: Update from 8.0.0 to 8.2.0
8.2.0 - 2016-06-15
* CLI now uses Licensee::Project
* Better CLI output
* Test improvements
* Update README & add test reflecting choosealicense.com changes (#95)
* Add information about semantic versioning to README
* Update vendored licenses
* Licenses now contain a case-sensitive spdx-id metadata field
* Removed family and variant metadata fields
* Added document-changes condition
* Various typographical fixes in the license body text (which will change
license hashes)
* Updated descriptions
8.1.0 - 2016-04-28
* Allow Licensee.license() to scan a single file
* Allow CLI to accept path to file in addition to a directory
* Ensure files are read with UTF-8 encoding by default
Approved by: junovitch (mentor) |
8.0.0 10 Jun 2016 09:08:02 |
tz |
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by: junovitch (mentor) |
8.0.0 28 Apr 2016 19:06:58 |
sunpoet |
- Update to 8.0.0
- Pass maintainership to submitter
- While I'm here, update RUN_DEPENDS
Changes: https://github.com/benbalter/licensee/releases
PR: 209079
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
Approved by: Brendan Molloy <brendan+freebsd@bbqsrc.net> (maintainer) |
6.1.0 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
6.1.0 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
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 |
6.1.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
6.1.0 20 Mar 2016 18:37:44 |
sunpoet |
- Add LICENSE_FILE
- Add NO_ARCH
- While I'm here, use = instead of += for PLIST_FILES
Approved by: portmgr (blanket) |
6.1.0 10 Feb 2016 02:05:29 |
miwi |
- Update to 6.1.0
PR: 206789
Submitted by: maintainer |
6.0.0 28 Dec 2015 13:19:34 |
miwi |
Licensee automates the process of reading LICENSE files and compares their
contents to known licenses using a fancy math thing called Rabin-Karp
rolling-hashes.
WWW: https://github.com/benbalter/licensee
PR: 205636
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> |