aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Sunny
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-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) Notes: svn path=/head/; revision=481365
* - Update to 0.9991Wen Heping2018-07-243-4/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBIx-Sunny Notes: svn path=/head/; revision=475221
* - Update to 0.25Wen Heping2018-07-132-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBIx-Sunny Notes: svn path=/head/; revision=474593
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 0.24Sunpoet Po-Chuan Hsieh2017-09-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes Notes: svn path=/head/; revision=450822
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 0.23Sunpoet Po-Chuan Hsieh2017-04-042-5/+7
| | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes Notes: svn path=/head/; revision=437691
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-2/+2
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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-2/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 0.22Philippe Audeoud2014-07-012-4/+3
| | | | Notes: svn path=/head/; revision=360024
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-03-061-7/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=347305
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+3
| | | | Notes: svn path=/head/; revision=332592
* 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 new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Fix plistMartin Wilke2013-06-021-1/+0
| | | | | | | Reported by: pkg (PKG_DEVELOPER_MODE) Notes: svn path=/head/; revision=319673
* - Fix plistMartin Wilke2013-04-022-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=315670
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-5/+0
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309071
* Update to 0.21.Anton Berezin2012-12-102-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes Notes: svn path=/head/; revision=308595
* - Update to 0.17Sunpoet Po-Chuan Hsieh2012-06-282-10/+6
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes Notes: svn path=/head/; revision=300131
* - Update to 0.16Frederic Culot2012-06-092-8/+8
| | | | | | | | | | | - Move Capture::Tiny dependency to TEST_DEPENDS (only used for tests) - Test::Simple>=0.96 is not needed with Perl>=5.14 - Pet portlint(1) Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes Notes: svn path=/head/; revision=298820
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+9
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-9/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Add TEST_DEPENDSPhilip M. Gollucci2012-02-121-2/+3
| | | | | | | | | PR: ports/164458 Submitted by: swills Approved by: maintainer timeout (clsung ; 18 days) Notes: svn path=/head/; revision=290966
* - Update to 0.15Cheng-Lung Sung2011-12-192-3/+4
| | | | Notes: svn path=/head/; revision=287636
* DBIx::Sunny is a simple DBI wrapper. It provides better usability for you.Cheng-Lung Sung2011-10-184-0/+61
This module based on Amon2::DBI. DBIx::Sunny supports only SQLite and MySQL. Notes: svn path=/head/; revision=283752