svn commit: r402300 - in head/databases: . rubygem-after_commit_queue-rails41

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 23 18:27:09 UTC 2015


Author: sunpoet
Date: Mon Nov 23 18:27:07 2015
New Revision: 402300
URL: https://svnweb.freebsd.org/changeset/ports/402300

Log:
  - Add rubygem-after_commit_queue-rails41 1.3.0
  
  Plugin for running methods on ActiveRecord models after record is committed
  
  WWW: https://github.com/shellycloud/after_commit_queue
  
  PR:		203620
  Submitted by:	Torsten Zuhlsdorff <ports at toco-domains.de>

Added:
  head/databases/rubygem-after_commit_queue-rails41/
  head/databases/rubygem-after_commit_queue-rails41/Makefile   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Nov 23 18:26:36 2015	(r402299)
+++ head/databases/Makefile	Mon Nov 23 18:27:07 2015	(r402300)
@@ -841,6 +841,7 @@
     SUBDIR += rubygem-activerecord4
     SUBDIR += rubygem-activerecord41
     SUBDIR += rubygem-after_commit_queue
+    SUBDIR += rubygem-after_commit_queue-rails41
     SUBDIR += rubygem-amalgalite
     SUBDIR += rubygem-arel
     SUBDIR += rubygem-arel-helpers

Added: head/databases/rubygem-after_commit_queue-rails41/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-after_commit_queue-rails41/Makefile	Mon Nov 23 18:27:07 2015	(r402300)
@@ -0,0 +1,10 @@
+# Created by: Torsten Zuhlsdorff <ports at toco-domains.de>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-rails41
+
+RUN_DEPENDS=	rubygem-activerecord41>=4.1:${PORTSDIR}/databases/rubygem-activerecord41
+
+MASTERDIR=	${.CURDIR}/../rubygem-after_commit_queue
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list