Index: head/devel/rubygem-bindex/Makefile =================================================================== --- head/devel/rubygem-bindex/Makefile (revision 497353) +++ head/devel/rubygem-bindex/Makefile (revision 497354) @@ -1,18 +1,18 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= bindex -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bindings for your Ruby exceptions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_RUBY= yes USES= gem +USE_RUBY= yes .include Index: head/devel/rubygem-bindex/distinfo =================================================================== --- head/devel/rubygem-bindex/distinfo (revision 497353) +++ head/devel/rubygem-bindex/distinfo (revision 497354) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490878391 -SHA256 (rubygem/bindex-0.5.0.gem) = 114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3 -SIZE (rubygem/bindex-0.5.0.gem) = 18432 +TIMESTAMP = 1553961895 +SHA256 (rubygem/bindex-0.6.0.gem) = 9d5961eaf3fa8ebbba8776f32485d7f4347626754cc80d60a2c877142419edbc +SIZE (rubygem/bindex-0.6.0.gem) = 18944 Index: head/devel/rubygem-bindex/pkg-descr =================================================================== --- head/devel/rubygem-bindex/pkg-descr (revision 497353) +++ head/devel/rubygem-bindex/pkg-descr (revision 497354) @@ -1,6 +1,6 @@ When Ruby raises an exception, it leaves you a backtrace to help you figure out where did the exception originated in. Bindex gives you the bindings as well. This can help you introspect the state of the Ruby program when at the point the exception occurred. -WWW: https://github.com/gsamokovarov/bindex +WWW: https://github.com/gsamokovarov/skiptrace