aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon-S3
Commit message (Collapse)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Update to 0.80Sunpoet Po-Chuan Hsieh2015-04-144-40/+33
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=384019
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+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 Notes: svn path=/head/; revision=373448
* - update to 0.60Yen-Ming Lee2014-07-153-41/+10
| | | | Notes: svn path=/head/; revision=361868
* Fix for realAntoine Brodin2014-04-221-2/+2
| | | | | | | | | No bump needed as it didn't build With hat: portmgr Notes: svn path=/head/; revision=351887
* - Clean up *.orig files before buildRyan Steinmetz2014-04-221-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=351836
* - Pull in fix for p5-Moose warningsRyan Steinmetz2014-04-222-1/+45
| | | | | | | | - Pacify portlint(1) - Bump PORTREVISION Notes: svn path=/head/; revision=351744
* Support STAGEDIR.Vanilla I. Shu2013-11-052-27/+26
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.59.Anton Berezin2013-03-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=314557
* - Update to 0.58Philippe Audeoud2013-01-043-8/+17
| | | | | | | - Changelog: http://cpansearch.perl.org/src/PFIG/Net-Amazon-S3-0.58/CHANGES Notes: svn path=/head/; revision=309928
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.56Sunpoet Po-Chuan Hsieh2011-12-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=287796
* - Update to 0.55Sunpoet Po-Chuan Hsieh2011-12-122-6/+10
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=287261
* - Promote Moose requirement to 2.0+ which includes Class::MOPSunpoet Po-Chuan Hsieh2011-09-111-1/+1
| | | | Notes: svn path=/head/; revision=281625
* - update to 0.54Baptiste Daroussin2011-07-142-5/+7
| | | | | | | - changes: http://cpansearch.perl.org/src/PFIG/Net-Amazon-S3-0.54/CHANGES Notes: svn path=/head/; revision=277684
* Update devel/p5-Moose to version 2.0007Andrej Zverev2011-06-071-1/+1
| | | | | | | | | Changelog: http://cpansearch.perl.org/dist/Moose/Changes See also UPDATING entry 20110607 about this. Notes: svn path=/head/; revision=275180
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 0.53.Anton Berezin2010-03-302-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=251858
* Update to 0.52.Anton Berezin2009-07-302-8/+8
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=238663
* - add dependency p5-MooseX-Types-DateTimeXCheng-Lung Sung2009-07-291-0/+2
| | | | | | | | | | - bump PORTREVISION PR: ports/135939 Submitted by: Chris Anderson <cva_AT_pobox dot com> Notes: svn path=/head/; revision=238577
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-5/+0
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 0.51Martin Wilke2009-05-302-4/+4
| | | | Notes: svn path=/head/; revision=234881
* - update to 0.50Yen-Ming Lee2009-02-182-4/+5
| | | | Notes: svn path=/head/; revision=228610
* - update to 0.49Yen-Ming Lee2009-01-152-9/+15
| | | | | | | | | | - Add missing dependencies PR: 130558 Submitted by: gslin @ gslin . org Notes: svn path=/head/; revision=226145
* - Update to 0.48Martin Wilke2008-12-063-10/+44
| | | | Notes: svn path=/head/; revision=223883
* - fix plistYen-Ming Lee2008-11-142-1/+4
| | | | | | | | | | - update dependency - bump PORTREVISION Noticed by: erwin@ Notes: svn path=/head/; revision=222821
* - update to 0.45Yen-Ming Lee2008-08-232-13/+9
| | | | Notes: svn path=/head/; revision=219031
* - Update to 0.44Cheng-Lung Sung2008-03-282-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=209986
* - fix dependencyYen-Ming Lee2008-03-251-7/+15
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=209770
* - Updated to 0.43Chin-San Huang2008-03-022-4/+4
| | | | | | | - Changelog: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=208322
* - Update to 0.42Cheng-Lung Sung2008-03-012-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES Notes: svn path=/head/; revision=208251
* - update to 0.41Yen-Ming Lee2007-12-132-4/+4
| | | | Notes: svn path=/head/; revision=203492
* perl is not a valid category, perl5 is and unbreak the port.Erwin Lansing2007-08-201-1/+1
| | | | | | | | | | I wonder why neither describe or portlint caught this. Noticed by: paul beard <paulbeard@gmail.com> Pointy hat: clsung Notes: svn path=/head/; revision=197946
* - Update to 0.39Cheng-Lung Sung2007-08-202-6/+6
| | | | Notes: svn path=/head/; revision=197937
* - Update to 0.38Cheng-Lung Sung2007-03-152-9/+5
| | | | | | | | | | - pass to perl@ PR: ports/110102 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=187424
* - Update to 0.37Cheng-Lung Sung2006-10-312-4/+4
| | | | | | | | PR: ports/104419 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=175729
* Add p5-Net-Amazon-S3 0.36, use the Amazon S3 - Simple Storage Service.Cheng-Lung Sung2006-10-094-0/+54
PR: ports/104138 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=175047