notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/rubygem-flipper-active_record/Makefile

Number of commits found: 42

Wednesday, 16 Aug 2023
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.28.3

- Update WWW

Changes:	https://github.com/flippercloud/flipper/blob/main/Changelog.md
commit hash: 146794e019bf1ae4421fe117babb8d94275a4214 commit hash: 146794e019bf1ae4421fe117babb8d94275a4214 commit hash: 146794e019bf1ae4421fe117babb8d94275a4214 commit hash: 146794e019bf1ae4421fe117babb8d94275a4214 146794e
Wednesday, 5 Apr 2023
17:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.28.0

Changes:	https://github.com/jnunemaker/flipper/blob/main/Changelog.md
commit hash: 2c143b893d5b8d7d533116ec5ba592526f2b9ce9 commit hash: 2c143b893d5b8d7d533116ec5ba592526f2b9ce9 commit hash: 2c143b893d5b8d7d533116ec5ba592526f2b9ce9 commit hash: 2c143b893d5b8d7d533116ec5ba592526f2b9ce9 2c143b8
Monday, 30 Jan 2023
13:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.26.0

Changes:	https://github.com/jnunemaker/flipper/blob/main/Changelog.md
commit hash: 78d0209c245ef32f9d06572e57cb7ed625fa6d0d commit hash: 78d0209c245ef32f9d06572e57cb7ed625fa6d0d commit hash: 78d0209c245ef32f9d06572e57cb7ed625fa6d0d commit hash: 78d0209c245ef32f9d06572e57cb7ed625fa6d0d 78d0209
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Friday, 30 Dec 2022
09:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.25.4

Changes:	https://github.com/jnunemaker/flipper/blob/main/Changelog.md
commit hash: 9d2d2863f1d6825b0fedfec386aa9d6de301e8de commit hash: 9d2d2863f1d6825b0fedfec386aa9d6de301e8de commit hash: 9d2d2863f1d6825b0fedfec386aa9d6de301e8de commit hash: 9d2d2863f1d6825b0fedfec386aa9d6de301e8de 9d2d286
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 31 Aug 2022
18:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.25.2

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 04331e8861663747afb84d509aacd3ad7f25d6e1 commit hash: 04331e8861663747afb84d509aacd3ad7f25d6e1 commit hash: 04331e8861663747afb84d509aacd3ad7f25d6e1 commit hash: 04331e8861663747afb84d509aacd3ad7f25d6e1 04331e8
11:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.25.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 90fefe3c2eb1ce549a2b705bdfdd3cf8f56c7d71 commit hash: 90fefe3c2eb1ce549a2b705bdfdd3cf8f56c7d71 commit hash: 90fefe3c2eb1ce549a2b705bdfdd3cf8f56c7d71 commit hash: 90fefe3c2eb1ce549a2b705bdfdd3cf8f56c7d71 90fefe3
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
  *  Aldis Berjoza <graudeejs@gmail.com>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov,com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Novitsky
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Degtyarev <alexey@renatasystems.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrei Antoukh <niwi@niwi.be>
  *  Andrew McNaughton <andrew@scoop.co.nz>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel O'Connor
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Dave Green <dg@fastmail.co.uk>
  *  David Thiel <lx@FreeBSD.org>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Generalov <gd@rambler-co.ru>
  *  Denis Shaposhnikov <dsh@bamus.cz>
  *  Dermot Tynan <dtynan@kalopa.com>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell
  *  Don Owens <don@regexguy.com>
  *  Dryice Dong Liu <dryice@dryice.name>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Espen Tagestad <espen@tagestad.no>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Frank Wall <fw@moov.de>
  *  Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
  *  Gary Palmer <gpalmer@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Gerrit Beine <tux@pinguru.net>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Hiroyuki Hanai <hanai@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ivan Voras <ivoras@FreeBSD.org>
  *  J.F. Dockes
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jake Smith <jake@xz.cx>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jens Rehsack <rehsack@liwing.de>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Ohlstein <jim@ohlste.in>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joshua D. Abraham <jabra@ccs.neu.edu>
  *  Jov <amutu@amutu.com>
  *  Jov amutu@amutu.com
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Keith Gaughan <k@sterechro.me>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loïc BARTOLETTI
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Marc G. Fournier <scrappy@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Max Khon
  *  Max Khon <fjoe@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Mikael URANKAR and Loïc BARTOLETTI
  *  Mike Carlson (carlson39@llnl.gov)
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <trociny@FreeBSD.org>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Nick Hibma <n_hibma@freebsd.org>
  *  Nick Hilliard <nick@foobar.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas de Bari Embriz <nbari@dalmp.com>
  *  Oleg Sharoiko <os@rsu.ru>
  *  Olexander Melnyk <olexander.v.melnyk@gmail.com>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@partitur.se>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Avalos <pavalos@theshell.com>
  *  Philip M. Gollucci
  *  Philip M. Gollucci <philip@p6m7g8.com>
  *  Philip Stoev <philip.stoev@galeracluster.com>
  *  Pierre-Emmanuel Andre <pea@raveland.org>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Quinton Dolan <q@onthenet.com.au>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rick Miller
  *  Robert Kruus <rob.kruus@gmail.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roland van Laar <roland@micite.net>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Roy Boerner
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusty Nejdl
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Scott McWhirter <scott@surreytech.co.uk>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sevan Janiyan <venture37@geeklan.co.uk>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Schmidt <stefan.schmidt@stadtbuch.de>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  T. William Wells <bill@twwells.com>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Toshiya Saitoh (<toshiya@saitoh.nu>)
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  ache@FreeBSD.org
  *  alfred
  *  alp@sfedu.ru
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clive@FreeBSD.org
  *  clsung@dragon2.net
  *  dcf@aracnet.com
  *  elvstone@gmail.com
  *  erikhb@bgnett.no
  *  erwin@FreeBSD.org
  *  gahr
  *  ijliao
  *  ijlioa
  *  ivoras
  *  johnpupu <johnpupu@gmail.com>
  *  kirk@daycos.com
  *  kuriyama
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  loïc bartoletti <lbartoletti@FreeBSD.org>
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  milki <milki@rescomp.berkeley.edy>
  *  mm@FreeBSD.org
  *  nbm
  *  nectar@FreeBSD.org
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  olevole@olevole.ru
  *  proler@gmail.com
  *  sergey@migsoft.com.ua
  *  sobomax
  *  spam@rm-rf.kiev.ua
  *  stas
  *  tobez
  *  tremere@cainites.net
  *  vanilla
  *  vanilla@
  *  wen@FreeBSD.org
  *  wenheping<wenheping@gmail.com>
  *  wolman@cs.washington.edu
  * # Created by Kevin Bowling <kbowling@FreeBSD.org>
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 d076ad9
Thursday, 16 Jun 2022
14:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.25.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 88353daa24c9889d1f11b11c3274b97527e23c98 commit hash: 88353daa24c9889d1f11b11c3274b97527e23c98 commit hash: 88353daa24c9889d1f11b11c3274b97527e23c98 commit hash: 88353daa24c9889d1f11b11c3274b97527e23c98 88353da
Sunday, 17 Apr 2022
23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.24.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 4ef8177dad28802e91770c3787278c7d0ed940a3 commit hash: 4ef8177dad28802e91770c3787278c7d0ed940a3 commit hash: 4ef8177dad28802e91770c3787278c7d0ed940a3 commit hash: 4ef8177dad28802e91770c3787278c7d0ed940a3 4ef8177
Monday, 7 Mar 2022
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.24.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 6e0cc65e0965b42e105ede0a74a558807c390c1c commit hash: 6e0cc65e0965b42e105ede0a74a558807c390c1c commit hash: 6e0cc65e0965b42e105ede0a74a558807c390c1c commit hash: 6e0cc65e0965b42e105ede0a74a558807c390c1c 6e0cc65
Tuesday, 25 Jan 2022
19:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.23.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 9992b914d4fdd0d809034add18c5b8c098a6ed62 commit hash: 9992b914d4fdd0d809034add18c5b8c098a6ed62 commit hash: 9992b914d4fdd0d809034add18c5b8c098a6ed62 commit hash: 9992b914d4fdd0d809034add18c5b8c098a6ed62 9992b91
Tuesday, 11 Jan 2022
18:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.23.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: faa793b66e16b6b7d59e8d01b9353c5faa6810a1 commit hash: faa793b66e16b6b7d59e8d01b9353c5faa6810a1 commit hash: faa793b66e16b6b7d59e8d01b9353c5faa6810a1 commit hash: faa793b66e16b6b7d59e8d01b9353c5faa6810a1 faa793b
Wednesday, 13 Oct 2021
19:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.22.2

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 9c1c6473b7da638f7dcdab81acdccf64c6c697e3 commit hash: 9c1c6473b7da638f7dcdab81acdccf64c6c697e3 commit hash: 9c1c6473b7da638f7dcdab81acdccf64c6c697e3 commit hash: 9c1c6473b7da638f7dcdab81acdccf64c6c697e3 9c1c647
Tuesday, 21 Sep 2021
03:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.22.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: a4ab4ec674bdcadcdae5da83e14befec4383db35 commit hash: a4ab4ec674bdcadcdae5da83e14befec4383db35 commit hash: a4ab4ec674bdcadcdae5da83e14befec4383db35 commit hash: a4ab4ec674bdcadcdae5da83e14befec4383db35 a4ab4ec
Wednesday, 14 Jul 2021
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.22.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 4f6280f5ed1575666c53cc277fe1cffc5933848a commit hash: 4f6280f5ed1575666c53cc277fe1cffc5933848a commit hash: 4f6280f5ed1575666c53cc277fe1cffc5933848a commit hash: 4f6280f5ed1575666c53cc277fe1cffc5933848a 4f6280f
Sunday, 16 May 2021
15:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.21.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: cbe301ee9865d2f714429adb413b1e47040f91aa commit hash: cbe301ee9865d2f714429adb413b1e47040f91aa commit hash: cbe301ee9865d2f714429adb413b1e47040f91aa commit hash: cbe301ee9865d2f714429adb413b1e47040f91aa cbe301e
Sunday, 18 Apr 2021
05:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record: Update to 0.20.4

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
commit hash: 3f8929269da63d007dfd8e3843bf8761f31357fa commit hash: 3f8929269da63d007dfd8e3843bf8761f31357fa commit hash: 3f8929269da63d007dfd8e3843bf8761f31357fa commit hash: 3f8929269da63d007dfd8e3843bf8761f31357fa 3f89292
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 10 Jan 2021
23:15 sunpoet search for other commits by this committer
Update to 0.20.3

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:561162 
08:23 sunpoet search for other commits by this committer
Update to 0.20.2

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:560982 
Sunday, 3 Jan 2021
20:17 sunpoet search for other commits by this committer
Update to 0.20.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:560152 
Thursday, 24 Dec 2020
13:54 sunpoet search for other commits by this committer
Update to 0.20.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:559121 
Thursday, 10 Dec 2020
21:46 sunpoet search for other commits by this committer
Update to 0.19.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:557610 
Tuesday, 29 Sep 2020
18:18 sunpoet search for other commits by this committer
Update to 0.19.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:550578 
Monday, 29 Jun 2020
16:16 sunpoet search for other commits by this committer
Update to 0.18.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:540794 
Sunday, 5 Jan 2020
15:45 sunpoet search for other commits by this committer
Update to 0.17.2

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:522151 
Monday, 4 Nov 2019
16:02 sunpoet search for other commits by this committer
Update to 0.17.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:516704 
Tuesday, 3 Sep 2019
19:10 sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
Original commitRevision:511000 
Sunday, 21 Apr 2019
19:07 sunpoet search for other commits by this committer
Update to 0.16.2

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:499568 
Wednesday, 6 Feb 2019
20:28 sunpoet search for other commits by this committer
Update to 0.16.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:492324 
Thursday, 31 Jan 2019
14:05 mfechner search for other commits by this committer
In preparation for gitlab 11.7 upgrade switch rails4 to rails50.
If required upgraded version to work correctly with rails50.
Fixed some cosmetic issue to make portlint happy.

Reviewed by:	sunpoet
Differential Revision:	https://reviews.freebsd.org/D18957
Original commitRevision:491723 
Thursday, 2 Aug 2018
23:42 sunpoet search for other commits by this committer
Update to 0.16.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:476258 
Sunday, 13 May 2018
20:10 sunpoet search for other commits by this committer
Update to 0.15.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:469821 
Thursday, 5 Apr 2018
19:12 sunpoet search for other commits by this committer
Update to 0.14.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:466585 
Sunday, 4 Mar 2018
16:10 sunpoet search for other commits by this committer
Update to 0.13.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:463569 
Tuesday, 23 Jan 2018
15:16 sunpoet search for other commits by this committer
Update to 0.12.2

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:459765 
Saturday, 20 Jan 2018
10:02 sunpoet search for other commits by this committer
Update to 0.12.1

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:459498 
Sunday, 7 Jan 2018
15:32 sunpoet search for other commits by this committer
Update to 0.12.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:458343 
Tuesday, 7 Nov 2017
21:01 sunpoet search for other commits by this committer
Update to 0.11.0

Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
Original commitRevision:453681 
Friday, 23 Jun 2017
21:18 sunpoet search for other commits by this committer
Add rubygem-flipper-active_record 0.10.2

Flipper ActiveRecord is an ActiveRecord adapter for Flipper.

WWW: https://github.com/jnunemaker/flipper
Original commitRevision:444194 

Number of commits found: 42