Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0.2 05 Apr 2015 18:26:16 |
sunpoet |
- Move devel/rubygem-transactionsimple to devel/rubygem-transaction-simple
- Add LICENSE
- Remove DISTNAME and GEM_NAME
- Update WWW
- Bump PORTREVISION for dependency change |
1.4.0.2 19 Aug 2014 15:35:36 |
swills |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port) |
1.4.0.2 30 Oct 2013 02:47:07 |
swills |
- Add stage support |
1.4.0.2 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.4.0.2 28 Jun 2013 01:12:39 |
swills |
- Update to 1.4.0.2 |
1.4.0 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
1.4.0 29 Jun 2012 04:00:15 |
dinoex |
- set MAINTAINER ro ruby@ |
1.4.0 23 Jun 2011 18:03:54 |
pgollucci |
- Removing remaining MD5 from rubygem- ports |
1.4.0 09 Sep 2010 19:12:56 |
pgollucci |
RF -> RG Conversion (Part III)
With Hat: ruby@
Tested by: make checksum |
1.4.0 06 Jun 2010 19:25:10 |
pgollucci |
- 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 |
1.4.0 09 Apr 2009 00:11:47 |
pgollucci |
- 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 |
1.4.0 14 Feb 2009 02:16:03 |
stas |
- Fix plist after ruby update by generating it dynamically. |
1.4.0 06 Apr 2008 08:58:21 |
stas |
- 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@ |
1.4.0 29 Mar 2008 12:12:59 |
dinoex |
- speedup make |
1.4.0 29 Mar 2008 12:11:37 |
dinoex |
- cleanup with GEM macros
- use new dependecy form |
1.4.0 03 Jul 2007 12:41:58 |
dinoex |
- detect version of hoe now dynamicly |
1.4.0 03 Jul 2007 00:07:29 |
clsung |
- reflect the update of rubygem-hoe
Noted by: pav
Pointyhat to: clsung (myself) |
1.4.0 09 Mar 2007 19:30:21 |
dinoex |
- unbreak after update of hoe-1.2.0 |
1.4.0 16 Feb 2007 11:49:12 |
dinoex |
- update to 1.4.0
Reported by: portsscout |
1.3.0 08 Aug 2006 11:35:27 |
jmelo |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin) |
1.3.0 21 Jan 2006 20:25:07 |
pav |
- Populate newly created rubygems category |
1.3.0 13 Nov 2005 09:26:50 |
dinoex |
- add SHA checksum |
1.3.0 10 Nov 2005 19:50:02 |
dinoex |
- Update descriptions |
1.3.0 09 Nov 2005 11:30:07 |
dinoex |
Transaction::Simple provides active ("live", non-backend)
transactional support to Marshal-able objects.
WWW: http://rubyforge.org/projects/trans-simple/ |