aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-AuthCookie
Commit message (Collapse)AuthorAgeFilesLines
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-10/+4
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-0/+1
| | | | Notes: svn path=/head/; revision=280086
* - Update to 3.18Sunpoet Po-Chuan Hsieh2011-06-143-8/+9
| | | | | | | | | | - Sort MAN3 - Add WWW Changes: http://search.cpan.org/dist/Apache-AuthCookie/Changes Notes: svn path=/head/; revision=275587
* mod_perl2 was updated, this changes are needet to preventOlli Hauer2011-05-221-0/+1
| | | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=274481
* - add additional check for APACHE_VERSION, elseOlli Hauer2011-02-211-4/+5
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=269459
* - Update to 3.15Philip M. Gollucci2010-12-173-5/+5
| | | | | | | | | - Remove MD5 With Hat: perl@ Notes: svn path=/head/; revision=266522
* - Update to 3.14Philip M. Gollucci2010-06-102-9/+8
| | | | | | | With Hat: perl@ Notes: svn path=/head/; revision=256263
* - Fix pkg-plistPhilip M. Gollucci2009-04-122-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=232149
* Update to 3.12Mathieu Arnold2008-04-173-8/+8
| | | | Notes: svn path=/head/; revision=211443
* Update to 3.11Mathieu Arnold2008-03-282-6/+5
| | | | Notes: svn path=/head/; revision=210016
* * update to 3.10Sergey Skvortsov2006-06-052-8/+10
| | | | | | | | | * cleanup skeleton Changes: http://search.cpan.org/src/MSCHOUT/Apache-AuthCookie-3.10/Changes Notes: svn path=/head/; revision=164445
* - Update from v3.08 to v3.09Aaron Dalton2006-05-302-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=164016
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149462
* - Define APACHE_COMPATClement Laforet2005-09-191-0/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=143148
* Update the pkg-plist to catch the Apache2 files as well.Philip Paeps2005-05-261-0/+2
| | | | | | | | Spotted by: pointyhat via kris Approved by: tobez Notes: svn path=/head/; revision=136223
* Update to 3.08Philip Paeps2005-05-232-6/+5
| | | | | | | | | This fixes the breakage introduced by the recent changes in the mod_perl2 API. Approved by: tobez Notes: svn path=/head/; revision=135941
* - Mark ports BROKEN when/if they depend on mod_perl2.Sergey Matveychuk2005-05-171-0/+1
| | | | | | | With current mod_perl2 API change all old code *will* broken. Notes: svn path=/head/; revision=135501
* Update to 3.06Erwin Lansing2005-04-042-3/+3
| | | | | | | | | Which fixes: PR: 79383 Submitted by: Rohit Nafday <rohit@rescomp.berkeley.edu> Notes: svn path=/head/; revision=132467
* Add/Delete missed files.Sergey Matveychuk2004-09-022-0/+10
| | | | Notes: svn path=/head/; revision=117896
* Update to 3.05Sergey Matveychuk2004-09-023-16/+11
| | | | | | | | | | Build with mode_perl2 PR: ports/63856 Submitted by: Alex Varju <varju (at) webct.com> Notes: svn path=/head/; revision=117895
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-2/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* utilize SITE_PERLYing-Chieh Liao2003-10-242-8/+7
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update port: www/p5-Apache-AuthCookieEdwin Groothuis2003-06-065-36/+14
| | | | | | | | | | Update Apache::AuthCookie from 2.011 to 3.04 PR: ports/50608 Submitted by: Leif Pedersen <pedersen@meridian-enviro.com> Notes: svn path=/head/; revision=82355
* Add missing directory to PLISTYen-Ming Lee2003-02-222-0/+2
| | | | | | | | | | | | bump PORTREVISION Noticed by: bento PR: 48538 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=76149
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Fix dependsPatrick Li2002-12-151-3/+3
| | | | | | | | PR: ports/46276 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=71660
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+3
| | | | Notes: svn path=/head/; revision=38917
* Bad will, don't put manpage references in the PLIST! Bad! No moreWill Andrews2001-01-012-1/+1
| | | | | | | | committing until you fix that p5-Class-Tom error too! Put manpages in the Makefile like you're supposed to! Notes: svn path=/head/; revision=36568
* Add missed dependencies on Apache and mod_perl.Will Andrews2001-01-011-0/+5
| | | | Notes: svn path=/head/; revision=36558
* Add p5-Apache-AuthCookie 2.011, a perl module to provide custom forms forWill Andrews2001-01-016-0/+75
reauthentication. Notes: svn path=/head/; revision=36557