svn commit: r370116 - in head/devel: . rubygem-actionpack-action_caching

Steve Wills swills at FreeBSD.org
Sun Oct 5 20:48:59 UTC 2014


Author: swills
Date: Sun Oct  5 20:48:57 2014
New Revision: 370116
URL: https://svnweb.freebsd.org/changeset/ports/370116
QAT: https://qat.redports.org/buildarchive/r370116/

Log:
  devel/rubygem-actionpack-action_caching: create port
  
  Action caching for Action Pack (removed from core in Rails 4.0)
  
  WWW: https://github.com/rails/actionpack-action_caching

Added:
  head/devel/rubygem-actionpack-action_caching/
  head/devel/rubygem-actionpack-action_caching/Makefile   (contents, props changed)
  head/devel/rubygem-actionpack-action_caching/distinfo   (contents, props changed)
  head/devel/rubygem-actionpack-action_caching/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Oct  5 20:35:45 2014	(r370115)
+++ head/devel/Makefile	Sun Oct  5 20:48:57 2014	(r370116)
@@ -4222,6 +4222,7 @@
     SUBDIR += ruby-tzfile
     SUBDIR += ruby-wirble
     SUBDIR += rubygem-abstract
+    SUBDIR += rubygem-actionpack-action_caching
     SUBDIR += rubygem-actionview
     SUBDIR += rubygem-active_scaffold
     SUBDIR += rubygem-activemessaging

Added: head/devel/rubygem-actionpack-action_caching/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-actionpack-action_caching/Makefile	Sun Oct  5 20:48:57 2014	(r370116)
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	actionpack-action_caching
+PORTVERSION=	1.1.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Action caching for Action Pack (removed from core in Rails 4.0)
+
+RUN_DEPENDS=	rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-actionpack-action_caching/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-actionpack-action_caching/distinfo	Sun Oct  5 20:48:57 2014	(r370116)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/actionpack-action_caching-1.1.1.gem) = e7715ff3534d124e58fd40ebf6c05708d830fe2c71c2f2643ca060025b00b224
+SIZE (rubygem/actionpack-action_caching-1.1.1.gem) = 13312

Added: head/devel/rubygem-actionpack-action_caching/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-actionpack-action_caching/pkg-descr	Sun Oct  5 20:48:57 2014	(r370116)
@@ -0,0 +1,3 @@
+Action caching for Action Pack (removed from core in Rails 4.0)
+
+WWW: https://github.com/rails/actionpack-action_caching


More information about the svn-ports-all mailing list