Port details |
- rubygem-gemdiff Command-line utility for ruby gems
- 6.0.2 devel
=2 6.0.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-11-30 20:01:26
- Last Update: 2024-12-31 15:52:53
- Commit Hash: 500dc36
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/teeparham/gemdiff
- Description:
- gemdiff is a command-line tool to find source code for ruby gems. You can
compare source code differences between the current version of a gem in your
bundle and the version of the gem that would be installed with bundle update
<gem> (or any two versions of a gem). gemdiff connects gem version management
(rubygems + bundler) with source code (GitHub).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-gemdiff>0:devel/rubygem-gemdiff
- To install the port:
- cd /usr/ports/devel/rubygem-gemdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-gemdiff
- pkg install rubygem-gemdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-gemdiff
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735228104
SHA256 (rubygem/gemdiff-6.0.2.gem) = 1282675c8bbc7eaf2656aa6c79a238373cdb375201c7b353650baf4b56b24a42
SIZE (rubygem/gemdiff-6.0.2.gem) = 13312
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-faraday-retry>=2.2<3 : www/rubygem-faraday-retry
- rubygem-launchy>=3.0<4 : devel/rubygem-launchy
- rubygem-octokit>=9.0<10 : net/rubygem-octokit
- rubygem-thor>=1.0<2 : devel/rubygem-thor
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-gemdiff
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.2 31 Dec 2024 15:52:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Update to 6.0.2
Changes: https://github.com/teeparham/gemdiff/commits/main |
6.0.1 25 Dec 2024 19:16:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Update to 6.0.1
Changes: https://github.com/teeparham/gemdiff/commits/main |
6.0.0 14 Oct 2024 05:26:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Update to 6.0.0
Changes: https://github.com/teeparham/gemdiff/commits/main |
5.0.0_2 18 Jun 2024 04:01:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Change RUN_DEPENDS from rubygem-octokit to
rubygem-octokit8
- Bump PORTREVISION for dependency change |
5.0.0_1 19 May 2024 17:17:57
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Fix gemspec for rubygem-launchy 3.0.0 update
- Bump PORTREVISION for package change |
5.0.0 21 Feb 2024 15:10:16
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Update to 5.0.0
- Change RUN_DEPENDS from rubygem-octokit4 to rubygem-octokit
Changes: https://github.com/teeparham/gemdiff/commits/main |
4.1.0_1 27 May 2023 23:44:22
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Fix build after ee5185238bee306bc16bff02b920a2a0b3cde9d5
- Bump PORTREVISION for dependency change |
4.1.0 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 |
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) |
4.1.0 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 ) |
4.1.0 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 ) |
4.1.0 17 Apr 2022 23:58:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Update to 4.1.0
Changes: https://github.com/teeparham/gemdiff/commits/main |
4.0.0 18 Apr 2021 05:47:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-gemdiff: Update to 4.0.0
Changes: https://github.com/teeparham/gemdiff/commits/main |
3.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1.0 22 Oct 2020 17:39:33
  |
sunpoet  |
Update to 3.1.0
Changes: https://github.com/teeparham/gemdiff/commits/master |
3.0.0_1 23 Aug 2020 19:37:09
  |
sunpoet  |
Change RUN_DEPENDS from rubygem-thor to rubygem-thor0
- Bump PORTREVISION for dependency change |
3.0.0 05 Sep 2019 17:12:05
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
3.0.0 25 May 2019 22:04:02
  |
sunpoet  |
Update to 3.0.0
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.6.0 12 May 2019 20:11:23
  |
sunpoet  |
Update to 2.6.0
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.5.5 07 Mar 2019 17:32:36
  |
sunpoet  |
Update to 2.5.5
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.5.4 06 Mar 2019 18:07:09
  |
sunpoet  |
Update to 2.5.4
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.5.3 08 Feb 2019 20:54:51
  |
sunpoet  |
Update to 2.5.3
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.5.2 01 Feb 2019 21:41:58
  |
sunpoet  |
Update to 2.5.2
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.5.1 24 Jan 2019 17:38:36
  |
sunpoet  |
Update to 2.5.1
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.5.0 10 Dec 2018 04:21:08
  |
sunpoet  |
Update to 2.5.0
Changes: https://github.com/teeparham/gemdiff/commits/master |
2.4.2 30 Nov 2018 20:01:17
  |
sunpoet  |
Add rubygem-gemdiff 2.4.2
gemdiff is a command-line tool to find source code for ruby gems. You can
compare source code differences between the current version of a gem in your
bundle and the version of the gem that would be installed with bundle update
<gem> (or any two versions of a gem). gemdiff connects gem version management
(rubygems + bundler) with source code (GitHub).
WWW: https://github.com/teeparham/gemdiff |