From owner-svn-ports-head@freebsd.org Sun Dec 29 12:57:25 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC2A21DF6E1; Sun, 29 Dec 2019 12:57:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47m0vn5731z4ZjP; Sun, 29 Dec 2019 12:57:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA38519CAC; Sun, 29 Dec 2019 12:57:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBTCvPfp009062; Sun, 29 Dec 2019 12:57:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBTCvPCc009059; Sun, 29 Dec 2019 12:57:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912291257.xBTCvPCc009059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Dec 2019 12:57:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521348 - head/devel/rubygem-sidekiq-unique-jobs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sidekiq-unique-jobs X-SVN-Commit-Revision: 521348 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2019 12:57:26 -0000 Author: sunpoet Date: Sun Dec 29 12:57:24 2019 New Revision: 521348 URL: https://svnweb.freebsd.org/changeset/ports/521348 Log: Update to 6.0.18 - Update version requirement of RUN_DEPENDS - Update pkg-descr - Take maintainership Changes: https://github.com/mhenrixon/sidekiq-unique-jobs/releases Modified: head/devel/rubygem-sidekiq-unique-jobs/Makefile head/devel/rubygem-sidekiq-unique-jobs/distinfo head/devel/rubygem-sidekiq-unique-jobs/pkg-descr Modified: head/devel/rubygem-sidekiq-unique-jobs/Makefile ============================================================================== --- head/devel/rubygem-sidekiq-unique-jobs/Makefile Sun Dec 29 12:57:19 2019 (r521347) +++ head/devel/rubygem-sidekiq-unique-jobs/Makefile Sun Dec 29 12:57:24 2019 (r521348) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= sidekiq-unique-jobs -PORTVERSION= 5.0.11 +PORTVERSION= 6.0.18 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ensure only a single copy of a job is in Redis LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2:devel/rubygem-concurrent-ruby \ - rubygem-sidekiq>=4.0:devel/rubygem-sidekiq \ - rubygem-thor>=0:devel/rubygem-thor +RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.5<2:devel/rubygem-concurrent-ruby \ + rubygem-sidekiq>=4.0<7.0:devel/rubygem-sidekiq \ + rubygem-thor>=0<1:devel/rubygem-thor USES= gem USE_RUBY= yes NO_ARCH= yes -PLIST_FILES= bin/jobs +PLIST_FILES= bin/uniquejobs .include Modified: head/devel/rubygem-sidekiq-unique-jobs/distinfo ============================================================================== --- head/devel/rubygem-sidekiq-unique-jobs/distinfo Sun Dec 29 12:57:19 2019 (r521347) +++ head/devel/rubygem-sidekiq-unique-jobs/distinfo Sun Dec 29 12:57:24 2019 (r521348) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542733708 -SHA256 (rubygem/sidekiq-unique-jobs-5.0.11.gem) = 6f19673f0bbfae861e27d9e6a5f305a4d71b6e4a8e92c08239b89a19d305778c -SIZE (rubygem/sidekiq-unique-jobs-5.0.11.gem) = 28160 +TIMESTAMP = 1577523954 +SHA256 (rubygem/sidekiq-unique-jobs-6.0.18.gem) = b80b52299866c64fd22554c40bddc7aac19c8bbfed643174062fb6873ffecd06 +SIZE (rubygem/sidekiq-unique-jobs-6.0.18.gem) = 43008 Modified: head/devel/rubygem-sidekiq-unique-jobs/pkg-descr ============================================================================== --- head/devel/rubygem-sidekiq-unique-jobs/pkg-descr Sun Dec 29 12:57:19 2019 (r521347) +++ head/devel/rubygem-sidekiq-unique-jobs/pkg-descr Sun Dec 29 12:57:24 2019 (r521348) @@ -1,7 +1,4 @@ -If your application code creates duplicate jobs, sidekiq-unique-jobs can ensure -only a single copy of a job is in Redis. For instance, perhaps you create a job -to sync an address change with a 3rd party system every time a form is -submitted. If the form is submitted twice, you don't need to create the second -job if the first job is still pending. +The goal of this gem is to ensure your Sidekiq jobs are unique. We do this by +creating unique keys in Redis based on how you configure uniqueness. WWW: https://github.com/mhenrixon/sidekiq-unique-jobs