Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 11:15:17 +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: r513346 - in head: . devel devel/rubygem-sprockets-rails devel/rubygem-sprockets-rails-rails4
Message-ID:  <201909301115.x8UBFHfM045801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 11:15:17 2019
New Revision: 513346
URL: https://svnweb.freebsd.org/changeset/ports/513346

Log:
  Move devel/rubygem-sprockets-rails to devel/rubygem-sprockets-rails-rails4
  
  - Take maintainership

Added:
  head/devel/rubygem-sprockets-rails-rails4/
     - copied from r513345, head/devel/rubygem-sprockets-rails/
Deleted:
  head/devel/rubygem-sprockets-rails/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/rubygem-sprockets-rails-rails4/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Sep 30 11:12:10 2019	(r513345)
+++ head/MOVED	Mon Sep 30 11:15:17 2019	(r513346)
@@ -12987,3 +12987,4 @@ textproc/rubygem-elasticsearch-api6|textproc/rubygem-e
 textproc/rubygem-elasticsearch-transport6|textproc/rubygem-elasticsearch-transport|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-transport instead
 textproc/rubygem-elasticsearch-xpack6|textproc/rubygem-elasticsearch-xpack|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-xpack instead
 textproc/rubygem-elasticsearch6|textproc/rubygem-elasticsearch|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch instead
+devel/rubygem-sprockets-rails|devel/rubygem-sprockets-rails-rails4|2019-09-30|Rename to match our rubygem- port naming

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep 30 11:12:10 2019	(r513345)
+++ head/devel/Makefile	Mon Sep 30 11:15:17 2019	(r513346)
@@ -6226,7 +6226,7 @@
     SUBDIR += rubygem-sprockets
     SUBDIR += rubygem-sprockets-es6
     SUBDIR += rubygem-sprockets-helpers
-    SUBDIR += rubygem-sprockets-rails
+    SUBDIR += rubygem-sprockets-rails-rails4
     SUBDIR += rubygem-sprockets-rails-rails5
     SUBDIR += rubygem-sprockets-rails-rails50
     SUBDIR += rubygem-sprockets-rails-rails52

Modified: head/devel/rubygem-sprockets-rails-rails4/Makefile
==============================================================================
--- head/devel/rubygem-sprockets-rails/Makefile	Mon Sep 30 11:12:10 2019	(r513345)
+++ head/devel/rubygem-sprockets-rails-rails4/Makefile	Mon Sep 30 11:15:17 2019	(r513346)
@@ -5,19 +5,21 @@ PORTNAME=	sprockets-rails
 PORTVERSION=	3.2.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails4
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Sprockets Rails integration
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS?=	rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \
+RUN_DEPENDS=	rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \
 		rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \
 		rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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