aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Password
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-061-2/+2
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Reassign databases/ perl modules to perl@.adamw2015-05-104-18/+6
| | | | | | | | | | | | | | | | | | Also: - Sort plists - Sort DEPENDS - Add TEST_DEPENDS where necessary - p5-Class-DBI-DDL: switch to USE_PERL5=configure - Remove unnecessary or unusual stuff from pkg-descr's - Regenerate patches using makepatch where necessary - Based on the description from p5-DBIx-Password (most of which I've excised), it isn't clear whether this module even works when it's built non-interactive - p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS as well - p5-T2: Fails 'make test' (as it did before). The module isn't even present on CPAN or Meta::CPAN, and should probably be considered for deletion
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Cleanup plistbapt2014-10-201-3/+0
|
* Support STAGEDIR.vanilla2013-11-032-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | databases)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-1/+1
|
* - Make this non-INTERACTIVE by patching out the prompt unconditionallyswills2012-02-292-6/+0
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* The port asks the user a question. Tools like portmaster need tolbr2012-01-091-0/+2
| | | | | | | know this so that they can inform the user. PR: 162070 Submitted by: Doug Barton <dougb@freebsd.org>
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Add cpan site to WWWehaupt2010-01-231-0/+2
| | | | - Fix indentation, fmt -w 80
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-2/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Update to 1.9mat2008-05-262-5/+4
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-031-11/+4
| | | | with letter b-f
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
|
* - Add SHA256pav2005-11-241-0/+1
|
* Reset bouncing maintainer address. Sorry to see you go.linimon2005-09-101-1/+1
| | | | Hat: portmgr
* Actually honor BATCH mode - skip the interactive definition of virtualroam2004-12-142-1/+16
| | | | | | users. Approved by: maintainer
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* fix port: databases/p5-DBIx-Passwordedwin2004-01-102-0/+4
| | | | | | | | | remove extra file and directories. Informed maintainer. PR: ports/61061 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* utilize SITE_PERLijliao2003-10-242-3/+2
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Conditionalise dependencies on databases/p5-DBI: for perlerwin2003-09-161-3/+11
| | | | | | | | | | | 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)
* De-pkg-comment.knu2003-02-212-1/+1
|
* add p5-DBIx-Password 1.8ijliao2002-05-295-0/+43
Allows you to create a global password file for DB passwords PR: 36066 Submitted by: Autrijus Tang <autrijus@egb.elixus.org>