svn commit: r521052 - in head/devel: . rubygem-sprockets2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 06:56:04 UTC 2019


Author: sunpoet
Date: Sat Dec 28 06:56:03 2019
New Revision: 521052
URL: https://svnweb.freebsd.org/changeset/ports/521052

Log:
  Add rubygem-sprockets2 2.12.5 (copied from rubygem-sprockets)
  
  - Update version requirement of RUN_DEPENDS
  - Add PORTSCOUT

Added:
  head/devel/rubygem-sprockets2/
     - copied from r520845, head/devel/rubygem-sprockets/
Modified:
  head/devel/Makefile
  head/devel/rubygem-sprockets2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Dec 28 06:55:57 2019	(r521051)
+++ head/devel/Makefile	Sat Dec 28 06:56:03 2019	(r521052)
@@ -6249,6 +6249,7 @@
     SUBDIR += rubygem-sprockets-rails-rails50
     SUBDIR += rubygem-sprockets-rails-rails52
     SUBDIR += rubygem-sprockets-sass
+    SUBDIR += rubygem-sprockets2
     SUBDIR += rubygem-sprockets3
     SUBDIR += rubygem-spruz
     SUBDIR += rubygem-state_machine

Modified: head/devel/rubygem-sprockets2/Makefile
==============================================================================
--- head/devel/rubygem-sprockets/Makefile	Wed Dec 25 09:05:10 2019	(r520845)
+++ head/devel/rubygem-sprockets2/Makefile	Sat Dec 28 06:56:03 2019	(r521052)
@@ -5,6 +5,7 @@ PORTNAME=	sprockets
 PORTVERSION=	2.12.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby library that preprocesses and concatenates JavaScript files
@@ -12,15 +13,18 @@ COMMENT=	Ruby library that preprocesses and concatenat
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-hike1>=1.2:devel/rubygem-hike1 \
-		rubygem-multi_json>=1.0:devel/rubygem-multi_json \
-		rubygem-rack16>=1.0:www/rubygem-rack16 \
-		rubygem-tilt1>=1.1:devel/rubygem-tilt1
+RUN_DEPENDS=	rubygem-hike1>=1.2,1<2,1:devel/rubygem-hike1 \
+		rubygem-multi_json>=1.0<2:devel/rubygem-multi_json \
+		rubygem-rack16>=1.0<2:www/rubygem-rack16 \
+		rubygem-tilt1>=1.1<2:devel/rubygem-tilt1
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
+NO_ARCH=	yes
+
 PLIST_FILES=	bin/sprockets
+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list