Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.17 06 Jan 2018 04:34:02
  |
sunpoet  |
Remove devel/p5-MooseX-Role-WithOverloading |
0.17 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.17 26 Dec 2016 14:33:04
  |
mat  |
Add an EXPIRATION_DATE to DEPRECATED ports without one.
Sponsored by: Absolight |
0.17 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.17 09 Oct 2015 18:32:06
  |
sunpoet  |
- Update to 0.17
- Mark DEPRECATED
Changes: http://search.cpan.org/dist/MooseX-Role-WithOverloading/Changes |
0.16 29 Jun 2015 15:47:45
  |
adamw  |
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports. |
0.16 01 Jan 2015 16:23:40
  |
sunpoet  |
- Update to 0.16
- Add LICENSE
Changes: http://search.cpan.org/dist/MooseX-Role-WithOverloading/Changes |
0.14_1 26 Nov 2014 13:08:38
  |
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 ) |
0.14 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
0.14 01 Aug 2014 18:17:54
  |
pi  |
devel/p5-MooseX-Role-WithOverloading: 0.13 -> 0.14
http://cpansearch.perl.org/src/ETHER/MooseX-Role-WithOverloading-0.14/Changes
- Fixed a bug with Perl 5.18+ that caused this module to simply blow
up with an error like "Use of uninitialized value in subroutine
entry at .../Class/MOP/Package.pm ..." (Dave Rolsky)
- Line numbers in shipped code are now almost the same (within 3) as
the repository source, for easier debugging
- Unneeded init_meta method removed (Dave Rolsky) |
0.13 10 Jun 2014 12:14:14
  |
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 |
0.13 30 Oct 2013 14:44:54
  |
vanilla  |
support STAGEDIR. |
0.13 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.13 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.13 10 Jun 2013 16:59:59
  |
mat  |
Update to 0.13. |
0.09 21 Jan 2012 17:40:15
 |
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 |
0.09 21 Jun 2011 06:58:21
 |
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
0.09 08 Feb 2011 01:32:03
 |
sunpoet  |
- Update to 0.09
- Sort MAN3 and PLIST
- Remove obsolete MD5 checksum
Changes: http://search.cpan.org/dist/MooseX-Role-WithOverloading/Changes
PR: ports/154415
Submitted by: Alexey Illarionov <littlesavage@rambler.ru>
Feature safe: yes |
0.08_1 24 Sep 2010 00:44:29
 |
pgollucci  |
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@ |
0.08 31 Aug 2010 02:29:20
 |
pgollucci  |
- Update to 0.08
PR: ports/150106
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp>
With Hat: perl@
Changes: http://search.cpan.org/dist/MooseX-Role-WithOverloading/Changes |
0.06 24 May 2010 01:54:04
 |
wen  |
- Update to 0.06
- Reset maintainer to perl@ |
0.05 10 Jan 2010 23:34:19
 |
wen  |
- Update to 0.05 |
0.03 09 Dec 2009 05:45:51
 |
wen  |
MooseX::Role::WithOverloading allows you to write a Moose::Role which
defines overloaded operators and allows those operator overloadings
to be composed into the classes/roles/instances it's compiled to,
while plain Moose::Roles would lose the overloading.
WWW: http://search.cpan.org/dist/MooseX-Role-WithOverloading/ |