aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-DBI
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.11Sunpoet Po-Chuan Hsieh2011-10-082-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Apache-DBI/Changes Notes: svn path=/head/; revision=283199
* - 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 1.10Sunpoet Po-Chuan Hsieh2011-06-122-11/+13
| | | | | | | | | | | - Use PLIST_DIRSTRY: other p5-Apache-* also require %%SITE_PERL%%/Apache and %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache - Space/Tab twiddle Changes: http://search.cpan.org/dist/Apache-DBI/Changes Notes: svn path=/head/; revision=275409
* - p5-Apache-DBIOlli Hauer2011-05-221-1/+15
| | | | | | | | | do not allow to include ports direct, use SLAVE ports instead - aditional test APACHE_VERSION Notes: svn path=/head/; revision=274475
* - Update to 1.09Philip M. Gollucci2010-12-172-4/+3
| | | | | | | | | | - Remove MD5 With Hat: perl@ Changes: http://search.cpan.org/dist/Apache-DBI/Changes Notes: svn path=/head/; revision=266523
* - Send my final p5- ports to perl@Philip M. Gollucci2010-04-291-1/+1
| | | | Notes: svn path=/head/; revision=253432
* - Update to 1.08Philip M. Gollucci2010-02-172-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249985
* s,= ,/=t,gPhilip M. Gollucci2009-12-151-4/+4
| | | | Notes: svn path=/head/; revision=245828
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* DEPENDS_ARGS doesn't work with packages and even if it didPhilip M. Gollucci2008-08-282-10/+15
| | | | | | | | | | | | | | | | | | | | WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off. As such, we've split this port into MASTER (www/p5-Apache-DBI) and SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2). While here, cleanup the MASTER port a little - spell out the RUN_DEPENDS - remove USE_APACHE and let www/mod_perl* deal with it - pull the plist into Makefile Bump PORTREVISION Discussed with: pav on #bsdports Approved by: gabor (mentor) Notes: svn path=/head/; revision=219381
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* Remove 4.x workaroundErwin Lansing2007-07-031-8/+3
| | | | | | | | | PR: 113817 Submitted by: erwin Approved by: maintainer Notes: svn path=/head/; revision=194825
* - Update to 1.06, security updateCheng-Lung Sung2007-03-252-5/+4
| | | | | | | | | | | | | - Previously $Apache::AuthDBI::DEBUG = 0 was broken so that logging was effectively ALWAYS on in function debug(). This will also log passwords with no way to turn this off. PR: ports/110789 Submitted by: maintainer (Philip M. Gollucci) Notes: svn path=/head/; revision=188249
* - Fix dependenciesGabor Kovesdan2006-12-221-4/+6
| | | | | | | | | | | | - Bump PORTREVISION PR: ports/103813 Submitted by: Scot Hetzel <swhetzel@gmail.com> (with fixes from maintainer) Approved by: erwin (mentor), Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=180497
* - Update to 1.05Martin Wilke2006-12-032-4/+4
| | | | | | | | PR: ports/106257 Submitted by: "Philip M. Gollucci"<pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=178767
* - Update to 1.04Martin Wilke2006-11-012-4/+4
| | | | | | | | PR: ports/104742 Submitted by: Philip M. Gollucci"<pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=175991
* - Upgrade to 1.02Shaun Amott2006-08-072-7/+5
| | | | | | | | | | - Use "correct" CPAN URL(s). PR: ports/101539 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=170023
* * fix distfiles fetching - change MASTER_SITE_SUBDIRSergey Skvortsov2006-06-022-10/+6
| | | | | | | | | | | | | (note that correct distfile has different size and checksum) * simplify RUN_DEPENDS if WITH_MODPERL2 is defined PR: ports/98274 Submitted by: skv Approced by: maintainer Notes: svn path=/head/; revision=164210
* - update to 1.00Cheng-Lung Sung2006-05-302-5/+5
| | | | | | | | | | - This release of Apache-DBI fixes some serious/crtical bugs under mod_perl2. PR: ports/98081 Submitted by: maintainer (Philip M. Gollucci) Notes: svn path=/head/; revision=163956
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156536
* Force www/p5-Apache-DBI to work with www/apache22Vasil Dimov2006-01-242-12/+20
| | | | | | | | | PR: ports/91526 Submitted by: Paul Dlug <paul@aps.org> Approved by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer), garga (mentor) Notes: svn path=/head/; revision=154333
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update www/p5-Apache-DBI 0.94 -> 0.98, request maintainershipEdwin Groothuis2006-01-044-129/+6
| | | | | | | | | | | | | | | As I'm "maintaining" this port in the mod_perl community, take maintainership. Update this to 0.98 which also unbreaks AuthDBI.pm for mp2 post RC5. MY patch is sitting in files. This also adds some encryption options PR: ports/83980 Submitted by: Philip M. Gollucci <pgollucci@vegeta.p6m7g8.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=152718
* Unbreak after the mod_perl2 API dance.Philip Paeps2005-06-092-2/+123
| | | | | | | | Approved by: skv (maintainer) Obtained from: Philip M. Gollucci (pgollucci [at] p6m7g8.com) (largely) Notes: svn path=/head/; revision=137095
* - 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
* Fix pkg-plist.Sergey Skvortsov2004-12-231-0/+1
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=124988
* Updated to 0.94Sergey Skvortsov2004-03-282-2/+3
| | | | Notes: svn path=/head/; revision=105492
* Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing2003-09-161-1/+8
| | | | | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=89001
* Updated to 0.92Sergey Skvortsov2003-09-082-2/+2
| | | | | | | Pointed by: demon Notes: svn path=/head/; revision=88790
* Correct a typo in the previous patch.Dmitry Sivachenko2003-06-201-1/+1
| | | | | | | Submitted by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=83365
* Add WITH_MODPERL2 knob to build whis port with mod_perl2.Dmitry Sivachenko2003-06-201-2/+6
| | | | | | | | | PR: 53204 Submitted by: Tim Bishop <tim@bishnet.net> Maintainer timeout. Notes: svn path=/head/; revision=83345
* Update to 0.91Sergey Skvortsov2003-04-014-22/+27
| | | | | | | PR: 50333 Notes: svn path=/head/; revision=77923
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Updated to 0.89, take maintainership (approved by igor@zynaps.ru).Sergey Skvortsov2002-09-122-7/+4
| | | | | | | | PR: ports/39610 Submitted by: David Lay <dave@staff.netc.net.au> Notes: svn path=/head/; revision=66217
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+2
| | | | Notes: svn path=/head/; revision=38917
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Upgrade to 0.88.Vanilla I. Shu2001-01-253-3/+2
| | | | Notes: svn path=/head/; revision=37585
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-4/+5
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27430
* Adding p5-Apache-DBI version 0.87.Steve Price1999-12-275-0/+56
A Perl module sporting DBI persistent connection, authentication, and authorization. PR: 15614 Submitted by: Igor Vinokurov <igor@zynaps.ru> Notes: svn path=/head/; revision=24142