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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/svk/Makefile
SVNWeb

Number of commits found: 73

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 19 Dec 2020
[ 20:25 sunpoet search for other commits by this committer ] Original commit   Revision:558678
Remove Perl core modules

- Change the way *_DEPENDS are set
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Fri, 20 Apr 2018
[ 15:12 mat search for other commits by this committer ] Original commit   Revision:467833
Fix with Subversion 1.10. (required is 1.3, so remove the test.)

Sponsored by:	Absolight
[ 14:59 antoine search for other commits by this committer ] Original commit   Revision:467832
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
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 23 Mar 2015
[ 17:51 peter search for other commits by this committer ] Original commit   Revision:382018
Bump port revision for r382017.
Sat, 21 Mar 2015
[ 19:56 sunpoet search for other commits by this committer ] Original commit   Revision:381850
- 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
Fri, 16 Jan 2015
[ 17:28 rafan search for other commits by this committer ] Original commit   Revision:377195 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 10 Jun 2014
[ 07:39 olgeni search for other commits by this committer ] Original commit   Revision:357277 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 17 Feb 2014
[ 07:39 miwi search for other commits by this committer ] Original commit   Revision:344697
- Stage support
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 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:
devel part 4)
Mon, 16 Sep 2013
[ 08:39 az search for other commits by this committer ] Original commit   Revision:327371 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Tue, 18 Jun 2013
[ 13:49 az search for other commits by this committer ] Original commit   Revision:321187 (Only the first 10 of 112 ports in this commit are shown above. View all ports for this commit)
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
Fri, 29 Jun 2012
[ 18:26 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Sat, 21 Jan 2012
[ 17:40 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
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
Sat, 17 Sep 2011
[ 07:06 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
Mon, 20 Jun 2011
[ 08:36 az search for other commits by this committer ] Original commit  (Only the first 10 of 192 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 21 Sep 2010
[ 07:56 mm search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
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
Tue, 18 May 2010
[ 04:08 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
Wed, 5 May 2010
[ 21:52 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
Sat, 17 Apr 2010
[ 15:57 rafan search for other commits by this committer ] Original commit 
- Update to 2.2.3
Thu, 28 Jan 2010
[ 04:53 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 13).

Approved by:    portmgr (itetcu)
Tue, 21 Apr 2009
[ 13:54 rafan search for other commits by this committer ] Original commit 
- Add missing p5 dependent modules for bootstrap support
- Bump PORTREVISION

Submitted by:   obrien@
Sun, 26 Oct 2008
[ 06:56 rafan search for other commits by this committer ] Original commit 
- Update to 2.2.1
Sat, 27 Sep 2008
[ 11:47 rafan search for other commits by this committer ] Original commit 
- Update to 2.2.0
- Add regression-test target
Sat, 5 Jul 2008
[ 03:54 rafan search for other commits by this committer ] Original commit 
- Bump PORTREVISION for devel/apr update

PR:             ports/125276
Submitted by:   rodrigc
Mon, 30 Jun 2008
[ 12:36 lev search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
  Bump PORTREVISION due to subversion upgrade.
[ 10:00 lev search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
  (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.
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 8 Sep 2007
[ 00:59 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
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
Sun, 22 Jul 2007
[ 16:37 rafan search for other commits by this committer ] Original commit 
- Update to 2.0.2
- Remove useless PORTREVISION
Tue, 27 Mar 2007
[ 03:40 rafan search for other commits by this committer ] Original commit 
- Update to 2.0.1
Sun, 11 Mar 2007
[ 14:54 rafan search for other commits by this committer ] Original commit 
- Correct dependency: SVK requires File::Spec 3.19 which is in
  p5-PathTools 3.19 and above.

Reported by:    Jui-Nan Lin via irc
Fri, 29 Dec 2006
[ 07:03 rafan search for other commits by this committer ] Original commit 
- No more PKGMESSAGE
[ 06:35 rafan search for other commits by this committer ] Original commit 
- Update to 2.0
- Remove pkg-message which contains upgrade path for 0.17+, which
  is released more than two years.

Submitted by:   clsung
Sun, 3 Dec 2006
[ 12:45 demon search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Sat, 1 Jul 2006
[ 04:11 rafan search for other commits by this committer ] Original commit 
- Update to 1.08

Approved by:    delphij (mentor)
Tue, 27 Jun 2006
[ 03:58 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Change to my FreeBSD.org email.

Approved by:    delphij (mentor)
Sat, 27 May 2006
[ 17:51 pav search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- 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)
Wed, 15 Mar 2006
[ 17:06 novel search for other commits by this committer ] Original commit 
- 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)
Tue, 13 Dec 2005
[ 16:07 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.0.6.

PR:             ports/90336
Submitted by:   maintainer
Sat, 8 Oct 2005
[ 18:03 az search for other commits by this committer ] Original commit 
- Update to 1.05 (bugfix version)

PR:             ports/87104
Submitted by:   maintainer
Approved by:    sem (mentor)
Mon, 29 Aug 2005
[ 08:44 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.04

PR:             85428
Submitted by:   maintainer
Fri, 29 Jul 2005
[ 20:46 jylefort search for other commits by this committer ] Original commit 
- Update to 1.01 [1]
- Improve the grammar of the pre-everything message

[1]:
PR:             ports/84279
Submitted by:   maintainer
Tue, 24 May 2005
[ 09:07 tobez search for other commits by this committer ] Original commit 
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
Thu, 12 May 2005
[ 04:11 novel search for other commits by this committer ] Original commit 
- Update to 1.00
- Drop WITH_PPERL support

PR:             80910
Submitted by:   Rong-En Fan (maintainer)
Mon, 4 Apr 2005
[ 08:59 clsung search for other commits by this committer ] Original commit 
- Update to 0.991, aka 1.0beta1

PR:             79424
Submitted by:   Rong-En Fan (maintainer)
Wed, 2 Mar 2005
[ 17:14 clsung search for other commits by this committer ] Original commit 
- 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)
Wed, 2 Feb 2005
[ 09:01 clsung search for other commits by this committer ] Original commit 
- Update to 0.29

PR:             ports/76992
Submitted by:   Rong-En Fan (maintainer)
Tue, 11 Jan 2005
[ 04:16 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.28

PR:             76048
Submitted by:   maintainer
Wed, 22 Dec 2004
[ 20:10 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.27.

PR:             ports/75361
Submitted by:   maintainer
Sun, 5 Dec 2004
[ 06:04 clsung search for other commits by this committer ] Original commit 
- Fix pkg-plist
[http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html]

PR:             ports/74700
Submitted by:   Rong-En Fan (maintainer)
Fri, 12 Nov 2004
[ 01:24 clsung search for other commits by this committer ] Original commit 
- 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)
Mon, 25 Oct 2004
[ 16:23 clsung search for other commits by this committer ] Original commit 
- 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)
Wed, 20 Oct 2004
[ 15:01 clsung search for other commits by this committer ] Original commit 
- Bad me, typo in Makefile (last update)
Noted by maintainer.

Approved by:    co-mentor (vanilla)
[ 05:25 clsung search for other commits by this committer ] Original commit 
- fix dependeny path of p5-PerlIO-eol

PR:             ports/72907
Submitted by:   maintainer
Approved by:    co-mentor (vanilla)
Tue, 19 Oct 2004
[ 16:24 clsung search for other commits by this committer ] Original commit 
- 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)
Wed, 13 Oct 2004
[ 14:56 clsung search for other commits by this committer ] Original commit 
- 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)
Tue, 12 Oct 2004
[ 12:33 clsung search for other commits by this committer ] Original commit 
- 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)
Mon, 23 Aug 2004
[ 14:39 clsung search for other commits by this committer ] Original commit 
- 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)
Wed, 11 Aug 2004
[ 08:31 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.18
pass maintainership

PR:             70126
Submitted by:   Rong-En Fan <rafan@infor.org> (new maintainer)
Reviewed by:    old maintainer
Sun, 25 Jul 2004
[ 22:43 pav search for other commits by this committer ] Original commit 
- 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)
Mon, 19 Jul 2004
[ 13:35 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.17

PR:             69262
Submitted by:   Rong-En Fan <rafan@infor.org>
Approved by:    maintainer
Sun, 18 Jul 2004
[ 15:02 vanilla search for other commits by this committer ] Original commit 
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
Mon, 21 Jun 2004
[ 16:46 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.15.

PR:             ports/68121
Submitted by:   rafan at_info_dot_org
Approved by:    maintainer
Tue, 18 May 2004
[ 00:37 vanilla search for other commits by this committer ] Original commit 
Add depends to p5-Locale-Maketext-Lexicon & p5-Locale-Maketext-Simple,
it make zh-* people get Chinese messages by default.

Submitted by:   maintainer
Tue, 11 May 2004
[ 02:59 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.14

PR:             ports/66224
Submitted by:   maintainer
Tue, 16 Mar 2004
[ 16:57 vanilla search for other commits by this committer ] Original commit 
Add svk 0.11, a Distributed Version Control System.

PR:             ports/64292
Submitted by:   Autrijus Tang <autrijus@autrijus.org>

Number of commits found: 73