CVS log for ports/www/p5-Apache-AuthCookie/Makefile
Up to [FreeBSD] / ports / www / p5-Apache-AuthCookie
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jan 1 16:47:39 2012 UTC (5 weeks, 5 days ago) by ohauer
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -10 lines
- change required APACHE version from 13+ to 20+ (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 20 17:27:49 2011 UTC (5 months, 3 weeks ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jun 14 19:52:42 2011 UTC (7 months, 4 weeks ago) by sunpoet
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -5 lines
- Update to 3.18 - Sort MAN3 - Add WWW Changes: http://search.cpan.org/dist/Apache-AuthCookie/Changes
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun May 22 22:23:14 2011 UTC (8 months, 3 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
mod_perl2 was updated, this changes are needet to prevent dependency loops - fix mod_perl/mod_perl2 dependency - p5-Apache-Reload is now included in mod_perl2 - make usage of CPAN author macro - bump portrevision commit with hat apache@
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Feb 21 23:10:50 2011 UTC (11 months, 2 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -4 lines
- add additional check for APACHE_VERSION, else the port will build wrong if MODPERL2 is not defined amd apache20 or apache22 is the default. - no PORTREVISION bump! PR: ports/154871 Submitted by: myself Approved by: pgollucci
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 17 20:16:44 2010 UTC (13 months, 3 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
- Update to 3.15 - Remove MD5 With Hat: perl@
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jun 10 01:35:44 2010 UTC (20 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -6 lines
- Update to 3.14 With Hat: perl@
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Apr 12 00:05:28 2009 UTC (2 years, 10 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
- Fix pkg-plist - Bump PORTREVISION
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 17 12:52:06 2008 UTC (3 years, 9 months ago) by mat
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Update to 3.12
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 28 14:44:29 2008 UTC (3 years, 10 months ago) by mat
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3 lines
Update to 3.11
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 5 13:32:20 2006 UTC (5 years, 8 months ago) by skv
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -6 lines
* update to 3.10 * cleanup skeleton Changes: http://search.cpan.org/src/MSCHOUT/Apache-AuthCookie-3.10/Changes
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 30 22:38:20 2006 UTC (5 years, 8 months ago) by aaron
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
- Update from v3.08 to v3.09
- Update maintainer
- Add perl5 to list of categories
Approved by: tobez (implicit)
Version: 3.09
- POD doc fixes.
- MP2: remove _check_request_req() - this was only necessary when
running under both MP1 and MP2. Package name change eliminates the
need for this.
- test suite converted to Test::More style test suites.
- descriptive test descriptions added
- make login() stash credentials in $r->pnotes("${AuthName}Creds") so
that the login form can access the user-supplied credentials if the
login fails.
- bug fix: use of Apache2::URI::unescape_url() does not handle
'+' to ' ' conversion. This caused problems for credentials
that contain spaces.
- MP2: remove mod_perl features from "use mod_perl2" line. This is
no longer supported by mod_perl2.
- MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes
several form data handling bugs)
- In a subrequest, copy $r->prev->user to $r->user (or r->connection->user
for MP1).
- remove Apache2::AuthCookie::Util - no longer necessary
- multi-valued form fields are now handled properly in POST -> GET conversion
- MP2: require CGI.pm 3.12 or later
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 19 11:52:13 2005 UTC (6 years, 4 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
- Define APACHE_COMPAT It fixed INDEX build with next exp-build patchset and prepare a smooth migration to bsd.apache.mk It's a no-op for now. Approved by: portmgr (self)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon May 23 09:55:36 2005 UTC (6 years, 8 months ago) by philip
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -4 lines
Update to 3.08 This fixes the breakage introduced by the recent changes in the mod_perl2 API. Approved by: tobez
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 17 17:18:21 2005 UTC (6 years, 8 months ago) by sem
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
- Mark ports BROKEN when/if they depend on mod_perl2. With current mod_perl2 API change all old code *will* broken.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 4 13:08:51 2005 UTC (6 years, 10 months ago) by erwin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to 3.06 Which fixes: PR: 79383 Submitted by: Rohit Nafday <rohit@rescomp.berkeley.edu>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 2 06:19:57 2004 UTC (7 years, 5 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -4 lines
Update to 3.05 Build with mode_perl2 PR: ports/63856 Submitted by: Alex Varju <varju (at) webct.com>
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Nov 7 09:12:57 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
Use the new Apache bits from bsd.port.mk. Submitted by: dinoex
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:04:31 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 6 12:18:45 2003 UTC (8 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
Update port: www/p5-Apache-AuthCookie Update Apache::AuthCookie from 2.011 to 3.04 PR: ports/50608 Submitted by: Leif Pedersen <pedersen@meridian-enviro.com>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 22 14:41:13 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Add missing directory to PLIST bump PORTREVISION Noticed by: bento PR: 48538 Submitted by: Erwin Lansing <erwin@lansing.dk>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:15:30 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
De-pkg-comment.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Dec 15 19:47:07 2002 UTC (9 years, 1 month ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Fix depends PR: ports/46276 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:48:27 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:47:20 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 1 06:36:51 2001 UTC (10 years, 11 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -5 lines
Remove do-configure section, use PERL_CONFIGURE now.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 1 11:06:09 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Bad will, don't put manpage references in the PLIST! Bad! No more committing until you fix that p5-Class-Tom error too! Put manpages in the Makefile like you're supposed to!
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 1 08:40:58 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1 lines
Add missed dependencies on Apache and mod_perl.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 1 08:28:28 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Add p5-Apache-AuthCookie 2.011, a perl module to provide custom forms for reauthentication.
