Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.75_4 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) |
0.75_3 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 ) |
0.75_3 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 ) |
0.75_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.75_3 19 Dec 2020 20:18:56 |
sunpoet |
Add NO_ARCH |
0.75_3 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.75_3 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 |
0.75_3 17 Apr 2018 08:23:25 |
mat |
Fix build with Subversion 1.10.
The required Subversion version is 1.2, which we had not have for over a
decade, so remove the test altogether.
Sponsored by: Absolight |
0.75_3 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.75_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.75_3 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 |
0.75_3 11 May 2015 12:04:19 |
mat |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight |
0.75_3 30 Mar 2015 16:13:56 |
sunpoet |
- Add LICENSE
- Sort *_DEPENDS
- Remove regression-test:
- Sort PLIST |
0.75_3 16 Jan 2015 17:28:14 |
rafan |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
0.75_3 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 ) |
0.75_2 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.75_2 05 Feb 2014 17:16:51 |
ehaupt |
Support staging. |
0.75_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.75_2 07 Sep 2013 15:51:29 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.75_2 01 Jul 2012 05:42:55 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.75_2 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.75_2 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.75_2 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 |
0.75_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.75_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.75_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@ |
0.75 27 Sep 2008 11:47:32 |
rafan |
- Update to 0.75
- Add regression-test target |
0.74_3 05 Jul 2008 03:54:53 |
rafan |
- Bump PORTREVISION for devel/apr update
PR: ports/125276
Submitted by: rodrigc |
0.74_2 30 Jun 2008 12:36:56 |
lev |
Bump PORTREVISION due to subversion upgrade. |
0.74_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. |
0.74_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) |
0.74 04 Jun 2008 03:05:11 |
rafan |
- Update to 0.74 |
0.73 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) |
0.73 20 Mar 2007 15:54:55 |
rafan |
- Update to 0.73 |
0.72 18 Jan 2007 18:42:02 |
rafan |
- Add missing WWW
- Correct WWW entry in devel/svk |
0.72 03 Nov 2006 22:27:29 |
rafan |
- Update to 0.72 |
0.71 04 Oct 2006 06:52:00 |
rafan |
- Update to 0.71 |
0.70 02 Sep 2006 15:18:25 |
rafan |
- Update to 0.70 |
0.68 21 Jul 2006 17:56:08 |
rafan |
- Use modules directory instead of authors |
0.68 27 Jun 2006 03:58:58 |
rafan |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
0.68 07 Feb 2006 03:31:16 |
clsung |
- Update to 0.68
PR: 92935
Submitted by: maintainer |
0.67 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.67 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) |
0.67 08 Oct 2005 04:53:29 |
mnag |
Update to 0.67
PR: 87102
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) |
0.66 28 Aug 2005 13:16:47 |
novel |
Update to 0.66.
PR: 85114
Submitted by: Rong-En Fan (maintainer) |
0.64 01 Aug 2005 03:36:22 |
kuriyama |
- Fix dependency on p5-TimeDate, not p5-DateTime.
- Upgrade to 0.64.
Approved by: maintainer |
0.63 03 Jul 2005 15:06:03 |
novel |
- update to 0.63
- add two new dependencies
PR: 82914
Submitted by: Rong-En Fan (maintainer) |
0.61 12 May 2005 03:42:12 |
novel |
Update to 0.61
PR: 80909
Submitted by: Rong-En Fan (maintainer) |
0.60 30 Apr 2005 08:42:48 |
clsung |
- update to 0.60
PR: 80470
Submitted by: Rong-En Fan (maintainer) |
0.59 27 Apr 2005 12:28:59 |
novel |
Update to 0.59
PR: 80385
Submitted by: Rong-En Fan (maintainer) |
0.58 19 Apr 2005 16:21:56 |
novel |
Update to 0.58.
PR: 80110
Submitted by: Rong-En Fan (maintainer) |
0.57 04 Apr 2005 06:35:36 |
clsung |
- update to 0.57
PR: 79422
Submitted by: Rong-En Fan (maintainer) |
0.56 02 Mar 2005 06:50:52 |
clsung |
- Update to 0.56
PR: 78276
Submitted by: Rong-En Fan (maintainer) |
0.55 02 Feb 2005 08:54:38 |
clsung |
- Update to 0.55, required by SVK 0.29
PR: ports/76991
Submitted by: Rong-En Fan (maintainer) |
0.54 11 Jan 2005 04:12:05 |
ijliao |
upgrade to 0.54
PR: 76047
Submitted by: maintainer |
0.51 22 Dec 2004 20:09:33 |
vanilla |
Upgrade to 0.51.
PR: ports/75360
Submitted by: maintainer |
0.50 12 Nov 2004 01:21:44 |
clsung |
- Update to 0.50, required by svk 0.26
PR: ports/73816
Submitted by: Rong-En Fan (maintainer) |
0.49_1 25 Oct 2004 16:34:54 |
clsung |
- VCP-autrijus contains many bugfix for VCP 0.9
while VCP is not going to releases 1.0 soon,
switch to this snapshot helps devel/svk's user
much.
- bump PORTREVISION
PR: ports/73123
Submitted by: Rong-En Fan (maintainer)
Approved by: co-mentor (vanilla) |
0.49 19 Oct 2004 06:53:52 |
clsung |
- update to 0.49
PR: ports/72855
Submitted by: maintainer (Rong-En Fan <rafan AT infor dot org>)
Approved by: co-mentor (vanilla) |
0.48 13 Oct 2004 14:54:21 |
clsung |
- update to 0.48, required by svk 0.22
PR: ports/72618
Submitted by: Rong-En Fan <rafan AT infor dot org>
Approved by: co-mentor (vanilla) |
0.47 12 Oct 2004 12:45:00 |
clsung |
- Update to 0.47
- needed by SVK 0.21.
PR: ports/71970
Submitted by: Rong-En Fan <rafan AT infor dot org>
Approved by: mentor (vanilla) |
0.43 22 Aug 2004 11:02:28 |
lth |
- Update to 0.43
PR: ports/70765
Submitted by: maintainer |
0.42 13 Aug 2004 14:13:19 |
arved |
Update to 0.42
PR: 70351
Submitted by: Rong-En Fan <rafan@infor.org> |
0.41_1 11 Aug 2004 08:40:38 |
ijliao |
fix depend list
PR: 70291
Submitted by: maintainer |
0.41 11 Aug 2004 08:28:27 |
ijliao |
upgrade to 0.41
pass maintainership
PR: 70125
Submitted by: Rong-En Fan <rafan@infor.org> (new maintainer)
Approved by: old maintainer |
0.38 19 Jul 2004 13:35:12 |
ijliao |
upgrade to 0.38
PR: 69263
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer |
0.37 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.35 16 May 2004 01:06:51 |
vanilla |
Build dependencies are not correctly set regarding p5-SVN-Simple. Indeed, the
Makefile references a file that is not installed by p5-SVN-Simple.
PR: ports/66631
Submitted by: Herve Quiroz <herve.quiroz_at_esil_dot_univ-mrs dot fr>
Approved by: maintainer |
0.35 11 May 2004 02:58:43 |
vanilla |
Upgrade to 0.35.
PR: ports/66224
Submitted by: maintainer |
0.29 16 Mar 2004 16:53:50 |
vanilla |
Add p5-SVN-Mirror 0.29, mirror Remote Subversion Repository to local.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org> |