| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
0.09
|
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) |
03 May 2012 02:51:49
0.09
|
swills  |
- Add TEST_DEPENDS
Approved by: portmgr (blanket) |
17 Sep 2011 07:06:45
0.09
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
11 May 2011 07:35:26
0.09
|
sunpoet  |
- Update to 0.09
Changes:
http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/Changes |
19 Mar 2011 12:38:54
0.08
|
miwi  |
- Get Rid MD5 support |
15 Dec 2009 06:27:40
0.08
|
pgollucci  |
- Update to 0.08 |
16 Aug 2009 09:22:05
0.07
|
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
24 Aug 2008 21:19:50
0.07
|
lbr  |
Update to 0.07 |
17 Apr 2008 14:30:31
0.05
|
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) |
08 Sep 2007 01:10:46
0.05
|
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 |
05 Jan 2007 18:56:56
0.05
|
lbr  |
Update to 0.05 |
17 Jul 2006 17:23:13
0.04
|
lbr  |
Remove test modules from dependency list to help p5-Task-Catalyst NOT blow
up awk with make search. |
11 Jul 2006 17:54:59
0.04
|
lbr  |
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules). |
01 May 2006 13:52:00
0.04
|
lbr  |
Changing email-address on my 80 ports.
Approved by: erwin (mental) |
26 Mar 2006 20:26:37
0.04
|
sem  |
- Update to 0.04
PR: ports/94968
Submitted by: maintainer |
20 Feb 2006 20:50:22
0.03
|
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
22 Jan 2006 02:58:25
0.03
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
12 Dec 2005 14:22:06
0.03
|
erwin  |
Role based access control is very simple: every user has a list of
roles, which that user is allowed to assume, and every restricted part
of the app makes an assertion about the necessary roles.
If the user is a member in all of the required roles access is granted.
Otherwise, access is denied.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles
PR: ports/90272
Submitted by: Lars Balker Rasmussen <lars@balker.dk> |