non port: devel/p5-autodie/Makefile |
SVNWeb
|
Number of commits found: 28 |
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.
|
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
|
Thu, 9 Jul 2015
|
[ 16:05 adamw ]
Add extra module to TEST_DEPENDS, necessary for t/import-into.t
|
[ 15:44 sunpoet ]
- Update to 2.29
Changes: http://search.cpan.org/dist/autodie/Changes
|
Tue, 23 Jun 2015
|
[ 12:22 sunpoet ]
- Update to 2.28
Changes: http://search.cpan.org/dist/autodie/Changes
|
Wed, 10 Jun 2015
|
[ 16:47 sunpoet ]
- Update to 2.27
- Add NO_ARCH
Changes: http://search.cpan.org/dist/autodie/Changes
|
Sat, 3 Jan 2015
|
[ 17:13 sunpoet ]
- Update to 2.26
- Add more TEST_DEPENDS
- Sort PLIST
Changes: http://search.cpan.org/dist/autodie/Changes
|
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 )
|
Sat, 5 Apr 2014
|
[ 07:42 culot ]
- Update to 2.25
Changes: http://search.cpan.org/dist/autodie/Changes
|
Wed, 5 Feb 2014
|
[ 07:57 culot ]
- Update to 2.23
Changes: http://search.cpan.org/dist/autodie/Changes
|
Fri, 1 Nov 2013
|
[ 13:08 vanilla ] (Only the first 10 of 38 ports in this commit are shown above. )
Support STAGEDIR.
|
Sat, 21 Sep 2013
|
[ 14:51 sunpoet ]
- Update to 2.22
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/autodie/Changes
|
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)
|
Thu, 12 Sep 2013
|
[ 08:53 culot ]
- Update to 2.21
Changes: http://search.cpan.org/dist/autodie/Changes
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Thu, 18 Jul 2013
|
[ 12:29 culot ]
- Update to 2.20
- Pet portlint(1) by changing tab into space in WWW link
Changes: http://search.cpan.org/dist/autodie/Changes
|
Mon, 13 May 2013
|
[ 08:40 tobez ]
Update to 2.19.
Changes: http://search.cpan.org/dist/autodie/Changes
|
Mon, 29 Apr 2013
|
[ 08:38 tobez ]
Update to 2.17.
Changes: http://search.cpan.org/dist/autodie/Changes
|
Fri, 22 Feb 2013
|
[ 17:50 culot ]
- Update to 2.16
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/autodie/Changes
|
Tue, 13 Nov 2012
|
[ 06:20 wen ]
- Update to 2.13
Changes: http://cpansearch.perl.org/src/PJF/autodie-2.13/Changes
Feature safe: yes
|
Wed, 27 Jun 2012
|
[ 01:14 wen ]
- Update to 2.12
ChangeLog: http://cpansearch.perl.org/src/PJF/autodie-2.12/Changes
- Reset maintainer to perl@
|
Sun, 1 Apr 2012
|
[ 06:11 wen ]
- Update to 2.11
ChangeLog: http://cpansearch.perl.org/src/PJF/autodie-2.11/Changes
Feature safe: yes
|
Mon, 20 Jun 2011
|
[ 08:36 az ] (Only the first 10 of 192 ports in this commit are shown above. )
- 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
|
Fri, 12 Mar 2010
|
[ 02:58 wen ]
- Update to 2.10
|
Tue, 23 Feb 2010
|
[ 09:30 wen ]
- Update to 2.09
Feature safe: yes
|
Tue, 9 Feb 2010
|
[ 05:48 wen ]
- Update to 2.08
|
Wed, 23 Sep 2009
|
[ 11:57 wen ]
The autodie pragma provides a convenient way to replace functions
that normally return false on failure with equivalents that throw
an exception on failure.
The autodie pragma has lexical scope, meaning that functions and
subroutines altered with autodie will only change their behaviour
until the end of the enclosing block, file, or eval.
If system is specified as an argument to autodie, then it uses
IPC::System::Simple to do the heavy lifting. See the description
of that module for more information.
WWW: http://search.cpan.org/dist/autodie/
Approved by: miwi(mentor)
Feature safe: yes
|
Number of commits found: 28 |