non port: devel/p5-AnyEvent-Subprocess/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, 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 )
|
Tue, 21 Jun 2022
|
[ 17:37 Eugene Grosbein (eugen) ] d91a085
devel/p5-AnyEvent-Subprocess: add small fix
There is a bug in AnyEvent::Subprocess since 2015,
which requires a one line patch and unfortunately
the authors of AnyEvent::Subprocess still did not fix it.
This bug produces a warning on resent versions of Moose during startup:
Passing a list of values to enum is deprecated. Enum values should be wrapped
in an arrayref.
at /usr/local/lib/perl5/site_perl/AnyEvent/Subprocess/Types.pm line 42.
See also: https://github.com/zhmylove/pwsvpn
Reported by: Sergei Zhmylove
|
Mon, 6 Sep 2021
|
[ 21:13 Rene Ladan (rene) ] 3f85df4 (Only the first 10 of 140 ports in this commit are shown above. )
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.
|
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
|
Mon, 5 Jun 2017
|
[ 23:24 sunpoet ]
Remove outdated PERL_LEVEL check
- While I'm here:
- Move *_DEPENDS together
- Add NO_ARCH
With hat: perl
|
Mon, 23 May 2016
|
[ 03:53 sunpoet ] (Only the first 10 of 65 ports in this commit are shown above. )
- Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Test-Simple/Changes
|
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, 24 Jun 2015
|
[ 16:29 adamw ] (Only the first 10 of 36 ports in this commit are shown above. )
Convert all p5-Test-use-ok dependencies to p5-Test-Simple, but only on
perl < 5.22. For www/p5-Catalyst-Controller-BindLex, change it from a
BUILD/RUN depend to TEST, as it is only used for the test target, and bump
PORTREVISION on that port.
|
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, 11 Apr 2014
|
[ 04:49 culot ] (Only the first 10 of 20 ports in this commit are shown above. )
- Take Denis Pokataev's Perl ports maintainership
Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email)
|
Mon, 6 Jan 2014
|
[ 12:05 az ] (Only the first 10 of 47 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)
|
Sat, 7 Sep 2013
|
[ 14:08 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)
|
Tue, 24 Jan 2012
|
[ 05:53 culot ]
- Update to 1.102912 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Add missing dependency on namespace::clean
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS
PR: ports/164412 [1]
Submitted by: Denis Pokataev <catone@cpan.org> (maintainer)
|
Sat, 17 Sep 2011
|
[ 06:49 sunpoet ] (Only the first 10 of 309 ports in this commit are shown above. )
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl
|
Thu, 16 Dec 2010
|
[ 10:51 wen ]
- Update to 1.102910
ChangeLog:
http://cpansearch.perl.org/src/JROCKWAY/AnyEvent-Subprocess-1.102910/Changes
PR: ports/153204
Submitted by: Denis Pokataev <catone@cpan.org> (maintainer)
|
Thu, 8 Apr 2010
|
[ 05:57 wen ]
Flexible, OO, asynchronous process spawning and management.
WWW: http://search.cpan.org/dist/AnyEvent-Subprocess/
PR: ports/145044
Submitted by: Denis Pokataev <catone@cpan.org>
|
Number of commits found: 20 |