aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Mock
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371255
* - add stage supportAndrej Zverev2014-01-292-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341764
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326900
* - Update to 1.45Felippe de Meirelles Motta2012-11-062-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307089
* - Fix typo in BUILD_DEPENDSFelippe de Meirelles Motta2012-04-091-1/+2
| | | | | | | | Reported by: pav Feature safe: yes Notes: svn path=/head/; revision=294437
* - Update to 1.43.Felippe de Meirelles Motta2012-04-053-4/+17
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294257
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-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 Notes: svn path=/head/; revision=289563
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Update to 1.41Felippe de Meirelles Motta2011-08-012-3/+3
| | | | | | | | PR: ports/158193 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=278662
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.39.Felippe de Meirelles Motta2008-11-282-4/+4
| | | | Notes: svn path=/head/; revision=223475
* - Take maintainership.Felippe de Meirelles Motta2008-09-051-1/+1
| | | | Notes: svn path=/head/; revision=219875
* Reset espen@tagestad.no due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219706
* - Update to 1.36.Felippe de Meirelles Motta2008-03-162-7/+6
| | | | | | | | | PR: ports/120391 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=209151
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 1.34Mathieu Arnold2006-08-243-8/+4
| | | | | | | | | | maintainer timeout (3 weeks) PR: 101036 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=171307
* - Update to 1.32Marcus Alves Grando2006-03-183-4/+6
| | | | | | | | PR: 94445 Submitted by: maintainer Notes: svn path=/head/; revision=157597
* 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=154109
* Add p5-DBD-Mock, a simple mock DBD implementation used for testingEmanuel Haupt2005-12-084-0/+50
PR: 89835 Submitted by: Espen Tagestad <espen@tagestad.no> Notes: svn path=/head/; revision=150646