Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
2.17

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
2.17

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
2.17

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
04 Sep 2016 11:50:24
2.17

|
wen  |
- Update to 2.17
Changes:
http://cpansearch.perl.org/src/BIGPRESH/Dancer2-Plugin-Database-2.17/Changes
PR: 211830
Submitted by: hvo.pm@xs4all.nl |
01 Apr 2016 14:00:57
2.16

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
31 Mar 2016 07:32:54
2.16

|
wen  |
- Update to 2.16
Changes:
http://cpansearch.perl.org/src/AMBS/Dancer2-Plugin-Database-2.16/Changes |
29 Jan 2016 00:23:56
2.15

|
adamw  |
Update to 2.15.
Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Database |
22 Jan 2016 11:34:18
2.14

|
sunpoet  |
- Update to 2.14
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes |
03 Sep 2015 16:22:37
2.13

|
sunpoet  |
- Update to 2.13
- Fix *_DEPENDS
- Add more TEST_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes |
12 Mar 2015 23:00:03
2.12_1

|
adamw  |
Some OCD cleanups on some of the perl@ ports.
- 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. |
26 Nov 2014 13:08:38
2.12_1

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
20 Nov 2014 20:58:00
2.12

|
pi  |
databases/p5-Dancer2-Plugin-Database: fix pkg-descr
PR: 194960 |
20 Nov 2014 20:56:23
2.12

|
pi  |
New port: databases/p5-Dancer2-Plugin-Database
Dancer2::Plugin::Database provides an easy way to obtain a connected
DBI database handle by simply calling the database keyword
within your Dancer2 application.
Returns a Dancer2::Plugin::Database::Handle object, which is a subclass of DBI's
DBI::db connection handle object, so it does everything you'd expect to do with
DBI, but also adds a few convenience methods. See the documentation for
Dancer2::Plugin::Database::Handle for full details of those.
WWW: http://search.cpan.org/dist/Dancer2-Plugin-Database/
PR: 194960
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> |