Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.3_7 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.3_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.2.3_6 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
2.2.3_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.3_6 19 Dec 2020 20:25:55 |
sunpoet |
Remove Perl core modules
- Change the way *_DEPENDS are set
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
2.2.3_6 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.2.3_6 20 Apr 2018 15:12:35 |
mat |
Fix with Subversion 1.10. (required is 1.3, so remove the test.)
Sponsored by: Absolight |
2.2.3_6 20 Apr 2018 14:59:05 |
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 |
2.2.3_6 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.2.3_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.2.3_6 14 Sep 2015 12:19:50 |
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 |
2.2.3_6 23 Mar 2015 17:51:48 |
peter |
Bump port revision for r382017. |
2.2.3_5 23 Mar 2015 17:50:13 |
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 |
2.2.3_5 21 Mar 2015 19:56:43 |
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 |
2.2.3_4 16 Jan 2015 17:28:14 |
rafan |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
2.2.3_4 26 Nov 2014 13:08:38 |
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 ) |
2.2.3_3 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
2.2.3_3 10 Jun 2014 07:39:02 |
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) |
2.2.3_3 17 Feb 2014 07:39:41 |
miwi |
- Stage support |
2.2.3_3 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
2.2.3_3 16 Sep 2013 08:39:20 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.2.3_3 18 Jun 2013 13:49:02 |
az |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
2.2.3_3 29 Jun 2012 18:26:52 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
2.2.3_3 21 Jan 2012 17:40:15 |
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 |
2.2.3_3 17 Sep 2011 07:06:45 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
2.2.3_3 20 Jun 2011 08:36:20 |
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 |
2.2.3_3 21 Sep 2010 07:56:43 |
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 |
2.2.3_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
2.2.3_1 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
2.2.3 17 Apr 2010 15:57:28 |
rafan |
- Update to 2.2.3 |
2.2.1_2 28 Jan 2010 04:53:50 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).
Approved by: portmgr (itetcu) |
2.2.1_1 21 Apr 2009 13:54:13 |
rafan |
- Add missing p5 dependent modules for bootstrap support
- Bump PORTREVISION
Submitted by: obrien@ |
2.2.1 26 Oct 2008 06:56:10 |
rafan |
- Update to 2.2.1 |
2.2.0 27 Sep 2008 11:47:45 |
rafan |
- Update to 2.2.0
- Add regression-test target |
2.0.2_3 05 Jul 2008 03:54:53 |
rafan |
- Bump PORTREVISION for devel/apr update
PR: ports/125276
Submitted by: rodrigc |
2.0.2_2 30 Jun 2008 12:36:56 |
lev |
Bump PORTREVISION due to subversion upgrade. |
2.0.2_1 30 Jun 2008 10:00:07 |
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. |
2.0.2_1 06 Jun 2008 13:21:59 |
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) |
2.0.2 17 Apr 2008 14:30:31 |
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) |
2.0.2 08 Sep 2007 00:59:21 |
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 |
2.0.2 22 Jul 2007 16:37:25 |
rafan |
- Update to 2.0.2
- Remove useless PORTREVISION |
2.0.1 27 Mar 2007 03:40:46 |
rafan |
- Update to 2.0.1 |
2.0.0_1 11 Mar 2007 14:54:57 |
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 |
2.0.0 18 Jan 2007 18:42:02 |
rafan |
- Add missing WWW
- Correct WWW entry in devel/svk |
2.0.0 29 Dec 2006 07:03:28 |
rafan |
- No more PKGMESSAGE |
2.0.0 29 Dec 2006 06:35:08 |
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 |
1.08 03 Dec 2006 12:45:59 |
demon |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. |
1.08 01 Jul 2006 04:11:13 |
rafan |
- Update to 1.08
Approved by: delphij (mentor) |
1.07 27 Jun 2006 03:58:58 |
rafan |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
1.07 27 May 2006 17:51:11 |
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) |
1.07 15 Mar 2006 17:06:14 |
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) |
1.06 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.06 13 Dec 2005 16:07:39 |
vanilla |
Upgrade to 1.0.6.
PR: ports/90336
Submitted by: maintainer |
1.05 08 Oct 2005 18:03:33 |
az |
- Update to 1.05 (bugfix version)
PR: ports/87104
Submitted by: maintainer
Approved by: sem (mentor) |
1.04 29 Aug 2005 08:44:03 |
ijliao |
upgrade to 1.04
PR: 85428
Submitted by: maintainer |
1.01 29 Jul 2005 20:46:37 |
jylefort |
- Update to 1.01 [1]
- Improve the grammar of the pre-everything message
[1]:
PR: ports/84279
Submitted by: maintainer |
1.00_1 24 May 2005 09:07:57 |
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 |
1.00 12 May 2005 04:11:13 |
novel |
- Update to 1.00
- Drop WITH_PPERL support
PR: 80910
Submitted by: Rong-En Fan (maintainer) |
0.991 04 Apr 2005 08:59:25 |
clsung |
- Update to 0.991, aka 1.0beta1
PR: 79424
Submitted by: Rong-En Fan (maintainer) |
0.30 02 Mar 2005 17:14:26 |
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) |
0.29 02 Feb 2005 09:01:34 |
clsung |
- Update to 0.29
PR: ports/76992
Submitted by: Rong-En Fan (maintainer) |
0.28 11 Jan 2005 04:16:31 |
ijliao |
upgrade to 0.28
PR: 76048
Submitted by: maintainer |
0.27 22 Dec 2004 20:10:17 |
vanilla |
Upgrade to 0.27.
PR: ports/75361
Submitted by: maintainer |
0.26 05 Dec 2004 06:04:37 |
clsung |
- Fix pkg-plist
[http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html]
PR: ports/74700
Submitted by: Rong-En Fan (maintainer) |
0.26 12 Nov 2004 01:24:49 |
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) |
0.25 26 Oct 2004 13:59:45 |
hq |
Fix typo in pkg-message
PR: 73160
Submitted by: me
Approved by: maintainer |
0.25 25 Oct 2004 16:23:24 |
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) |
0.23 20 Oct 2004 15:01:53 |
clsung |
- Bad me, typo in Makefile (last update)
Noted by maintainer.
Approved by: co-mentor (vanilla) |
0.23 20 Oct 2004 05:25:12 |
clsung |
- fix dependeny path of p5-PerlIO-eol
PR: ports/72907
Submitted by: maintainer
Approved by: co-mentor (vanilla) |
0.23 19 Oct 2004 16:24:59 |
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) |
0.22 13 Oct 2004 14:56:25 |
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) |
0.21 12 Oct 2004 12:33:47 |
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) |
0.19 23 Aug 2004 14:39:12 |
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) |
0.18 11 Aug 2004 08:31:03 |
ijliao |
upgrade to 0.18
pass maintainership
PR: 70126
Submitted by: Rong-En Fan <rafan@infor.org> (new maintainer)
Reviewed by: old maintainer |
0.17 25 Jul 2004 22:43:30 |
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) |
0.17 19 Jul 2004 13:35:45 |
ijliao |
upgrade to 0.17
PR: 69262
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer |
0.16 18 Jul 2004 15:02:05 |
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 |
0.15 21 Jun 2004 16:46:06 |
vanilla |
Upgrade to 0.15.
PR: ports/68121
Submitted by: rafan at_info_dot_org
Approved by: maintainer |
0.14_1 18 May 2004 00:37:00 |
vanilla |
Add depends to p5-Locale-Maketext-Lexicon & p5-Locale-Maketext-Simple,
it make zh-* people get Chinese messages by default.
Submitted by: maintainer |
0.14 11 May 2004 02:59:09 |
vanilla |
Upgrade to 0.14
PR: ports/66224
Submitted by: maintainer |
0.11 16 Mar 2004 16:57:20 |
vanilla |
Add svk 0.11, a Distributed Version Control System.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org> |