svn commit: r410364 - head/devel/rubygem-sigdump

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:31:34 UTC 2016


Author: sunpoet
Date: Sun Mar  6 06:31:32 2016
New Revision: 410364
URL: https://svnweb.freebsd.org/changeset/ports/410364

Log:
  - Update to 0.2.4
  - Add LICENSE_FILE
  
  Changes:	https://github.com/frsyuki/sigdump/blob/master/ChangeLog

Modified:
  head/devel/rubygem-sigdump/Makefile
  head/devel/rubygem-sigdump/distinfo

Modified: head/devel/rubygem-sigdump/Makefile
==============================================================================
--- head/devel/rubygem-sigdump/Makefile	Sun Mar  6 06:31:27 2016	(r410363)
+++ head/devel/rubygem-sigdump/Makefile	Sun Mar  6 06:31:32 2016	(r410364)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sigdump
-PORTVERSION=	0.2.3
+PORTVERSION=	0.2.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +10,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Setup signal handler which dumps backtrace of running threads
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-sigdump/distinfo
==============================================================================
--- head/devel/rubygem-sigdump/distinfo	Sun Mar  6 06:31:27 2016	(r410363)
+++ head/devel/rubygem-sigdump/distinfo	Sun Mar  6 06:31:32 2016	(r410364)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sigdump-0.2.3.gem) = a921998725e5224d25074db694004c7c650eef14402ed3afd033d674a4512451
-SIZE (rubygem/sigdump-0.2.3.gem) = 8704
+SHA256 (rubygem/sigdump-0.2.4.gem) = 0bf2176e55c1a262788623fe5ea57caddd6ba2abebe5e349d9d5e7c3a3010ed7
+SIZE (rubygem/sigdump-0.2.4.gem) = 9216


More information about the svn-ports-all mailing list