svn commit: r497354 - head/devel/rubygem-bindex

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 30 20:45:27 UTC 2019


Author: sunpoet
Date: Sat Mar 30 20:45:20 2019
New Revision: 497354
URL: https://svnweb.freebsd.org/changeset/ports/497354

Log:
  Update to 0.6.0
  
  - Update WWW
  
  Changes:	https://github.com/gsamokovarov/skiptrace/commits/master

Modified:
  head/devel/rubygem-bindex/Makefile
  head/devel/rubygem-bindex/distinfo
  head/devel/rubygem-bindex/pkg-descr

Modified: head/devel/rubygem-bindex/Makefile
==============================================================================
--- head/devel/rubygem-bindex/Makefile	Sat Mar 30 20:45:15 2019	(r497353)
+++ head/devel/rubygem-bindex/Makefile	Sat Mar 30 20:45:20 2019	(r497354)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bindex
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ COMMENT=	Bindings for your Ruby exceptions
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-bindex/distinfo
==============================================================================
--- head/devel/rubygem-bindex/distinfo	Sat Mar 30 20:45:15 2019	(r497353)
+++ head/devel/rubygem-bindex/distinfo	Sat Mar 30 20:45:20 2019	(r497354)
@@ -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

Modified: head/devel/rubygem-bindex/pkg-descr
==============================================================================
--- head/devel/rubygem-bindex/pkg-descr	Sat Mar 30 20:45:15 2019	(r497353)
+++ head/devel/rubygem-bindex/pkg-descr	Sat Mar 30 20:45:20 2019	(r497354)
@@ -3,4 +3,4 @@ where did the exception originated in. Bindex gives yo
 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


More information about the svn-ports-all mailing list