diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:53:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:53:46 +0800 |
commit | bebc59c1a94aef2c93ac6ffb655869d78672ceb8 (patch) | |
tree | f77c58a7dffd8b0df8c4928a83e4adb287dd41d7 /devel | |
parent | d17022cadd88171b1ba55be52777a1af892a768a (diff) | |
download | freebsd-ports-gnome-bebc59c1a94aef2c93ac6ffb655869d78672ceb8.tar.gz freebsd-ports-gnome-bebc59c1a94aef2c93ac6ffb655869d78672ceb8.tar.zst freebsd-ports-gnome-bebc59c1a94aef2c93ac6ffb655869d78672ceb8.zip |
- Fix LICENSE
- Update WWW
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-binding_of_caller/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-binding_of_caller/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-binding_of_caller/Makefile b/devel/rubygem-binding_of_caller/Makefile index d2bf0ca2bfdc..f4d35a86efd1 100644 --- a/devel/rubygem-binding_of_caller/Makefile +++ b/devel/rubygem-binding_of_caller/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Retrieve the binding of a methods caller -LICENSE= BSD3CLAUSE +LICENSE= MIT RUN_DEPENDS= rubygem-debug_inspector>=0.0.1:${PORTSDIR}/devel/rubygem-debug_inspector diff --git a/devel/rubygem-binding_of_caller/pkg-descr b/devel/rubygem-binding_of_caller/pkg-descr index 2d0107ce5a17..5424f640158f 100644 --- a/devel/rubygem-binding_of_caller/pkg-descr +++ b/devel/rubygem-binding_of_caller/pkg-descr @@ -1,4 +1,4 @@ Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack. -WWW: http://github.com/banister/binding_of_caller +WWW: https://github.com/banister/binding_of_caller |