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

|
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
0.44_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Mar 2018 13:35:05
0.44_1

|
sunpoet  |
Add missing *_DEPENDS
- Strip shared library
- Add CPAN as primary WWW
- Bump PORTREVISION for dependency and package change
- Take maintainership |
23 Feb 2018 21:09:47
0.44

|
rene  |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
25 Jun 2017 15:03:41
0.44

|
sunpoet  |
Fix WWW
Approved by: portmgr (blanket) |
08 Jul 2015 09:17:45
0.44

|
vg  |
- Update to 0.44 |
26 Nov 2014 13:08:38
0.38_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 Oct 2014 10:41:13
0.38

|
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
0.38

|
mat  |
Remove all the bootstrap files (.bs) from the plists.
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 |
02 May 2014 18:15:43
0.38

|
vg  |
Up to 0.38:
* Parser doesn't segfault if tarantool replies by broken package.
Submitted by: myself |
29 Jan 2014 17:31:53
0.37

|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 16:13:49
0.37

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
10 Sep 2013 13:50:14
0.37

|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
22 Jul 2013 14:34:23
0.37

|
vg  |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
25 May 2013 14:41:37
0.37

|
az  |
This module provides a synchronous and asynchronous driver for Tarantool.
The driver does not have external dependencies, but includes the official
light-weight Tarantool C client (a single C header which implements all
protocol formatting) for packing requests and unpacking server responses.
WWW: https://github.com/dr-co/dr-tarantool/
PR: ports/178618
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> |