Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 03:04:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401675 - head/graphics/rubygem-fastimage
Message-ID:  <201511150304.tAF34uK8063289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 03:04:56 2015
New Revision: 401675
URL: https://svnweb.freebsd.org/changeset/ports/401675

Log:
  - Update to 1.8.0
  - Add LICENSE_FILE
  
  Changes:	https://github.com/sdsykes/fastimage/commits/master

Modified:
  head/graphics/rubygem-fastimage/Makefile
  head/graphics/rubygem-fastimage/distinfo

Modified: head/graphics/rubygem-fastimage/Makefile
==============================================================================
--- head/graphics/rubygem-fastimage/Makefile	Sun Nov 15 03:04:52 2015	(r401674)
+++ head/graphics/rubygem-fastimage/Makefile	Sun Nov 15 03:04:56 2015	(r401675)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fastimage
-PORTVERSION=	1.7.0
+PORTVERSION=	1.8.0
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
@@ -10,11 +10,11 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	FastImage finds the size or type of an image
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-addressable>=2.3.5:${PORTSDIR}/www/rubygem-addressable
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/graphics/rubygem-fastimage/distinfo
==============================================================================
--- head/graphics/rubygem-fastimage/distinfo	Sun Nov 15 03:04:52 2015	(r401674)
+++ head/graphics/rubygem-fastimage/distinfo	Sun Nov 15 03:04:56 2015	(r401675)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fastimage-1.7.0.gem) = 0eb25b8a2d891411049c3c790264a986bb24abee1b38752f60d1b7e421ba217b
-SIZE (rubygem/fastimage-1.7.0.gem) = 3311104
+SHA256 (rubygem/fastimage-1.8.0.gem) = 61bfd5def1df9d42bd93a51d0428d9cf64d21f8381670644be094c1d4f3e8b94
+SIZE (rubygem/fastimage-1.8.0.gem) = 3311104



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511150304.tAF34uK8063289>