non port: devel/p5-MooseX-Types-LoadableClass/Makefile |
SVNWeb
|
Number of commits found: 20 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
Sat, 5 May 2018
|
[ 16:18 az ]
- reassign maintainership to perl@ (these ports are long time stable)
|
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
|
Wed, 19 Jul 2017
|
[ 21:18 az ]
- update to version 0.015
Changelog: https://metacpan.org/changes/distribution/MooseX-Types-LoadableClass
|
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, 25 Feb 2015
|
[ 17:20 az ]
- update to 0.13
- point WWW page to meta::cpan
Changes: https://metacpan.org/changes/distribution/MooseX-Types-LoadableClass
|
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 )
|
Thu, 30 Jan 2014
|
[ 10:44 az ]
- Hide warning message about old toolchain during configure
|
[ 05:35 az ]
- update to version 0.012
Requested by: des@
|
Sun, 15 Dec 2013
|
[ 08:55 az ] (Only the first 10 of 17 ports in this commit are shown above. )
- add stage support
- pet portlint
|
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, 4 Aug 2013
|
[ 12:39 az ]
- Convert to new perl framework
- Trim Makefile header
|
Sat, 24 Mar 2012
|
[ 14:41 az ]
Update to version 0.008
Feature safe: yes
|
Fri, 9 Mar 2012
|
[ 08:16 az ]
Update to 0.007
Feature safe: yes
|
Sat, 18 Feb 2012
|
[ 19:54 swills ]
- Add additional TEST_DEPENDS
Approved by: portmgr (blanket)
|
Fri, 7 Oct 2011
|
[ 11:22 culot ] (Only the first 10 of 100 ports in this commit are shown above. )
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
|
Sat, 13 Aug 2011
|
[ 17:05 az ]
MooseX::Types::LoadableClass - ClassName type constraint with coercion to load
the class.
WWW: http://search.cpan.org/dist/MooseX-Types-LoadableClass/
|
Number of commits found: 20 |