Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10024,3 22 Oct 2024 21:58:34 |
Po-Chuan Hsieh (sunpoet) |
www/p5-Catalyst-Plugin-Authentication: Update to 0.10024
Changes: https://metacpan.org/dist/Catalyst-Plugin-Authentication/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) |
0.10023_2,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.10023_2,3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.10023_2,3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10023_2,3 24 Feb 2019 09:00:51 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
0.10023_2,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.10023_2,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.10023_2,3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.10023_2,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 ) |
07 Nov 2013 08:28:22
|
vanilla |
support STAGEDIR. |
0.10023_1,3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.10023_1,3 07 Sep 2013 10:20:04 |
sunpoet |
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
- Sort PLIST |
0.10023,3 06 Sep 2013 10:13:14 |
tobez |
Update to 0.10023.
Changes:
http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes |
0.10019,3 05 Sep 2013 03:37:41 |
sunpoet |
- Update PORTSCOUT
- Cleanup Makefile header |
0.10019,3 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.10019,3 17 Dec 2012 12:24:19 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.10019,3 29 Apr 2012 10:04:32 |
sunpoet |
- Update to 0.10019
- Sort TEST_DEPENDS
Changes:
http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes |
0.10018,3 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.10018 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.10018,3 13 Jan 2012 04:48:29 |
sunpoet |
- Update to 0.10018
- Add TEST_DEPENDS
- Remove test_requires removal of Makefile.PL in post-extract:
Changes:
http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes |
0.10017_1,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 |
0.10017_1,3 11 Sep 2011 06:12:38 |
sunpoet |
- Promote Moose requirement to 2.0+ which includes Class::MOP |
0.10017_1,3 20 Jun 2011 09:22:15 |
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 |
0.10017_1,3 07 Jun 2011 09:13:15 |
az |
Update devel/p5-Moose to version 2.0007
Changelog: http://cpansearch.perl.org/dist/Moose/Changes
See also UPDATING entry 20110607 about this. |
0.10017,3 21 Feb 2011 02:28:19 |
leeym |
- update to 0.10017
0.10017 24 Jan 2010
- Fix failing tests with the new PSGI Catalyst dev release |
0.10016,3 23 Dec 2010 01:14:25 |
pgollucci |
- set some PORTSCOUT vars |
0.10016,3 23 Jan 2010 06:23:17 |
wen |
- Update to 0.10016 |
0.10015,3 04 Sep 2009 06:35:59 |
skv |
Update to 0.10015
Changes:
http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Plugin-Authentication-0.10015/Changes |
0.10014,3 25 Aug 2009 19:05:38 |
az |
Update to 0.10014
Changelog:
http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Plugin-Authentication-0.10014/Changes |
0.10013,3 16 Aug 2009 10:32:20 |
skv |
Update to 0.10013
Changes:
http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Plugin-Authentication-0.10013/Changes |
0.100091,2 16 Aug 2009 09:22:05 |
linimon |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.100091,2 23 Jul 2009 17:28:56 |
pgollucci |
- Update to 0.100091
PR: ports/136575
Approved by: maintainer timeout (lbr; 14 days)
Submitted by: myself (pgollucci@) |
0.10012_1,2 19 Jun 2009 20:01:13 |
pgollucci |
- Really fix the plist this time |
0.10012_1,2 19 Jun 2009 19:47:37 |
pgollucci |
- Fix previous commit
Pointyhat to: pgollucci
Approved by: maintainer (lbr; implicit) |
0.10012,2 19 Jun 2009 19:09:08 |
pgollucci |
- Update to 0.10012
- Bump PORTEPOCH
PR: ports/135708
Approved by: maintainer (lbr)
Submitted by: Denis Pokataev <catone@cpan.org> |
0.100091,1 15 Jun 2009 21:14:23 |
pgollucci |
- Update to 0.100091
PR: ports/135112
Approved by: maintainer timeout (lbr; 2 weeks 1 day)
Submitted by: pgollucci@ (myself) |
0.10011,1 22 Mar 2009 01:35:58 |
lbr |
Update to 0.10011 |
0.100092 24 Jan 2009 12:01:30 |
lbr |
Update to 0.100092 |
0.100091 06 Dec 2008 00:17:46 |
lbr |
Update to 0.100091 |
0.10008 27 Oct 2008 10:06:27 |
lbr |
Update to 0.10008 |
0.10007 24 Aug 2008 21:07:21 |
lbr |
Update to 0.10007 |
0.10006 18 Feb 2008 17:57:53 |
lbr |
Update to 0.10006 |
0.10005 25 Jan 2008 14:51:19 |
lbr |
Update to 0.10005 |
0.10004 11 Dec 2007 21:09:16 |
lbr |
Update to 0.10004 |
0.10002 08 Sep 2007 01:10:46 |
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 |
0.10002 22 Jul 2007 08:39:36 |
lbr |
Update to 0.10002 |
0.10001 20 Jul 2007 07:32:22 |
lbr |
Update to 0.10001 |
0.10000 12 Jul 2007 09:37:39 |
lbr |
Update to 0.10000 |
0.09 03 Aug 2006 10:58:55 |
lbr |
update to 0.09
PR: 101180
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
0.08 29 Jul 2006 21:36:15 |
lbr |
Update to 0.08 |
0.07 11 Jul 2006 17:54:59 |
lbr |
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules). |
0.07 01 May 2006 13:52:00 |
lbr |
Changing email-address on my 80 ports.
Approved by: erwin (mental) |
0.07 26 Mar 2006 20:16:58 |
sem |
- Update to 0.07
PR: ports/94961
Submitted by: maintainer |
0.05 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.05 02 Jan 2006 10:15:00 |
erwin |
Update to 0.05
PR: 91197
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
0.04 12 Dec 2005 14:12:10 |
erwin |
The authentication plugin provides generic user support. It is the basis
for both authentication (checking the user is who they claim to be), and
authorization (allowing the user to do what the system authorises them
to do).
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
PR: ports/90271
Submitted by: Lars Balker Rasmussen <lars@balker.dk> |