Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
1.003028_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
1.003028_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
04 Jan 2018 20:12:03
1.003028_1

|
sunpoet  |
Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl |
08 Oct 2017 05:58:02
1.003028

|
antoine  |
Fix LICENSE_FILE
Reported by: pkg-fallout |
15 Sep 2017 08:58:50
1.003028

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
10 Apr 2016 06:46:42
1.003028

|
ashish  |
- Update to 1.003028 |
01 Apr 2016 14:00:57
1.003026

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
08 Feb 2015 22:55:10
1.003026

|
ashish  |
- Update to 1.003026
- Add LICENSE information
- Update BUILD_DEPENDS |
26 Nov 2014 13:08:38
1.003025_2

|
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 ) |
31 Oct 2014 17:46:26
1.003025_1

|
mat  |
Fix plist.
Sponsored by: Absolight |
27 Oct 2014 10:55:59
1.003025

|
bapt  |
Cleanup plist |
16 Jan 2014 05:23:34
1.003025

|
ashish  |
- Update to 1.003025
- Update minimum version of dependency devel/p5-Moose to match upstream |
06 Jan 2014 12:05:43
1.003014

|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
1.003014

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Sep 2013 10:57:49
1.003014

|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
20 Jan 2013 16:17:35
1.003014

|
ashish  |
- Update to 1.003014
- Add dependency on devel/p5-namespace-clean |
17 Jun 2012 02:21:52
1.003013
|
ashish  |
- Update to 1.003013 |
21 Jan 2012 17:40:15
1.003012
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
17 Sep 2011 07:06:45
1.003012
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
03 Jul 2011 14:59:23
1.003012
|
ohauer  |
-remove MD5 |
15 Oct 2010 11:03:24
1.003012
|
ashish  |
- Update to 1.003012
Approved by: pgj (mentor, implicit) |
15 Jul 2010 00:52:29
1.003011
|
ashish  |
- Update to 1.003011.
Approved by: pgj (mentor) |
11 Jun 2010 13:37:41
1.003010
|
ashish  |
- Change my maintainer address.
Approved by: pgj (mentor) |
26 May 2010 00:39:03
1.003010
|
wen  |
- Update to 1.003010
PR: ports/146969
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) |
17 Mar 2010 07:42:08
1.003009
|
miwi  |
- Update to 1.003009
PR: 144684
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) |
16 Feb 2010 15:06:02
1.003007_1
|
pav  |
- Fix runtime with new Moose
PR: ports/143963
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Feature safe: yes |
02 Sep 2009 17:23:30
1.003007
|
miwi  |
This is an interactive shell for Perl, commonly known as a REPL -
Read, Evaluate, Print, Loop. The shell provides for rapid development
or testing of code without the need to create a temporary source code
file.
Through a plugin system, many features are available on demand. You
can also tailor the environment through the use of profiles and run
control files, for example to pre-load certain Perl modules when
working on a particular project.
WWW: http://search.cpan.org/dist/Devel-REPL/
PR: ports/138359
Submitted by: Ashish SHUKLA <wahjava at gmail.com> |