Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3520 15 Jan 2023 01:30:59 |
Wen Heping (wen) |
www/p5-Dancer: Update to 1.3520
Add missing TEST_DEPENDS |
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) |
1.3513_1 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 ) |
1.3513_1 16 Apr 2022 04:19:43 |
Po-Chuan Hsieh (sunpoet) |
www/p5-Dancer: Fix *_DEPENDS
- Add PORTSCOUT
- Convert to options dependency helper
- Fix indent
- Bump PORTREVISION for dependency change |
1.3513 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.3513 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
1.3513 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3513 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3513 30 Nov 2020 23:12:30 |
dvl |
Update to 1.3513
PR: 251281
Submitted by: dave.raynor@gmail.com
Approved by: maintainer (via private email) |
1.3512 28 Jun 2019 10:01:46 |
wen |
- Update to 1.3512
PR: 236650
Submitted by: wenheping2000@hotmail.com(myself)
Approved by: maintainer(timeout, > 3 months) |
1.3500 05 Dec 2018 01:09:28 |
wen |
- Update to 1.3500
Changes: https://metacpan.org/changes/distribution/Dancer
PR: 232213
Submitted by: wenheping2000@hotmail.com
Approved by: maintainer(timeout, > 50 days) |
1.3400 27 Jul 2018 07:42:18 |
wen |
- Update to 1.3400
Changes: https://metacpan.org/changes/distribution/Dancer
PR: 229755
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >= 14 days) |
1.3202 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
1.3202 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 |
1.3202 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.3202 02 Jun 2016 19:50:51 |
pi |
www/p5-Dancer: remove RUN_DEPENDS on devel/p5-Devel-Hide
PR: 209262
Submitted by: adamw
Pointy hat to: pi |
1.3202 02 Jun 2016 19:35:07 |
pi |
www/p5-Dancer: 1.3138 -> 1.3202
Changes:
http://cpansearch.perl.org/src/BIGPRESH/Dancer-1.3202/Changes
PR: 209262
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Approved by: kuriyama (maintainer timeout) |
1.3138 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3138 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 |
1.3138 20 Jun 2015 11:31:11 |
kuriyama |
- Upgrade to 1.3138 (including some security issues).
PR: ports/157869
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
References: http://lists.preshweb.co.uk/pipermail/dancer-users/2015-June/004621.html |
1.3132_1 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 ) |
1.3132 20 Nov 2014 13:27:52 |
kuriyama |
- Upgrade to 1.3132. |
1.3120 12 Jan 2014 09:08:26 |
kuriyama |
- Upgrade to 1.3120. |
1.3119_1 24 Nov 2013 16:43:54 |
az |
- add missed runtime dep on Module::Runtime
With hat: perl@ |
1.3119 17 Nov 2013 09:18:09 |
az |
- no need in MAN1 after stagify
Approved by: maintainer (no response to email) |
1.3119 08 Nov 2013 01:10:01 |
kuriyama |
- Upgrade to 1.3119. |
1.3117 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3117 10 Aug 2013 14:39:07 |
kuriyama |
- Upgrade to 1.3117. |
1.3115 25 Jun 2013 16:59:11 |
zi |
- Update to 1.3115
- Convert to new 'created by' header
PR: ports/179464
Submitted by: Andy Walker <awalker@sourcefire.com>
Approved by: maintainer timeout (2+ weeks) |
1.3110 20 Oct 2012 03:28:31 |
kuriyama |
- Upgrade to 1.3110.
Feature safe: yes |
1.3100 31 Aug 2012 10:00:30 |
kuriyama |
- Upgrade to 1.3100. |
1.3099 24 Aug 2012 00:46:39 |
kuriyama |
- Upgrade to 1.3099. |
1.3097_1 22 Jul 2012 16:18:37 |
kuriyama |
- Fix missing default option in prev commit. |
1.3097 22 Jul 2012 14:43:53 |
kuriyama |
- Upgrade to 1.3097. |
1.3095 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
1.3095 27 May 2012 07:50:24 |
kuriyama |
- Upgrade to 1.3095. |
1.3093 11 Mar 2012 10:04:08 |
kuriyama |
- Upgrade to 1.3093.
Feature safe: yes |
1.3091 31 Dec 2011 23:44:06 |
kuriyama |
- Upgrade to 1.3091. |
1.3080 22 Nov 2011 01:10:41 |
kuriyama |
- Upgrade to 1.3080.
Feature safe: yes |
1.3072 31 Aug 2011 09:10:18 |
kuriyama |
- Upgrade to 1.3072. |
1.3071 06 Aug 2011 13:01:22 |
kuriyama |
- Upgrade to 1.3071. |
1.3060 05 Jul 2011 23:03:23 |
kuriyama |
- Upgrade to 1.3060. |
1.3040 19 May 2011 13:40:32 |
kuriyama |
- Upgrade to 1.3040. |
1.3030 15 Apr 2011 06:18:15 |
kuriyama |
- Upgrade to 1.3030. |
1.3020 27 Mar 2011 10:23:32 |
kuriyama |
- Upgrade to 1.3020. |
1.3011 25 Feb 2011 02:06:45 |
kuriyama |
- Upgrade to 1.3011 [1].
- Add $LICENSE [2].
PR: ports/154379 [1], ports/153321 [2]
Submitted by: Steve Wills <steve@mouf.net> [1],
Grzegorz Blach <magik@roorback.net> [2] |
1.2003 21 Dec 2010 03:02:03 |
kuriyama |
- Upgrade to 1.2003. |
1.2000 20 Nov 2010 13:51:38 |
kuriyama |
- Upgrade 1.2000.
Related to: ports/152371 |
1.176 11 Oct 2010 20:50:45 |
pgollucci |
OPTIONS+= YAML
PR: ports/149991
Submitted by: David Demelier <markand@malikania.fr>
Approved by: maintainer timeout (kuriyama ; 45 days) |
1.176 01 May 2010 15:21:41 |
kuriyama |
- Upgrade to 1.176. |
1.175 16 Apr 2010 13:55:15 |
kuriyama |
A minimal-effort oriented web application framework.
WWW: http://search.cpan.org/dist/Dancer/ |