summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/p5-DBD-SQLite: Update to 1.70Po-Chuan Hsieh2021-08-082-4/+4
| | | | Changes: https://metacpan.org/dist/DBD-SQLite/changes
* databases/p5-DBD-SQLite: Update to 1.68Po-Chuan Hsieh2021-07-253-8/+8
| | | | Changes: https://metacpan.org/dist/DBD-SQLite/changes
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.66Sunpoet Po-Chuan Hsieh2020-08-302-7/+7
| | | | Changes: https://metacpan.org/changes/distribution/DBD-SQLite
* Update to 1.64Sunpoet Po-Chuan Hsieh2019-08-122-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/DBD-SQLite
* - Update to 1.62Wen Heping2019-01-032-4/+4
|
* Update to 1.60Sunpoet Po-Chuan Hsieh2018-12-013-4/+6
| | | | | | - Add LICENSE_FILE Changes: https://metacpan.org/changes/distribution/DBD-SQLite
* 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)
* 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
* Update to 1.58Sunpoet Po-Chuan Hsieh2018-03-302-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Update to 1.56Sunpoet Po-Chuan Hsieh2018-03-012-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | Sponsored by: Absolight
* - Update to 1.54Wen Heping2016-12-242-4/+4
| | | | Changes: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.54/Changes
* - Update to 1.52Sunpoet Po-Chuan Hsieh2016-11-192-3/+4
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 1.50. Many changes since 1.48 so it's worth a read through theAdam Weinberger2016-02-132-3/+13
| | | | | | | | | | Changes file. Also, add a BUNDLED_SQLITE option, which defaults to on, to choose whether to use the included sqlite (as it has been) or the installed library from ports. Changes: https://metacpan.org/changes/distribution/DBD-SQLite
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-291-2/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-241-1/+0
| | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers).
* - Update to 1.48Sunpoet Po-Chuan Hsieh2015-06-133-3/+10
| | | | | | - Strip shared library Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-02-221-0/+2
|
* - Update to 1.46Sunpoet Po-Chuan Hsieh2015-01-013-6/+13
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 plistBaptiste Daroussin2014-10-201-7/+0
|
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* - Update to 1.42Sunpoet Po-Chuan Hsieh2014-03-252-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Support STAGEDIR.Vanilla I. Shu2013-11-032-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - Update to 1.40Philippe Audeoud2013-08-012-4/+5
| | | | | - Convert to new perl5 framework - Changelog: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.40/Changes
* Update to 1.39.Anton Berezin2013-06-103-9/+6
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* - Update to 1.37Sunpoet Po-Chuan Hsieh2012-06-092-3/+3
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* - Fix LICENSESunpoet Po-Chuan Hsieh2012-04-252-2/+3
| | | | | - Pet portlint - Add CPAN as primary WWW
* Update to 1.35.Anton Berezin2011-12-012-3/+4
| | | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes Feature safe: yes
* - update to 1.33Baptiste Daroussin2011-05-312-5/+6
| | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/ADAMK/DBD-SQLite-1.33/Changes The build system never find the local sqlite but uses the bundled one so remove the lib_depends on sqlite
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | is apparently having some trouble with email.
* - Update to 1.31Cheng-Lung Sung2010-11-053-19/+14
| | | | | PR: ports/151928 Submitted by: leeym
* - Update to 1.29Philip M. Gollucci2010-01-312-4/+4
| | | | | | PR: ports/142629 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (clsung; > 2 weeks)
* - Update to 1.27Cheng-Lung Sung2009-12-112-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* - Update to 1.25Cheng-Lung Sung2009-05-203-5/+7
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* - Update to 1.23Cheng-Lung Sung2009-05-133-45/+4
| | | | | PR: ports/133915 Submitted by: TERAMOTO Masahiro <markun_AT_onohara dot to>
* - Update to 1.14Cheng-Lung Sung2007-09-222-8/+7
|
* Remove 4.x workaround.Erwin Lansing2007-06-181-12/+3
|
* Fix dependency on [renamed] sqlite3.Anton Berezin2007-03-271-1/+1
| | | | | PR: 110905 Submitted by: leafy <leafy7382@gmail.com>
* Update to 1.13Mathieu Arnold2006-09-124-26/+11
|
* Update to 1.12.Anton Berezin2006-04-124-30/+21
|
* Switch to always using sqlite library from databases/sqlite3 port asAnton Berezin2006-03-222-6/+35
| | | | | | | | | | opposed to using the version of the library bundled with this port. Rationale: the recent versions of databases/sqlite3 introduced incompatible changes to the DB file format, and we'd like to keep interoperability between this port and databases/sqlite3. Reported by: edwin PR: 94668
* Make it always use bundled sqlite source, since it does not work well ifAnton Berezin2006-02-112-2/+4
| | | | it finds and uses installed databases/sqlite library.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 1.11.Anton Berezin2005-12-042-4/+4
|
* Fix build error on 4.x with perl5.005.Norikatsu Shigemura2005-12-031-0/+41
|
* Update to 1.10Erwin Lansing2005-12-022-4/+4
|