notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/rubygem-sidekiq/Makefile
SVNWeb

Number of commits found: 72

Tue, 21 Mar 2023
[ 19:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:1ffd8dfd50d35ca9c94b4b961bed428e7fa48780  commit hash:1ffd8dfd50d35ca9c94b4b961bed428e7fa48780  commit hash:1ffd8dfd50d35ca9c94b4b961bed428e7fa48780  1ffd8df 
devel/rubygem-sidekiq: Update to 7.0.6

- Update WWW and clean up pkg-descr

Changes:	https://github.com/sidekiq/sidekiq/blob/main/Changes.md
Mon, 30 Jan 2023
[ 13:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:1b72e00461ae08cfef3f87b9f24268686854ef70  commit hash:1b72e00461ae08cfef3f87b9f24268686854ef70  commit hash:1b72e00461ae08cfef3f87b9f24268686854ef70  1b72e00 
devel/rubygem-sidekiq: Update to 7.0.3

- Change RUN_DEPENDS from rubygem-rack22 to rubygem-rack

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Fri, 30 Dec 2022
[ 09:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:8f58d435064925898fd3a8dc1784f0f465ba243a  commit hash:8f58d435064925898fd3a8dc1784f0f465ba243a  commit hash:8f58d435064925898fd3a8dc1784f0f465ba243a  8f58d435 
devel/rubygem-sidekiq: Update to 6.5.8

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Fri, 23 Dec 2022
[ 07:31 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:2672229436a6b939e342d049078d084adc895594  commit hash:2672229436a6b939e342d049078d084adc895594  commit hash:2672229436a6b939e342d049078d084adc895594  2672229  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
*/*: Update dependency

For all ports that isn't compatible with rack 3.x, update dependency
from www/rubygem-rack to www/rubygem-rack22.

PR:		268057
Mon, 3 Oct 2022
[ 17:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:ee58e0ca23f7096b57694ddcf40ce7ad8f575d5d  commit hash:ee58e0ca23f7096b57694ddcf40ce7ad8f575d5d  commit hash:ee58e0ca23f7096b57694ddcf40ce7ad8f575d5d  ee58e0c 
devel/rubygem-sidekiq: Update to 6.5.7

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 4 Sep 2022
[ 03:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:195e514bdff6a310d24164145d9f257d2826cca7  commit hash:195e514bdff6a310d24164145d9f257d2826cca7  commit hash:195e514bdff6a310d24164145d9f257d2826cca7  195e514 
devel/rubygem-sidekiq: Update to 6.5.6

- Change RUN_DEPENDS from rubygem-redis to rubygem-redis4

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Wed, 31 Aug 2022
[ 11:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:1b167998b04ecf73fd3684c89beab6645fb80df9  commit hash:1b167998b04ecf73fd3684c89beab6645fb80df9  commit hash:1b167998b04ecf73fd3684c89beab6645fb80df9  1b16799 
devel/rubygem-sidekiq: Update to 6.5.5

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Sat, 27 Aug 2022
[ 10:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:4bf62e7d713d8fafe7118c11f22430d8e1323ddc  commit hash:4bf62e7d713d8fafe7118c11f22430d8e1323ddc  commit hash:4bf62e7d713d8fafe7118c11f22430d8e1323ddc  4bf62e7 
devel/rubygem-sidekiq: Update to 6.5.2

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 16 Jun 2022
[ 19:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:4e24460ca8cf5eb04fd936932e2d88b08188996b  commit hash:4e24460ca8cf5eb04fd936932e2d88b08188996b  commit hash:4e24460ca8cf5eb04fd936932e2d88b08188996b  4e24460 
devel/rubygem-sidekiq: Update to 6.5.1

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Thu, 9 Jun 2022
[ 11:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:01b52c7a7338a97e7677e2186ac4183549e3ad7c  commit hash:01b52c7a7338a97e7677e2186ac4183549e3ad7c  commit hash:01b52c7a7338a97e7677e2186ac4183549e3ad7c  01b52c7 
devel/rubygem-sidekiq: Update to 6.5.0

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Tue, 26 Apr 2022
[ 15:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:f6fe3720d73381a34ad363a74c9347b30a5acd6e  commit hash:f6fe3720d73381a34ad363a74c9347b30a5acd6e  commit hash:f6fe3720d73381a34ad363a74c9347b30a5acd6e  f6fe372 
devel/rubygem-sidekiq: Update to 6.4.2

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Mon, 7 Mar 2022
[ 18:12 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:9157fc1de926f1f8c487ce187a77f4e06abcc128  commit hash:9157fc1de926f1f8c487ce187a77f4e06abcc128  commit hash:9157fc1de926f1f8c487ce187a77f4e06abcc128  9157fc1 
devel/rubygem-sidekiq: Update to 6.4.1

Changes:	https://github.com/mperham/sidekiq/blob/main/Changes.md
Mon, 28 Feb 2022
[ 12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:91434ac19106c74af1803ba772afbcf55d67e55b  commit hash:91434ac19106c74af1803ba772afbcf55d67e55b  commit hash:91434ac19106c74af1803ba772afbcf55d67e55b  91434ac 
devel/rubygem-sidekiq: Update to 6.4.0

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 21 Dec 2021
[ 18:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:5812d089c90a230c28423326143fd4a819aff03f  commit hash:5812d089c90a230c28423326143fd4a819aff03f  commit hash:5812d089c90a230c28423326143fd4a819aff03f  5812d08 
devel/rubygem-sidekiq: Update to 6.3.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Mon, 25 Oct 2021
[ 15:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:83cb80f467692e0242b989bf8468c497c5957d46  commit hash:83cb80f467692e0242b989bf8468c497c5957d46  commit hash:83cb80f467692e0242b989bf8468c497c5957d46  83cb80f 
devel/rubygem-sidekiq: Cosmetic change
Sun, 17 Oct 2021
[ 17:37 Stefan Eßer (se) search for other commits by this committer ]    commit hash:9678f4ed94875197b55b99de2844e8f7ae720f53  commit hash:9678f4ed94875197b55b99de2844e8f7ae720f53  commit hash:9678f4ed94875197b55b99de2844e8f7ae720f53  9678f4e 
devel/rubygem-sidekiq: Add CPE information

Approved by:	portmgr (blanket)
Tue, 21 Sep 2021
[ 03:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:896a112dc1a55e9833111e21b63134cc681cdfd5  commit hash:896a112dc1a55e9833111e21b63134cc681cdfd5  commit hash:896a112dc1a55e9833111e21b63134cc681cdfd5  896a112 
devel/rubygem-sidekiq: Update to 6.2.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 25 Apr 2021
[ 20:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:a39a1a38b28a8468f35e9800ead101b078f61465  commit hash:a39a1a38b28a8468f35e9800ead101b078f61465  commit hash:a39a1a38b28a8468f35e9800ead101b078f61465  a39a1a3 
devel/rubygem-sidekiq: Update to 6.2.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 18 Apr 2021
[ 05:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:83891509b18441e89238804222589a1815d5ae37  commit hash:83891509b18441e89238804222589a1815d5ae37  commit hash:83891509b18441e89238804222589a1815d5ae37  8389150 
devel/rubygem-sidekiq: Update to 6.2.0

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 26 Jan 2021
[ 17:48 sunpoet search for other commits by this committer ] Original commit   Revision:562900
Update to 6.1.3

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 8 Sep 2020
[ 17:50 sunpoet search for other commits by this committer ] Original commit   Revision:548030
Update to 6.1.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Fri, 24 Jul 2020
[ 19:06 sunpoet search for other commits by this committer ] Original commit   Revision:543348
Update to 6.1.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Wed, 8 Jul 2020
[ 19:14 sunpoet search for other commits by this committer ] Original commit   Revision:541685
Update to 6.1.0

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 21 Apr 2020
[ 19:46 sunpoet search for other commits by this committer ] Original commit   Revision:532382
Update to 6.0.7

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 31 Mar 2020
[ 23:16 sunpoet search for other commits by this committer ] Original commit   Revision:530147
Update to 6.0.6

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Fri, 14 Feb 2020
[ 19:50 sunpoet search for other commits by this committer ] Original commit   Revision:526161
Update to 6.0.5

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 29 Dec 2019
[ 12:57 sunpoet search for other commits by this committer ] Original commit   Revision:521347
Update to 6.0.4

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sat, 28 Dec 2019
[ 07:37 sunpoet search for other commits by this committer ] Original commit   Revision:521144
Update version requirement of RUN_DEPENDS

- Take maintainership
Tue, 28 May 2019
[ 10:37 mfechner search for other commits by this committer ] Original commit   Revision:502874
Upgrade to 5.2.7 which is required by gitlab-ce 11.11 upgrade.
Sun, 11 Nov 2018
[ 18:22 sunpoet search for other commits by this committer ] Original commit   Revision:484741
Update to 5.2.3

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Thu, 1 Nov 2018
[ 19:17 sunpoet search for other commits by this committer ] Original commit   Revision:483727
Fix RUN_DEPENDS

- Bump PORTREVISION for dependency change
Thu, 20 Sep 2018
[ 00:23 sunpoet search for other commits by this committer ] Original commit   Revision:480144
Update to 5.2.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Mon, 13 Aug 2018
[ 18:21 sunpoet search for other commits by this committer ] Original commit   Revision:477100
Update to 5.2.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 12 Aug 2018
[ 17:34 sunpoet search for other commits by this committer ] Original commit   Revision:477027
Update to 5.2.0

- Update WWW

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 3 Apr 2018
[ 09:53 sunpoet search for other commits by this committer ] Original commit   Revision:466336
Update to 5.1.3

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sat, 31 Mar 2018
[ 22:47 sunpoet search for other commits by this committer ] Original commit   Revision:466093
Update to 5.1.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Fri, 9 Feb 2018
[ 14:08 sunpoet search for other commits by this committer ] Original commit   Revision:461311
Update to 5.1.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 4 Feb 2018
[ 10:14 sunpoet search for other commits by this committer ] Original commit   Revision:460904
Update to 5.1.0

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 3 Oct 2017
[ 15:36 sunpoet search for other commits by this committer ] Original commit   Revision:451153
Update to 5.0.5

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 4 Jul 2017
[ 08:08 sunpoet search for other commits by this committer ] Original commit   Revision:445010
Update to 5.0.4

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sat, 17 Jun 2017
[ 10:01 sunpoet search for other commits by this committer ] Original commit   Revision:443749
Update to 5.0.3

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 6 Jun 2017
[ 13:51 sunpoet search for other commits by this committer ] Original commit   Revision:442771
Update to 5.0.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 16 May 2017
[ 18:21 sunpoet search for other commits by this committer ] Original commit   Revision:441034
Update to 5.0.0

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sat, 18 Mar 2017
[ 17:13 sunpoet search for other commits by this committer ] Original commit   Revision:436435
Update to 4.2.10

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 15 Jan 2017
[ 04:18 sunpoet search for other commits by this committer ] Original commit   Revision:431531
Update to 4.2.7

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 10 Jan 2017
[ 17:10 swills search for other commits by this committer ] Original commit   Revision:431101
devel/rubygem-sidekiq: update to 4.2.8
Sat, 3 Dec 2016
[ 19:34 sunpoet search for other commits by this committer ] Original commit   Revision:427702
- Update to 4.2.7

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sat, 7 May 2016
[ 00:16 sunpoet search for other commits by this committer ] Original commit   Revision:414739
- Update to 4.1.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Wed, 27 Apr 2016
[ 21:57 swills search for other commits by this committer ] Original commit   Revision:414136 (Only the first 10 of 1194 ports in this commit are shown above. View all ports for this commit)
Convert USES=gem:autoplist to USES=gem since autoplist is default
[ 16:36 swills search for other commits by this committer ] Original commit   Revision:414118 (Only the first 10 of 1196 ports in this commit are shown above. View all ports for this commit)
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 6 Mar 2016
[ 06:29 sunpoet search for other commits by this committer ] Original commit   Revision:410332
- Update to 4.1.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 2 Feb 2016
[ 22:47 sunpoet search for other commits by this committer ] Original commit   Revision:407894
- Update to 4.1.0

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 17 Jan 2016
[ 13:20 sunpoet search for other commits by this committer ] Original commit   Revision:406417
- Update to 4.0.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sponsored by:	PortsCamp Taiwan
Fri, 4 Dec 2015
[ 18:32 sunpoet search for other commits by this committer ] Original commit   Revision:403004
- Update to 4.0.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Fri, 6 Nov 2015
[ 08:51 sunpoet search for other commits by this committer ] Original commit   Revision:400900
- Update to 3.5.3

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Wed, 4 Nov 2015
[ 20:13 sunpoet search for other commits by this committer ] Original commit   Revision:400785
- Update to 3.5.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sat, 10 Oct 2015
[ 23:12 sunpoet search for other commits by this committer ] Original commit   Revision:399048
- Update to 3.5.1
- Add LICENSE_FILE

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Wed, 2 Sep 2015
[ 17:05 sunpoet search for other commits by this committer ] Original commit   Revision:395895
- Update to 3.5.0

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Thu, 13 Aug 2015
[ 17:33 sunpoet search for other commits by this committer ] Original commit   Revision:394105
- Fix gemspec for rubygem-celluloid 0.17.1.1 update
- Bump PORTREVISION for package change
Fri, 17 Jul 2015
[ 12:25 sunpoet search for other commits by this committer ] Original commit   Revision:392369
- Update to 3.4.2

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 21 Jun 2015
[ 10:40 sunpoet search for other commits by this committer ] Original commit   Revision:390191
- Update to 3.4.1

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Thu, 18 Jun 2015
[ 18:57 sunpoet search for other commits by this committer ] Original commit   Revision:390041
- Update to 3.4.0
- Add NO_ARCH

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Sun, 10 May 2015
[ 20:17 sunpoet search for other commits by this committer ] Original commit   Revision:385990
- Update to 3.3.4

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Tue, 3 Mar 2015
[ 13:55 sunpoet search for other commits by this committer ] Original commit   Revision:380373
- Update to 3.3.2
- Add LICENSE
- Sort PLIST_FILES
- Remove outdated RUBY_VER check
- Add GitHub repository to WWW

Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
Thu, 16 Oct 2014
[ 08:55 ak search for other commits by this committer ] Original commit   Revision:370983 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
Sat, 27 Sep 2014
[ 06:17 swills search for other commits by this committer ] Original commit   Revision:369369
devel/rubygem-sidekiq: mark broken with Ruby 1.9
[ 03:57 swills search for other commits by this committer ] Original commit   Revision:369355
devel/rubygem-sidekiq: create port for rubygem-sidekiq

Simple, efficient background processing for Ruby

WWW: http://sidekiq.org/

Number of commits found: 72