Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Dec 2020 20:25:55
2.2.3_6

|
sunpoet  |
Remove Perl core modules
- Change the way *_DEPENDS are set
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
27 May 2018 20:15:20
2.2.3_6

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
20 Apr 2018 15:12:35
2.2.3_6

|
mat  |
Fix with Subversion 1.10. (required is 1.3, so remove the test.)
Sponsored by: Absolight |
20 Apr 2018 14:59:05
2.2.3_6

|
antoine  |
Mark BROKEN: fails to configure
Generating a Unix-style Makefile
Writing Makefile for SVK
Writing MYMETA.yml and MYMETA.json
===> Warning: SVN::Core missing or outdated.
Please manually install SVN::Core by compiling Subversion
(version 1.3.0 or above) with SWIG/Perl bindings,
and try this installation process again.
Reported by: pkg-fallout |
15 Sep 2017 08:58:50
2.2.3_6

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:00:57
2.2.3_6

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
2.2.3_6

|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
23 Mar 2015 17:51:48
2.2.3_6

|
peter  |
Bump port revision for r382017. |
23 Mar 2015 17:50:13
2.2.3_5

|
peter  |
Sustaining patches to make svk to work on newer perl. This is in use
on the FreeBSD.org cluster for historical reasons.
PR: 198820 |
21 Mar 2015 19:56:43
2.2.3_5

|
sunpoet  |
- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Remove regression-test:
- Use ECHO_MSG
- Bump PORTREVISION for dependency change |
16 Jan 2015 17:28:14
2.2.3_4

|
rafan  |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
26 Nov 2014 13:08:38
2.2.3_4

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 11:07:20
2.2.3_3

|
bapt  |
Cleanup plist |
10 Jun 2014 07:39:02
2.2.3_3

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
17 Feb 2014 07:39:41
2.2.3_3

|
miwi  |
- Stage support |
20 Sep 2013 17:17:45
2.2.3_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
16 Sep 2013 08:39:20
2.2.3_3

|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
18 Jun 2013 13:49:02
2.2.3_3

|
az  |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
29 Jun 2012 18:26:52
2.2.3_3
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
2.2.3_3
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
17 Sep 2011 07:06:45
2.2.3_3
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
20 Jun 2011 08:36:20
2.2.3_3
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
21 Sep 2010 07:56:43
2.2.3_3 
|
mm  |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
18 May 2010 04:08:06
2.2.3_2
|
pgollucci  |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
05 May 2010 21:52:39
2.2.3_1
|
pgollucci  |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
17 Apr 2010 15:57:28
2.2.3
|
rafan  |
- Update to 2.2.3 |
28 Jan 2010 04:53:50
2.2.1_2
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).
Approved by: portmgr (itetcu) |
21 Apr 2009 13:54:13
2.2.1_1
|
rafan  |
- Add missing p5 dependent modules for bootstrap support
- Bump PORTREVISION
Submitted by: obrien@ |
26 Oct 2008 06:56:10
2.2.1
|
rafan  |
- Update to 2.2.1 |
27 Sep 2008 11:47:45
2.2.0
|
rafan  |
- Update to 2.2.0
- Add regression-test target |
05 Jul 2008 03:54:53
2.0.2_3
|
rafan  |
- Bump PORTREVISION for devel/apr update
PR: ports/125276
Submitted by: rodrigc |
30 Jun 2008 12:36:56
2.0.2_2
|
lev  |
Bump PORTREVISION due to subversion upgrade. |
30 Jun 2008 10:00:07
2.0.2_1
|
lev  |
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings. |
06 Jun 2008 13:21:59
2.0.2_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
17 Apr 2008 14:30:31
2.0.2
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 00:59:21
2.0.2
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
22 Jul 2007 16:37:25
2.0.2
|
rafan  |
- Update to 2.0.2
- Remove useless PORTREVISION |
27 Mar 2007 03:40:46
2.0.1
|
rafan  |
- Update to 2.0.1 |
11 Mar 2007 14:54:57
2.0.0_1
|
rafan  |
- Correct dependency: SVK requires File::Spec 3.19 which is in
p5-PathTools 3.19 and above.
Reported by: Jui-Nan Lin via irc |
18 Jan 2007 18:42:02
2.0.0
|
rafan  |
- Add missing WWW
- Correct WWW entry in devel/svk |
29 Dec 2006 07:03:28
2.0.0
|
rafan  |
- No more PKGMESSAGE |
29 Dec 2006 06:35:08
2.0.0
|
rafan  |
- Update to 2.0
- Remove pkg-message which contains upgrade path for 0.17+, which
is released more than two years.
Submitted by: clsung |
03 Dec 2006 12:45:59
1.08
|
demon  |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. |
01 Jul 2006 04:11:13
1.08
|
rafan  |
- Update to 1.08
Approved by: delphij (mentor) |
27 Jun 2006 03:58:58
1.07
|
rafan  |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
27 May 2006 17:51:11
1.07
|
pav  |
- Move to better category
devel/p5-Encode -> converters/p5-Encode
devel/p5-Encode-compat -> converters/p5-Encode-compat
PR: ports/97644
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) |
15 Mar 2006 17:06:14
1.07
|
novel  |
- Update to 1.07
- Use package dependency with version to match requirements for build
- Kill USE_REINPLACE as not needed anymore
PR: 94121
Submitted by: Rong-En Fan (maintainer) |
22 Jan 2006 01:48:34
1.06
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
13 Dec 2005 16:07:39
1.06
|
vanilla  |
Upgrade to 1.0.6.
PR: ports/90336
Submitted by: maintainer |
08 Oct 2005 18:03:33
1.05
|
az  |
- Update to 1.05 (bugfix version)
PR: ports/87104
Submitted by: maintainer
Approved by: sem (mentor) |
29 Aug 2005 08:44:03
1.04
|
ijliao  |
upgrade to 1.04
PR: 85428
Submitted by: maintainer |
29 Jul 2005 20:46:37
1.01
|
jylefort  |
- Update to 1.01 [1]
- Improve the grammar of the pre-everything message
[1]:
PR: ports/84279
Submitted by: maintainer |
24 May 2005 09:07:57
1.00_1
|
tobez  |
YAML port has been updated and meet the requirement of SVK. Remove the
obsolete patch and thus bump portrevision to force people update their
YAML port.
PR: 81433
Submitted by: maintainer |
12 May 2005 04:11:13
1.00
|
novel  |
- Update to 1.00
- Drop WITH_PPERL support
PR: 80910
Submitted by: Rong-En Fan (maintainer) |
04 Apr 2005 08:59:25
0.991
|
clsung  |
- Update to 0.991, aka 1.0beta1
PR: 79424
Submitted by: Rong-En Fan (maintainer) |
02 Mar 2005 17:14:26
0.30
|
clsung  |
- 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) |
02 Feb 2005 09:01:34
0.29
|
clsung  |
- Update to 0.29
PR: ports/76992
Submitted by: Rong-En Fan (maintainer) |
11 Jan 2005 04:16:31
0.28
|
ijliao  |
upgrade to 0.28
PR: 76048
Submitted by: maintainer |
22 Dec 2004 20:10:17
0.27
|
vanilla  |
Upgrade to 0.27.
PR: ports/75361
Submitted by: maintainer |
05 Dec 2004 06:04:37
0.26
|
clsung  |
- Fix pkg-plist
[http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html]
PR: ports/74700
Submitted by: Rong-En Fan (maintainer) |
12 Nov 2004 01:24:49
0.26
|
clsung  |
- Update to 0.26
- bdb version change depend on svn, not svk :)
Though svk depend on svn......
PR: ports/73818
Submitted by: Rong-En Fan (maintainer) |
26 Oct 2004 13:59:45
0.25
|
hq  |
Fix typo in pkg-message
PR: 73160
Submitted by: me
Approved by: maintainer |
25 Oct 2004 16:23:24
0.25
|
clsung  |
- Update to 0.25
- This is a bugfix version, the patch introducted
in last update has in the release.
PR: ports/73120
Submitted by: Rong-En Fan (maintainer)
Approved by: co-mentor (vanilla) |
20 Oct 2004 15:01:53
0.23
|
clsung  |
- Bad me, typo in Makefile (last update)
Noted by maintainer.
Approved by: co-mentor (vanilla) |
20 Oct 2004 05:25:12
0.23
|
clsung  |
- fix dependeny path of p5-PerlIO-eol
PR: ports/72907
Submitted by: maintainer
Approved by: co-mentor (vanilla) |
19 Oct 2004 16:24:59
0.23
|
clsung  |
- 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) |
13 Oct 2004 14:56:25
0.22
|
clsung  |
- 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) |
12 Oct 2004 12:33:47
0.21
|
clsung  |
- 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) |
23 Aug 2004 14:39:12
0.19
|
clsung  |
- 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) |
11 Aug 2004 08:31:03
0.18
|
ijliao  |
upgrade to 0.18
pass maintainership
PR: 70126
Submitted by: Rong-En Fan <rafan@infor.org> (new maintainer)
Reviewed by: old maintainer |
25 Jul 2004 22:43:30
0.17
|
pav  |
- Add knob to run with PPerl, as suggested in svk wiki
http://svk.elixus.org/index.cgi?SVKAndPPerl
PR: ports/69573
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: Autrijus Tang <autrijus@gmail.com> (maintainer) |
19 Jul 2004 13:35:45
0.17
|
ijliao  |
upgrade to 0.17
PR: 69262
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer |
18 Jul 2004 15:02:05
0.16
|
vanilla  |
svk 0.16 has released in June 30. Also update p5-Data-Hierarchy
and p5-SVN-Mirror.
PR: ports/68685
Submitted by: rafan at infor dot org
Approved by: maintainer |
21 Jun 2004 16:46:06
0.15
|
vanilla  |
Upgrade to 0.15.
PR: ports/68121
Submitted by: rafan at_info_dot_org
Approved by: maintainer |
18 May 2004 00:37:00
0.14_1
|
vanilla  |
Add depends to p5-Locale-Maketext-Lexicon & p5-Locale-Maketext-Simple,
it make zh-* people get Chinese messages by default.
Submitted by: maintainer |
11 May 2004 02:59:09
0.14
|
vanilla  |
Upgrade to 0.14
PR: ports/66224
Submitted by: maintainer |
16 Mar 2004 16:57:20
0.11
|
vanilla  |
Add svk 0.11, a Distributed Version Control System.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org> |