svn commit: r473903 - head/devel/rubygem-sprockets3

Matthias Fechner mfechner at FreeBSD.org
Wed Jul 4 17:25:56 UTC 2018


Author: mfechner
Date: Wed Jul  4 17:25:55 2018
New Revision: 473903
URL: https://svnweb.freebsd.org/changeset/ports/473903

Log:
  Update to 3.7.2 which is required for gitlab 11.0.2.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16127

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

Modified: head/devel/rubygem-sprockets3/Makefile
==============================================================================
--- head/devel/rubygem-sprockets3/Makefile	Wed Jul  4 17:23:55 2018	(r473902)
+++ head/devel/rubygem-sprockets3/Makefile	Wed Jul  4 17:25:55 2018	(r473903)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sprockets
-PORTVERSION=	3.7.1
-PORTREVISION=	1
+PORTVERSION=	3.7.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	3
@@ -17,9 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
 		rubygem-rack16>=1.0:www/rubygem-rack16
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 post-install:
 	@${RM} ${STAGEDIR}${PREFIX}/bin/sprockets

Modified: head/devel/rubygem-sprockets3/distinfo
==============================================================================
--- head/devel/rubygem-sprockets3/distinfo	Wed Jul  4 17:23:55 2018	(r473902)
+++ head/devel/rubygem-sprockets3/distinfo	Wed Jul  4 17:25:55 2018	(r473903)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483215767
-SHA256 (rubygem/sprockets-3.7.1.gem) = 59a59156f42e2b98811117f1e362efae8e79987c4f271fcfdbd2770ecbfc636b
-SIZE (rubygem/sprockets-3.7.1.gem) = 72704
+TIMESTAMP = 1530450802
+SHA256 (rubygem/sprockets-3.7.2.gem) = 5ea1d7facd09203c1aa196afd6178208cd25abdbcc2a9978810a2f0754e152a0
+SIZE (rubygem/sprockets-3.7.2.gem) = 72704


More information about the svn-ports-all mailing list