aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Try-Tiny
Commit message (Collapse)AuthorAgeFilesLines
* Add LICENSE_FILEsunpoet2017-07-031-0/+1
| | | | Approved by: portmgr (blanket)
* Update to 0.28.eugen2017-07-022-3/+5
| | | | | | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes PR: 217853 Submitted by: Anton Yuzhaninov Approved by: tobez (maintainer timeout over 3 months), az (mentor).
* Remove outdated PERL_LEVEL checksunpoet2017-06-061-7/+1
| | | | With hat: perl
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 0.24.adamw2015-12-282-7/+12
| | | | | | | | | In TEST_DEPENDS, change the Sub::Name dependency to Sub::Util (see Changes). Changes: https://metacpan.org/changes/distribution/Try-Tiny PR: 205272 Approved by: maintainer timeout (15 days)
* - Update to 0.22adamw2015-02-172-4/+8
| | | | | | | | | | | - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Try-Tiny/Changes PR: 196880 Submitted by: sunpoet Approved by: maintainer (implicit)
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Cleanup plistbapt2014-10-271-3/+0
|
* - add stage supportaz2014-01-302-3/+1
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Update to 0.18.tobez2013-09-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* - Convert to new perl frameworkaz2013-08-051-1/+2
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* Update to 0.12.tobez2013-01-042-8/+4
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* Update to 0.11.tobez2011-09-052-3/+3
| | | | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes PR: 160474 Submitted by: sunpoet
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-211-1/+2
| | | | | | | 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
* Update to 0.09.tobez2011-01-112-4/+4
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* - Update to 0.07wen2010-11-152-5/+4
| | | | | | | | Changelog: http://search.cpan.org/src/RJBS/Try-Tiny-0.07/Changes PR: ports/151853 Submitted by: Wen Heping (myself) Approved by: maintainer(timeout, > 14 days)
* Update to 0.06.tobez2010-06-112-6/+5
| | | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes Feature safe: yes
* Update to 0.04.tobez2010-01-252-4/+4
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* Update to 0.02.tobez2009-09-032-4/+4
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* Add lang/p5-Try-Tiny 0.01, a Perl module thattobez2009-09-024-0/+36
provides minimal try/catch with proper localization of $$@.