Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0051 07 Feb 2024 21:00:27 |
Rodrigo Osorio (rodrigo) |
www/p5-Plack: update to 1.0051
Changelog: https://metacpan.org/release/MIYAGAWA/Plack-1.0051/source/Changes
Port changes:
* Apply portfnt
* unbreak perl test (missing package) |
1.0050 10 Sep 2022 13:02:58 |
Po-Chuan Hsieh (sunpoet) |
www/p5-Plack: Update to 1.0050
Changes: https://metacpan.org/dist/Plack/changes |
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.0049 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.0049 04 Sep 2022 03:48:14 |
Po-Chuan Hsieh (sunpoet) |
www/p5-Plack: Update to 1.0049
Changes: https://metacpan.org/dist/Plack/changes |
1.0048 13 Oct 2021 05:39:54 |
Po-Chuan Hsieh (sunpoet) |
www/p5-Plack: Update to 1.0048
- Update version requirement of *_DEPENDS
Changes: https://metacpan.org/dist/Plack/changes |
1.0047 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.0047 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0047 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0047 26 Nov 2018 19:01:17 |
sunpoet |
Add LICENSE_FILE
- While I'm here:
- Fix indent
- Sort PLIST
Approved by: portmgr (blanket) |
1.0047 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.0047 10 Jun 2018 00:48:06 |
wen |
- Update to 1.0047
Changes: https://metacpan.org/changes/distribution/Plack
- Update DEPENDS
PR: 228452
Submitted by: wenheping2000@hotmail.com(myself)
Approved by: maintainer(timeout, > 14 days) |
1.0039_1 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.0039_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.0039_1 04 Apr 2017 07:57:05 |
sunpoet |
Remove Perl core modules
- Bump PORTREVISION for dependency change
With hat: perl |
1.0039 04 Apr 2017 07:38:48 |
sunpoet |
Fix *_DEPENDS
PR: 217414
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 1 month) |
1.0039 09 Dec 2016 16:53:25 |
robak |
www/p5-Plack: update 1.0036 -> 1.0039
PR: 204468
Submitted by: Andres Montalban <amontalban@gmail.com>
Approved by: maintainer timeout (kuriyama, 1 year) |
1.0036 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.0036 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.0036 14 Jun 2015 08:44:45 |
kuriyama |
- Upgrade to 1.0036. |
1.0034 16 Mar 2015 21:05:14 |
adamw |
Update to 1.0034.
Changes: https://metacpan.org/changes/distribution/Plack
PR: 197742
Approved by: maintainer timeout (1 month) |
1.0033_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.0033 20 Nov 2014 14:19:41 |
kuriyama |
- Upgrade to 1.0033. |
1.0030 11 Jan 2014 15:44:50 |
kuriyama |
- Upgrade to 1.0030. |
1.0029 04 Nov 2013 13:21:29 |
kuriyama |
- Upgrade to 1.0029. |
1.0028 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.0028 10 Aug 2013 15:28:42 |
kuriyama |
- Upgrade to 1.0028. |
1.0024 22 May 2013 14:55:12 |
kuriyama |
- Upgrade to 1.0024. |
1.0016 17 Feb 2013 23:25:35 |
kuriyama |
- Upgrade to 1.0016. |
1.0015 19 Jan 2013 10:18:20 |
kuriyama |
- Upgrade to 1.0015. |
1.0013 13 Jan 2013 02:35:48 |
kuriyama |
- Upgrade to 1.0013. |
1.0009 27 Oct 2012 11:59:47 |
kuriyama |
- Upgrade to 1.0009.
Feature safe: yes |
1.0006_1 20 Oct 2012 03:23:11 |
kuriyama |
Previous commit missed required dependency.
Feature safe: yes |
1.0006 20 Oct 2012 03:13:38 |
kuriyama |
- Upgrade to 1.0006.
Feature safe: yes |
1.0003 31 Aug 2012 09:59:32 |
kuriyama |
- Upgrade to 1.0003. |
1.0002 23 Aug 2012 12:08:09 |
kuriyama |
- Upgrade to 1.0002. |
1.0000 22 Jul 2012 14:07:03 |
kuriyama |
- Upgrade to 1.0000. |
0.9988 27 May 2012 08:02:37 |
kuriyama |
- Upgrade to 0.9988. |
0.9986 17 Mar 2012 00:10:27 |
kuriyama |
- Upgrade to 0.9986 (with minor modifications from PR).
PR: ports/166074
Submitted by: sunpoet
Feature safe: yes |
0.9985_1 04 Mar 2012 18:51:21 |
swills |
- Add TEST_DEPENDS
- Leave "#foo" file in place so that tests pass
Note: passes tests now
PR: ports/164973
Approved by: maintainer timeout (kuriyama, > 2 weeks) |
0.9985 22 Nov 2011 01:40:10 |
kuriyama |
- Upgrade to 0.9985.
Feature safe: yes |
0.9984 09 Oct 2011 01:18:05 |
kuriyama |
- Upgrade to 0.9984. |
0.9982 07 Aug 2011 07:43:27 |
kuriyama |
- Upgrade to 0.9982. |
0.9980 05 Jul 2011 23:03:46 |
kuriyama |
- Upgrade to 0.9980. |
0.9979 19 May 2011 13:53:04 |
kuriyama |
- Upgrade to 0.9979. |
0.9976 15 Apr 2011 06:20:37 |
kuriyama |
- Upgrade to 0.9976. |
0.9974 27 Mar 2011 10:17:55 |
kuriyama |
- Upgrade to 0.9974. |
0.9972 25 Feb 2011 02:36:30 |
kuriyama |
(forced commit)
- Upgrade to 0.9972.
PR: ports/154380
Submitted by: Steve Wills <steve@mouf.net> |
0.9972 25 Feb 2011 02:34:09 |
kuriyama |
- Upgrade to 0.9972. |
0.9959 25 Dec 2010 11:50:29 |
kuriyama |
- Upgrade to 0.9959. |
0.9958 21 Dec 2010 03:11:28 |
kuriyama |
- Upgrade to 0.9958. |
0.9952 04 Dec 2010 09:02:02 |
kuriyama |
- Upgrade to 0.9952. |
0.9951 30 Oct 2010 12:59:13 |
kuriyama |
- Upgrade to 0.9951. |
0.9950 09 Oct 2010 15:41:49 |
kuriyama |
- Upgrade to 0.9950. |
0.9946 04 Sep 2010 07:46:26 |
kuriyama |
- Upgrade to 0.9946. |
0.9944 15 Aug 2010 12:05:31 |
kuriyama |
- Upgrade to 0.9944. |
0.9943 01 Aug 2010 22:27:45 |
kuriyama |
- Upgrade to 0.9943. |
0.9941 19 Jul 2010 14:20:23 |
kuriyama |
- Upgrade to 0.9941. |
0.9937 16 May 2010 11:42:53 |
kuriyama |
- Upgrade to 0.9937. |
0.9933 01 May 2010 15:16:50 |
kuriyama |
- Upgrade to 0.9933. |
0.9932 20 Apr 2010 15:14:05 |
kuriyama |
- Upgrade to 0.9932. |
0.9930 16 Apr 2010 03:13:15 |
kuriyama |
- Upgrade to 0.9930. |
0.9929 01 Apr 2010 22:43:03 |
kuriyama |
- Upgrade to 0.9929. |
0.9927 30 Mar 2010 14:49:13 |
kuriyama |
- Upgrade to 0.9927. |
0.9925 28 Mar 2010 23:17:08 |
kuriyama |
- Upgrade to 0.9925. |
0.9920 25 Mar 2010 10:17:57 |
kuriyama |
- Upgrade to 0.9920. |
0.9915 12 Mar 2010 04:33:09 |
kuriyama |
- Upgrade to 0.9915. |
0.9031 14 Jan 2010 23:02:22 |
kuriyama |
- Upgrade to 0.9031. |
0.9030 11 Jan 2010 01:23:21 |
kuriyama |
- Upgrade to 0.9030. |
0.9025 31 Dec 2009 10:03:30 |
kuriyama |
- Upgrade to 0.9025. |
0.9024 20 Dec 2009 14:15:26 |
kuriyama |
- Upgrade to 0.9024. |
0.9022 15 Dec 2009 08:51:20 |
kuriyama |
- Upgrade to 0.9022.
PR: ports/141621
Submitted by: pgollucci |
0.9021 12 Dec 2009 11:30:10 |
kuriyama |
- Upgrade to 0.9021. |
0.9018 05 Dec 2009 13:57:28 |
kuriyama |
- Upgrade to 0.9018. |
0.9017 30 Nov 2009 00:06:30 |
kuriyama |
- Upgrade to 0.9017. |
0.9011 14 Nov 2009 01:37:34 |
kuriyama |
- Upgrade to 0.9011. |
0.9008 29 Oct 2009 15:14:02 |
kuriyama |
- Upgrade to 0.9006. |
0.9006 24 Oct 2009 23:58:57 |
kuriyama |
- Upgrade to 0.9006. |
0.9004 21 Oct 2009 23:10:11 |
kuriyama |
- Upgrade to 0.9004. |
0.9001 13 Oct 2009 13:57:47 |
kuriyama |
PSGI reference implementation and utilities.
WWW: http://search.cpan.org/dist/Plack/ |