Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Jun 2019 20:20:29
0.03

|
sunpoet  |
Update to 0.03
- Add LICENSE
- Strip shared library
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Sub-Prototype |
27 May 2018 20:15:20
0.02_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
12 Mar 2015 23:00:03
0.02_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
0.02_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.02

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

|
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 |
31 Oct 2013 07:36:26
0.02

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.02

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
29 Aug 2013 04:08:54
0.02

|
sunpoet  |
- Use single space after WWW: |
02 Aug 2013 18:52:11
0.02

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
08 Sep 2012 14:19:37
0.02

|
swills  |
Set a subs prototype
WWW: http://search.cpan.org/dist/Sub-Prototype/ |