diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/rubygem-after_commit_queue/Makefile | 21 | ||||
-rw-r--r-- | databases/rubygem-after_commit_queue/distinfo | 2 | ||||
-rw-r--r-- | databases/rubygem-after_commit_queue/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index fa7c41ca8de1..7466f452b0be 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -840,6 +840,7 @@ SUBDIR += rubygem-activerecord-mysql-adapter SUBDIR += rubygem-activerecord4 SUBDIR += rubygem-activerecord41 + SUBDIR += rubygem-after_commit_queue SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers diff --git a/databases/rubygem-after_commit_queue/Makefile b/databases/rubygem-after_commit_queue/Makefile new file mode 100644 index 000000000000..b72ac998de88 --- /dev/null +++ b/databases/rubygem-after_commit_queue/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= after_commit_queue +PORTVERSION= 1.3.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= ports@michael-fausten.de +COMMENT= Allows to run callbacks after transaction is committed + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS?= rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/databases/rubygem-after_commit_queue/distinfo b/databases/rubygem-after_commit_queue/distinfo new file mode 100644 index 000000000000..70dc28b59a3f --- /dev/null +++ b/databases/rubygem-after_commit_queue/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/after_commit_queue-1.3.0.gem) = 400f420fe161ceba1f5f80d919fae2cb46518f3a6e35db81ccba953188dc30cb +SIZE (rubygem/after_commit_queue-1.3.0.gem) = 20992 diff --git a/databases/rubygem-after_commit_queue/pkg-descr b/databases/rubygem-after_commit_queue/pkg-descr new file mode 100644 index 000000000000..f46555d57c79 --- /dev/null +++ b/databases/rubygem-after_commit_queue/pkg-descr @@ -0,0 +1,3 @@ +Plugin for running methods on ActiveRecord models after record is committed + +WWW: https://github.com/shellycloud/after_commit_queue |