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
non port: graphics/rubygem-turing/Makefile
SVNWeb

Number of commits found: 17

Thu, 26 Sep 2013
[ 21:13 tabthorpe search for other commits by this committer ] Original commit   Revision:328414 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18

Discussed with:	swills
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Sun, 3 Mar 2013
[ 01:43 swills search for other commits by this committer ] Original commit   Revision:313317 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Fix EXPIRATION date, we are in 2013, not 2012

Pointyhat to:	swills
Reported by:	bapt
Sat, 2 Mar 2013
[ 21:01 swills search for other commits by this committer ] Original commit   Revision:313298 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
Tue, 20 Dec 2011
[ 23:03 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it

With Hat:       ruby@
Mon, 4 Jul 2011
[ 15:48 swills search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Mark as broken with Ruby 1.9
Wed, 8 Dec 2010
[ 23:08 avl search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Re-assign all my ruby* ports to ruby@

Discussed with: pgollucci, stas
[ 20:47 pgollucci search for other commits by this committer ] Original commit 
- Fix dependency versions
Sun, 6 Jun 2010
[ 19:25 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
Wed, 26 May 2010
[ 19:51 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 121 ports in this commit are shown above. View all ports for this commit)
- 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@
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Thu, 28 May 2009
[ 20:44 avl search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    tabthorpe (mentor)
Thu, 9 Apr 2009
[ 00:11 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
- convert to RUBYGEM_AUTOPLIST
  remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
Sun, 6 Apr 2008
[ 08:58 stas search for other commits by this committer ] Original commit  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:      ports@
Mon, 11 Jun 2007
[ 06:18 miwi search for other commits by this committer ] Original commit 
Ruby implementation of captcha (Completely Automated Public Turing-Test to
Tell Computers and Humans Apart) that is both easy to use and easy to
customize/extend.

WWW: http://turing.rubyforge.org/

PR:             ports/113509
Submitted by:   Alexander Logvinov <ports at logvinov.com>

Number of commits found: 17