Date: Thu, 8 Oct 2015 18:43:57 +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: r398856 - head/devel/rubygem-sprockets3 Message-ID: <201510081843.t98IhvDq060758@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Oct 8 18:43:56 2015 New Revision: 398856 URL: https://svnweb.freebsd.org/changeset/ports/398856 Log: - Update to 3.4.0 - Add LICENSE_FILE Changes: https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md Modified: head/devel/rubygem-sprockets3/Makefile head/devel/rubygem-sprockets3/distinfo Modified: head/devel/rubygem-sprockets3/Makefile ============================================================================== --- head/devel/rubygem-sprockets3/Makefile Thu Oct 8 18:43:51 2015 (r398855) +++ head/devel/rubygem-sprockets3/Makefile Thu Oct 8 18:43:56 2015 (r398856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sprockets -PORTVERSION= 3.3.5 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library that preprocesses and concatenates JavaScript files LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16 Modified: head/devel/rubygem-sprockets3/distinfo ============================================================================== --- head/devel/rubygem-sprockets3/distinfo Thu Oct 8 18:43:51 2015 (r398855) +++ head/devel/rubygem-sprockets3/distinfo Thu Oct 8 18:43:56 2015 (r398856) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sprockets-3.3.5.gem) = 413f41734a38daad56fa718f314853a0a4f5dd5810a5af1cfc15440be10743ed -SIZE (rubygem/sprockets-3.3.5.gem) = 68096 +SHA256 (rubygem/sprockets-3.4.0.gem) = 9589af673fd7818cb65219bf0a4842904c99cd4e88b8cf7cf8d0a3a65b8f17bc +SIZE (rubygem/sprockets-3.4.0.gem) = 68096
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510081843.t98IhvDq060758>