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

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

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

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
06 Nov 2016 16:50:56
0.001013

|
sunpoet  |
- Add LICENSE_FILE
- Add NO_ARCH |
06 Nov 2016 15:01:43
0.001013

|
adamw  |
Update to 0.001013.
- Avoid possible warnings about special variables only being used once
(Graham Knop)
- Many small performance improvements (Peter Rabbitson)
PR: 213731
Approved by: maintainer timeout |
01 Apr 2016 14:00:57
0.001011

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
08 Dec 2014 16:14:43
0.001011

|
sunpoet  |
- Use real PORTVERSION |
26 Nov 2014 13:08:38
0.001.011_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.001.011

|
bapt  |
Cleanup plist |
02 Nov 2013 17:20:27
0.001.011

|
sunpoet  |
- Update to 0.001011
Changes: http://search.cpan.org/dist/Sub-Exporter-Progressive/Changes |
30 Sep 2013 20:25:26
0.001.010

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

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

|
sunpoet  |
- Convert to new perl framework |
13 Jun 2013 11:52:49
0.001.010

|
sunpoet  |
- Update to 0.001010
- While I'm here, remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Sub-Exporter-Progressive/Changes
PR: ports/179468
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> |
05 Dec 2012 19:00:12
0.001.006

|
sunpoet  |
- Update to 0.001006
- Add TEST_DEPENDS
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Sub-Exporter-Progressive/Changes
Feature safe: yes |
14 Aug 2012 08:35:14
0.001.004
|
sunpoet  |
- Update to 0.001004
Changes: http://search.cpan.org/dist/Sub-Exporter-Progressive/Changes |
02 Aug 2012 03:18:00
0.001.002
|
sunpoet  |
- Add p5-Sub-Exporter-Progressive 0.001002
Sub::Exporter is an incredibly powerful module, but with that power comes great
responsibility, er- as well as some runtime penalties. This module is a
Sub::Exporter wrapper that will let your users just use Exporter if all they are
doing is picking exports, but use Sub::Exporter if your users try to use
Sub::Exporter's more advanced features features, like renaming exports, if they
try to use them.
Note that this module will export @EXPORT and @EXPORT_OK package variables for
Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so you
might as well use it directly.
WWW: http://search.cpan.org/dist/Sub-Exporter-Progressive/ |