aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV
Commit message (Collapse)AuthorAgeFilesLines
* databases/p5-DBD-CSV: Update to 0.58Wen Heping2021-04-282-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.57Sunpoet Po-Chuan Hsieh2021-01-032-5/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=560208
* - Update to 0.56Wen Heping2020-12-122-4/+4
| | | | Notes: svn path=/head/; revision=557776
* Update to 0.55Sunpoet Po-Chuan Hsieh2020-08-232-7/+7
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=545881
* Update to 0.54Sunpoet Po-Chuan Hsieh2018-10-302-4/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=483526
* 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 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.53Wen Heping2018-05-232-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=470670
* - Update to 0.51Wen Heping2018-03-312-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.51/ChangeLog Notes: svn path=/head/; revision=466035
* Fix version requirement of *_DEPENDSSunpoet Po-Chuan Hsieh2018-03-221-2/+2
| | | | Notes: svn path=/head/; revision=465308
* 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 *_DEPENDSSunpoet Po-Chuan Hsieh2016-11-051-1/+1
| | | | Notes: svn path=/head/; revision=425417
* Update to 0.49.Mathieu Arnold2016-06-213-9/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=417211
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add NO_ARCHDmitry Marakasov2015-05-311-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388088
* 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
* Update to 0.48.Adam Weinberger2015-02-142-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=378984
* - Update to 0.46Wen Heping2014-12-072-7/+6
| | | | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog - Update DEPENDS Notes: svn path=/head/; revision=374168
* 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-13/+0
| | | | Notes: svn path=/head/; revision=371255
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - update to 0.43Yen-Ming Lee2014-07-153-6/+22
| | | | Notes: svn path=/head/; revision=361878
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+4
| | | | 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
* - Update to 0.41Philippe Audeoud2013-08-012-4/+5
| | | | | | | | - Convert to new perl5 framework - Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.41/ChangeLog Notes: svn path=/head/; revision=324105
* Update to 0.38.Anton Berezin2013-01-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=310228
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309071
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - Update to 0.36Wen Heping2012-08-272-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.36/ChangeLog Notes: svn path=/head/; revision=303212
* - Add LICENSESunpoet Po-Chuan Hsieh2012-06-122-7/+17
| | | | | | | | - Add TEST_DEPENDS - Sort MAN3 and PLIST Notes: svn path=/head/; revision=299140
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Update to 0.35Wen Heping2012-05-252-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.35/ChangeLog Notes: svn path=/head/; revision=297381
* - Update to 0.34Philippe Audeoud2012-05-142-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.34/ChangeLog Notes: svn path=/head/; revision=296582
* - 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 0.33Wen Heping2011-09-082-6/+5
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.33/ChangeLog Notes: svn path=/head/; revision=281437
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update DEPENDS and improve MakefileWen Heping2010-09-271-3/+4
| | | | | | | Submitted by: frederic@culot.org (via Email) Notes: svn path=/head/; revision=261922
* - Update to 0.31Wen Heping2010-09-262-4/+4
| | | | Notes: svn path=/head/; revision=261863
* Update to 0.30.Anton Berezin2010-07-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=257563
* - update to 0.29Yen-Ming Lee2010-06-022-7/+7
| | | | Notes: svn path=/head/; revision=255587
* Update to 0.28.Anton Berezin2010-03-162-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=251134
* Update to 0.27.Anton Berezin2010-02-172-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Feature safe: yes Notes: svn path=/head/; revision=250008
* - Update to 0.26Lars Balker Rasmussen2009-11-283-9/+15
| | | | | | | | | | | - Tweak BUILD_DEPENDS to include minimum-required version of requisite ports - Flesh out pkg-descr PR: 140953 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=244889
* Update to 0.25.Anton Berezin2009-10-192-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=243052
* Reassign my p5-* ports to perl@ so more than one personErwin Lansing2009-01-291-1/+1
| | | | | | | can look at them. Notes: svn path=/head/; revision=227098
* - 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109