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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: misc/rubygem-mime-types/Makefile

Number of commits found: 40

Wednesday, 21 Feb 2024
15:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/rubygem-mime-types: Update to 3.5.2

Changes:	https://github.com/mime-types/ruby-mime-types/blob/main/History.md
commit hash: 7f6b38a234c2fc8a7f439f6ca75b2534f2c27f4c commit hash: 7f6b38a234c2fc8a7f439f6ca75b2534f2c27f4c commit hash: 7f6b38a234c2fc8a7f439f6ca75b2534f2c27f4c commit hash: 7f6b38a234c2fc8a7f439f6ca75b2534f2c27f4c 7f6b38a
Saturday, 26 Aug 2023
09:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/rubygem-mime-types: Update to 3.5.1

Changes:	https://github.com/mime-types/ruby-mime-types/blob/main/History.md
commit hash: e39c7b0e23fb07b043cf57d3cb211b58d07865f2 commit hash: e39c7b0e23fb07b043cf57d3cb211b58d07865f2 commit hash: e39c7b0e23fb07b043cf57d3cb211b58d07865f2 commit hash: e39c7b0e23fb07b043cf57d3cb211b58d07865f2 e39c7b0
Monday, 21 Aug 2023
17:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/rubygem-mime-types: Update to 3.5.0

Changes:	https://github.com/mime-types/ruby-mime-types/blob/main/History.md
commit hash: 32aa6177c84869689a9d97044d3a0ee873b62ef5 commit hash: 32aa6177c84869689a9d97044d3a0ee873b62ef5 commit hash: 32aa6177c84869689a9d97044d3a0ee873b62ef5 commit hash: 32aa6177c84869689a9d97044d3a0ee873b62ef5 32aa617
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
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, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
misc: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey Zelkin <phantom@FreeBSD.org>
  *  Andreas Kohout <shanee@rabbit.augusta.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Stuart <elitetek@tekrealm.net>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Andy Pavlo <amp0928@rit.edu>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Attila Nagy <bra@fsn.hu>
  *  Bjorn Lindstrom <bkhl@elektrubadur.se>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chris Costello <chris@FreeBSD.org>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Chris Stuart <firewolf@lightningfire.net>
  *  Conrad Sabatier <conrads@home.com>
  *  Dan Moschuk <dan@FreeBSD.org>
  *  Daniel B. Hemmerich <dan@spot.org>
  *  David Johnson <david@usermode.org>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dereckson <dereckson@gmail.com>
  *  Dima Dorfman <dima@unixfreak.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dmitry Morozovsky <marck@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Evaldas Auryla <ea@zaib.as>
  *  Filippo Natali <filippo@widestore.net>
  *  Frank Steinborn <steinex@nognu.de>
  *  Frederic Culot <culot@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett Wollman <wollman@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Greg Lehey <grog@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Harald Schmalzbauer <freebsd@omnilan.de>
  *  Harald Wille <harald.wille@students.jku.at>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Pokrovsky <ip@unixway.org>
  *  J Han <hjh@best.com>
  *  James Earl <jdearl@telus.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Howard <howardj@wam.umd.edu>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  John Marino <marino@FreeBSD.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Rodriguez <king@v2project.com>
  *  Julian Stacey <jhs@FreeBSD.org>
  *  KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kim Scarborough <user@unknown.nu>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Leland Wang <llwang@infor.org>
  *  Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Marcus Alves Grando <mnag@FreeBSD.org>
  *  Marie Loise Nolden <loise@kde.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Blapp <mb@imp.ch>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Mills <matt_mills@btopenworld.com>
  *  Matthew Seaman
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael A. Kohn <mike@mikekohn.net>
  *  Michael Elbel (me)
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Mikael Urankar <mikael.urankar@gmail.com>
  *  Mike Smith <msmith@FreeBSD.org>
  *  Miklos Niedermayer <mico@bsd.hu>
  *  NECDET COKYAZICI <cokyazici@yahoo.co.uk>
  *  Naito Yuichiro <naito.yuichiro@gmail.com>
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Niek Bergboer <niek@bergboer.net>
  *  Oleh Hushchenkov <gor@clogic.com.ua>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Robert Withrow <witr@rwwa.com>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scot W. Hetzel
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien gioria <gioria@FreeBSD.org>
  *  Serge Gagnon <gagnon__s@videotron.ca>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Skvortsov <skv@protey.ru>
  *  SimaMoto,RyoTa <liangtai.s4@gmail.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Slaven Rezic <slaven@rezic.de>
  *  Stefan Walter <swalter@lettermax.de>
  *  Stephen Farrell <steve@farrell.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Enderle <enderle@mdn.de>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Ting-Wei Lan <lantw44@gmail.com>
  *  Tobias Roth <ports@fsck.ch>
  *  Tom Rhodes <trhodes@FreeBSD.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Blum <torstenb@FreeBSD.org>
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  Wei-chun Chao
  *  Wen Heping <wen@FreeBSD.org>
  *  Willem van Engen <wvengen@stack.nl>
  *  Wojciech A. Koszek <wkoszek@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yonatan@Xpert.com
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  alfred@FreeBSD.org
  *  bmc@WillsCreek.COM
  *  chinsan
  *  cracauer@cons.org "Martin Cracauer"
  *  dbaker
  *  dd
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  djp
  *  globalpanic@gmx.net
  *  gmarco@giovannelli.it
  *  gpalmer
  *  hrs, lesi
  *  igor@zynaps.ru
  *  ijliao
  *  itojun@itojun.org
  *  jmacd
  *  joerg
  *  jsellens
  *  kaz
  *  king@v2project.com
  *  marcus
  *  marcus@FreeBSD.org
  *  markm
  *  milki <milki@rescomp.berkeley.edu>
  *  mnag
  *  moeding
  *  mp39590@gmail.com
  *  mstowe@chicago.us.mensa.org
  *  olgeni@FreeBSD.org
  *  osa
  *  pfg
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  roam@FreeBSD.org
  *  roam@orbitel.bg
  *  sahne
  *  sanpei@FreeBSD.org
  *  sec@42.org
  *  sf
  *  shanee@augusta.de
  *  shipley@dis.org
  *  stolz@i2.informatik.rwth-aachen.de
  *  sumikawa@FreeBSD.org
  *  vanilla
  *  wosch

With hat:	portmgr
commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 b832da1
Tuesday, 11 Jan 2022
18:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/rubygem-mime-types: Update to 3.4.1

Changes:	https://github.com/mime-types/ruby-mime-types/blob/main/History.md
commit hash: cc73ec70c486883f2fc54746098b8d1d1a3d9a36 commit hash: cc73ec70c486883f2fc54746098b8d1d1a3d9a36 commit hash: cc73ec70c486883f2fc54746098b8d1d1a3d9a36 commit hash: cc73ec70c486883f2fc54746098b8d1d1a3d9a36 cc73ec70
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
Saturday, 28 Nov 2020
17:27 mfechner search for other commits by this committer
Update to 3.3.1.
This fixes a warning with ruby 2.7.

Changelog:
https://github.com/mime-types/ruby-mime-types/blob/master/History.md
Original commitRevision:556515 
Sunday, 20 Oct 2019
17:21 sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
Original commitRevision:515059 
Wednesday, 15 Aug 2018
19:34 sunpoet search for other commits by this committer
Update to 3.2.2

Changes:	https://github.com/mime-types/ruby-mime-types/blob/master/History.md
Original commitRevision:477273 
Tuesday, 14 Aug 2018
16:41 sunpoet search for other commits by this committer
Update to 3.2.1

Changes:	https://github.com/mime-types/ruby-mime-types/blob/master/History.md
Original commitRevision:477183 
Monday, 13 Aug 2018
18:21 sunpoet search for other commits by this committer
Update to 3.2

Changes:	https://github.com/mime-types/ruby-mime-types/blob/master/History.md
Original commitRevision:477103 
Wednesday, 1 Jun 2016
15:28 pi search for other commits by this committer
misc/rubygem-mime-types: 2.99.1 -> 3.1

- Version 3.0 is a major release that requires Ruby 2.0 compatibility
  and removes deprecated functions.
- The columnar registry format introduced in 2.6 has been made the
  primary format
- the registry data has been extracted from this library and put
  into ruby-mime-types-data
- Additionally, mime-types is now licensed exclusively under the MIT
  licence and there is a code of conduct in effect.
- There are a number of other smaller changes described in
  https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc

PR:		209936
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Original commitRevision:416246 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
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
Original commitRevision:414118 
Sunday, 13 Mar 2016
14:56 sunpoet search for other commits by this committer
- Update to 2.99.1
- Add LICENSE_FILE

Changes:	https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History.rdoc
		https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History-Types.rdoc
Original commitRevision:410989 
Friday, 4 Dec 2015
12:35 sunpoet search for other commits by this committer
- Update to 2.99
- Update WWW

Changes:	https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc
Original commitRevision:402970 
Tuesday, 15 Sep 2015
15:49 sunpoet search for other commits by this committer
- Update to 2.6.2

Changes:	https://github.com/halostatue/mime-types/blob/master/History.rdoc
Original commitRevision:396984 
Saturday, 13 Jun 2015
13:56 sunpoet search for other commits by this committer
- Add NO_ARCH
Original commitRevision:389421 
Wednesday, 10 Jun 2015
18:09 swills search for other commits by this committer
www/rubygem-rails4: update to 4.2.1

Differential Revision:	https://reviews.freebsd.org/D2710
Original commitRevision:389119 
Thursday, 5 Mar 2015
17:28 sunpoet search for other commits by this committer
- Update to 2.4.3
- Update WWW

Changes:	https://github.com/halostatue/mime-types/blob/master/History.rdoc
Original commitRevision:380532 
Saturday, 18 Oct 2014
17:38 swills search for other commits by this committer
misc/rubygem-mime-types: update to 2.4.2
Original commitRevision:371144 
Monday, 25 Aug 2014
02:18 swills search for other commits by this committer
misc/rubygem-mime-types: update to 2.3
Original commitRevision:366025 
Tuesday, 21 Jan 2014
05:38 swills search for other commits by this committer
- Update to 1.25.1
Original commitRevision:340552 
Tuesday, 31 Dec 2013
06:55 sunpoet search for other commits by this committer
- Add LICENSE
Original commitRevision:338236 
Wednesday, 30 Oct 2013
02:50 swills search for other commits by this committer
- Add stage support
Original commitRevision:332045 
Friday, 20 Sep 2013
20:50 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Original commitRevision:327745 
Saturday, 1 Jun 2013
21:25 swills search for other commits by this committer
- Update to 1.23
Original commitRevision:319601 
Saturday, 16 Feb 2013
20:54 swills search for other commits by this committer
- Update rails to 3.2.12
- Update dependent ports, including:
- Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262
- Update activemodel to 3.2.12 to resolve CVE-2013-0276

Security:	forthcoming
Original commitRevision:312384 
Tuesday, 24 Jul 2012
00:41 swills search for other commits by this committer
- Update rails to 3.2.6 and accompanying dependency updates
Original commit
Saturday, 9 Jun 2012
06:22 miwi search for other commits by this committer
- Update to 1.18

PR:             168881
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Original commit
Thursday, 27 Oct 2011
03:02 swills search for other commits by this committer
- Update Rails to 3.1.1 and associated changes

With hat:       ruby@
Original commit
Tuesday, 25 Oct 2011
08:40 clsung search for other commits by this committer
- Update to 1.17
Original commit
Saturday, 25 Dec 2010
16:55 sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
Original commit
Tuesday, 7 Dec 2010
19:19 linimon search for other commits by this committer
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@.
Original commit
Wednesday, 26 May 2010
19:51 pgollucci search for other commits by this committer
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
Original commit
Tuesday, 3 Mar 2009
07:36 clsung search for other commits by this committer
- Update to 1.16
Original commit
Saturday, 14 Feb 2009
01:22 miwi search for other commits by this committer
- Fix plist after ruby update by generating it dynamically.
Original commit
Wednesday, 8 Oct 2008
07:17 clsung search for other commits by this committer
- Ruby gem which provides a mailcap-like MIME Content-Type lookup
Original commit

Number of commits found: 40