CVS log for ports/devel/svk/pkg-plist
Up to [FreeBSD] / ports / devel / svk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 17 15:57:28 2010 UTC (21 months, 3 weeks ago) by rafan
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
- Update to 2.2.3
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Sep 27 11:47:45 2008 UTC (3 years, 4 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -1 lines
- Update to 2.2.0 - Add regression-test target
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Dec 29 06:35:08 2006 UTC (5 years, 1 month ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +65 -3 lines
- Update to 2.0 - Remove pkg-message which contains upgrade path for 0.17+, which is released more than two years. Submitted by: clsung
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jan 22 01:48:34 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 29 20:46:37 2005 UTC (6 years, 6 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
- Update to 1.01 [1] - Improve the grammar of the pre-everything message [1]: PR: ports/84279 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 4 08:59:25 2005 UTC (6 years, 10 months ago) by clsung
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
- Update to 0.991, aka 1.0beta1 PR: 79424 Submitted by: Rong-En Fan (maintainer)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 2 17:14:25 2005 UTC (6 years, 11 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
- Update to 0.30, much faster :) - add patch-YAML: (suggested by author) makes SVK requires YAML 0.35 only, since textproc/p5-YAML will not be updated unless it passes tests on 5.6.x. Once it is updated, please remove this patch. * I'll watch patch-YAML. PR: 78296 Submitted by: Rong-En Fan (maintainer)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 5 06:04:37 2004 UTC (7 years, 2 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
- Fix pkg-plist [http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html] PR: ports/74700 Submitted by: Rong-En Fan (maintainer)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 19 16:24:59 2004 UTC (7 years, 3 months ago) by clsung
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -0 lines
- Update to 0.23 - Add new depenedency (PerlIO-eol) and fix depenedency (p5-URI) - New patch which fixes t/07smerge.t on svn 1.0.x/1.1.x PR: ports/72872 Submitted by: maintainer Approved by: co-mentor (vanilla)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 13 14:56:25 2004 UTC (7 years, 3 months ago) by clsung
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +16 -0 lines
- update to 0.22 - BUILD_DEPENDS changed - pkg-plist modified PR: ports/72622 Submitted by: Rong-En Fan <rafan AT infor dot org> Approved by: co-mentor (vanilla)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 12 12:33:47 2004 UTC (7 years, 4 months ago) by clsung
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -0 lines
- Update to 0.21 - This is second beta release for SVK, and it's SVK's one year birthday! - I also add a warning messages when user wants to run SVK with PPerl. When using PPerl, (currently) it can be used for signle user. And it doesn't respect umask. These 2 problems are PPerl's, but I think a warning is good for users. PR: ports/71969 Submitted by: Rong-En Fan <rafan AT infor dot org> Approved by: mentor (vanilla)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 23 14:39:12 2004 UTC (7 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
- Update to 0.19 - Fix dependency problem as reported on pointyhat (Compress::Zlib is missing) - Add a warning message let user know what happened when Makefile.PL reports there is a missing module. PR: ports/70830 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: vanilla (co-mentor)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 08:31:02 2004 UTC (7 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
upgrade to 0.18 pass maintainership PR: 70126 Submitted by: Rong-En Fan <rafan@infor.org> (new maintainer) Reviewed by: old maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 19 13:35:45 2004 UTC (7 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +24 -8 lines
upgrade to 0.17 PR: 69262 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 16 16:57:20 2004 UTC (7 years, 10 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_4_10_0
Add svk 0.11, a Distributed Version Control System. PR: ports/64292 Submitted by: Autrijus Tang <autrijus@autrijus.org>
