| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Apr 2007 14:14:01
1.0.4_3
|
matusita  |
Yet another ruby-1.8.6's broken backward compatibility fix.
I dunno why, but array data cannot be (implicitly) converted to string
data, so covert the array data explicitly with 'to_s'.
Bump PORTREVISION as usual.
Please note that I'll report all the patches to the aswiki author iff
I've confirmed that aswiki works well on ruby-1.8.6. |
28 Apr 2007 05:45:21
1.0.4_2
|
matusita  |
More broken-ruby-1.8.6-backward-compatibility adaptation.
Also bump PORTREVISION.
Found by: y-manabe at ist dot osaka-u.ac.jp |
27 Apr 2007 05:18:18
1.0.4_1
|
matusita  |
Fix to work with ruby-1.8.6,1.
I don't know why, but it seems that the method Digest::MD5.new behavior
is changed between 1.8.5 and 1.8.6 (sigh).
As usual, bump PORTREVISION.
See also: http://myn.meganecco.org/2007041200 (in Japanese)
See also: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/ChangeLog
(MD5 related codes are changed at Mar/06/2007?) |
13 May 2006 05:41:22
1.0.4
|
edwin  |
Remove USE_REINPLACE from categories starting with W |
10 Nov 2005 08:19:00
1.0.4
|
matusita  |
Put SHA256 checksums.
Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...) |
10 Nov 2005 05:21:53
1.0.4
|
matusita  |
Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file). |
04 May 2004 14:27:57
1.0.2_1
|
matusita  |
Add a patch to fix warning about character-class string.
Bump PORTREVISION.
Why patch needed? According ruby 1.8 language definition, even if
the first character-class string is square branket, warn if not
escaped with backslash. See also ruby/regex.c rev 1.81(*1). Since
[\]] is properly processed by ruby 1.6, patch this unconditionally.
Adviced about ruby language by: knu, hrs
*1) http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/regex.c#rev1.81 |
03 May 2004 16:42:01
1.0.2
|
matusita  |
Update to 1.0.2. |
07 Apr 2004 17:06:29
1.0.1_2
|
matusita  |
Unbreak build.
RUBY_SHEBANG_FILES feature in bsd.ruby.mk kicks ${RUBY} to rewrite
files; ruby is used in build stage. So RUBY_NO_BUILD_DEPENDS should
_not_ be listed here.
Since this change doesn't affect the package contents itself, no bumps.
Found by: dosirak.kr.freebsd.org
Reported by: kris
Pointy hat to: matusita |
10 Feb 2004 17:07:01
1.0.1_2
|
matusita  |
SIZEify. |
07 Dec 2003 03:54:27
1.0.1_2
|
matusita  |
English grammer fixes.
Submitted by: Kenneth Stailey <kstailey at yahoo.com> |
21 Jun 2003 08:52:05
1.0.1_2
|
matusita  |
More typo fix.
Found by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> |
20 Jun 2003 11:46:30
1.0.1_1
|
matusita  |
Use install(1) instead of cp(1), to set file mode (it is unhappy to users
that the config file is read-only). Install sample CSS file to
aswiki home directory.
Content changed, so bump the revision. |
17 Jun 2003 13:01:17
1.0.1
|
matusita  |
Typo fix. No contents changed, no bump.
Found by: kris |
14 Jun 2003 15:27:30
1.0.1
|
matusita  |
New port: aswiki
This is yet another wiki clone, written in Ruby. It supports contents
logging with RCS; you can easily checks the difference of each change.
Reviewed by: kuriyama, knu |