non port: devel/p5-MooseX-Traits-Pluggable/Makefile |
SVNWeb
|
Number of commits found: 20 |
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Oct 2021
|
[ 15:58 Po-Chuan Hsieh (sunpoet) ] 8e0d99c
devel/p5-MooseX-Traits-Pluggable: Add NO_ARCH
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Fri, 4 Jul 2014
|
[ 11:16 culot ]
- Update to 0.12 [1]
- Add LICENSE (Artistic 1 & GPL 1)
PR: ports/191604 [1]
Submitted by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
|
Mon, 6 Jan 2014
|
[ 17:28 az ] (Only the first 10 of 45 ports in this commit are shown above. )
- add stage support
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sun, 8 Sep 2013
|
[ 13:59 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Sat, 18 Feb 2012
|
[ 19:27 swills ]
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
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
|
Sat, 17 Sep 2011
|
[ 07:06 sunpoet ] (Only the first 10 of 152 ports in this commit are shown above. )
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
|
Sun, 11 Sep 2011
|
[ 06:12 sunpoet ] (Only the first 10 of 12 ports in this commit are shown above. )
- Promote Moose requirement to 2.0+ which includes Class::MOP
|
Tue, 7 Jun 2011
|
[ 09:13 az ] (Only the first 10 of 20 ports in this commit are shown above. )
Update devel/p5-Moose to version 2.0007
Changelog: http://cpansearch.perl.org/dist/Moose/Changes
See also UPDATING entry 20110607 about this.
|
Tue, 31 Aug 2010
|
[ 02:29 pgollucci ]
- Update to 0.10
PR: ports/150121
Submitted by: Bill Brinzer <bill.brinzer@gmail.com>
Changes: http://search.cpan.org/dist/MooseX-Traits-Pluggable/Changes
|
Thu, 11 Feb 2010
|
[ 17:02 pgollucci ]
- Update to 0.09
PR: ports/143764
Submitted by: myself (pgollucci@)
Approved by: bill.brinzer@gmail.com (maintainer)
|
Tue, 20 Oct 2009
|
[ 19:47 tobez ]
Update to 0.08.
Changes: http://search.cpan.org/dist/MooseX-Traits-Pluggable/Changes
PR: 139800
Approved by: maintainer
|
Tue, 28 Jul 2009
|
[ 17:13 miwi ]
MooseX::Traits::Pluggable - an extension to MooseX::Traits. Adds support for
class precedence search for traits and some extra attributes.
WWW: http://search.cpan.org/dist/MooseX-Traits-Pluggable/
PR: ports/137141
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
|
Number of commits found: 20 |