svn commit: r449256 - head/textproc/rubygem-coderay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 4 18:54:18 UTC 2017


Author: sunpoet
Date: Mon Sep  4 18:54:17 2017
New Revision: 449256
URL: https://svnweb.freebsd.org/changeset/ports/449256

Log:
  Update to 1.1.2
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/rubychan/coderay/blob/master/Changes.textile

Modified:
  head/textproc/rubygem-coderay/Makefile
  head/textproc/rubygem-coderay/distinfo

Modified: head/textproc/rubygem-coderay/Makefile
==============================================================================
--- head/textproc/rubygem-coderay/Makefile	Mon Sep  4 18:54:11 2017	(r449255)
+++ head/textproc/rubygem-coderay/Makefile	Mon Sep  4 18:54:17 2017	(r449256)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	coderay
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast and easy syntax highlighting for selected languages
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/textproc/rubygem-coderay/distinfo
==============================================================================
--- head/textproc/rubygem-coderay/distinfo	Mon Sep  4 18:54:11 2017	(r449255)
+++ head/textproc/rubygem-coderay/distinfo	Mon Sep  4 18:54:17 2017	(r449256)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/coderay-1.1.1.gem) = 79a42eba4cbe2b056ba253eb02d1a7aec74ca951e54f33098830641e8748dff4
-SIZE (rubygem/coderay-1.1.1.gem) = 96256
+TIMESTAMP = 1504539996
+SHA256 (rubygem/coderay-1.1.2.gem) = 9efc1b3663fa561ccffada890bd1eec3a5466808ebc711ab1c5d300617d96a97
+SIZE (rubygem/coderay-1.1.2.gem) = 92160


More information about the svn-ports-all mailing list