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

|
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.203

|
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
0.203

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
29 May 2017 15:26:42
0.203

|
sunpoet  |
Update CONFLICTS_INSTALL |
01 Feb 2017 19:44:19
0.203

|
sunpoet  |
Update to 0.203
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Scalar-Does/Changes |
01 Apr 2016 14:00:57
0.202_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
05 Jun 2015 14:21:44
0.202_1

|
mat  |
Get rid of PERL_LEVEL checks for Perl versions not supported.
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.202_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 ) |
27 Oct 2014 10:55:59
0.202

|
bapt  |
Cleanup plist |
06 Apr 2014 05:46:32
0.202

|
sunpoet  |
- Update to 0.202
Changes: http://search.cpan.org/dist/Scalar-Does/Changes |
28 Feb 2014 00:12:06
0.201

|
sunpoet  |
- Remove outdated PERL_LEVEL check |
01 Oct 2013 17:33:55
0.201

|
sunpoet  |
- Update to 0.201
Changes: http://search.cpan.org/dist/Scalar-Does/Changes |
30 Sep 2013 20:25:26
0.200

|
sunpoet  |
- Support STAGEDIR |
20 Sep 2013 17:13:47
0.200

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
21 Aug 2013 14:08:08
0.200

|
sunpoet  |
- Convert to new perl framework |
25 May 2013 23:59:46
0.200

|
sunpoet  |
- Update to 0.200
Changes: http://search.cpan.org/dist/Scalar-Does/Changes |
11 Mar 2013 13:34:57
0.102

|
sunpoet  |
- Update to 0.102
Changes: http://search.cpan.org/dist/Scalar-Does/Changes |
10 Mar 2013 02:50:55
0.101

|
sunpoet  |
- Update to 0.101
Changes: http://search.cpan.org/dist/Scalar-Does/Changes |
30 Jan 2013 18:17:18
0.012

|
sunpoet  |
- Update to 0.012
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Scalar-Does/Changes |
16 Dec 2012 06:12:28
0.010

|
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
08 Dec 2012 11:08:32
0.010

|
sunpoet  |
- Update to 0.010
Changes: http://search.cpan.org/dist/Scalar-Does/Changes
Feature safe: yes |
04 Dec 2012 17:12:03
0.009

|
sunpoet  |
- Add p5-Scalar-Does 0.009
Scalar::Does has long been noted that Perl would benefit from a does() built-in.
A check that ref($thing) eq 'ARRAY' doesn't allow you to accept an object that
uses overloading to provide an array-like interface.
WWW: http://search.cpan.org/dist/Scalar-Does/
Feature safe: yes |