aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Sort *_DEPENDSSunpoet Po-Chuan Hsieh2015-04-142-413/+413
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=384018
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-22/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-053-415/+410
| | | | 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
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-2/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - update to 0.62Yen-Ming Lee2013-01-284-9/+68
| | | | Notes: svn path=/head/; revision=311085
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-11/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-5/+5
| | | | Notes: svn path=/head/; revision=298348
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+12
| | | | | | | | | | | | 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-12/+2
| | | | | | | | | | | | | | | | | | 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.61Cheng-Lung Sung2011-10-294-6/+6
| | | | Notes: svn path=/head/; revision=284642
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Update to 0.60Cheng-Lung Sung2011-09-262-3/+3
| | | | Notes: svn path=/head/; revision=282413
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-4/+7
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* - Update to 0.59Cheng-Lung Sung2009-11-144-6/+4
| | | | | | | | PR: ports/140295 Submitted by: Sahil Tandon <sahil_AT_tandon dot net> Notes: svn path=/head/; revision=244243
* - Update to 0.57Cheng-Lung Sung2009-10-284-6/+319
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=243397
* - Update to 0.55Cheng-Lung Sung2009-08-052-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=238972
* - Update to 0.54Cheng-Lung Sung2009-06-242-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=236579
* - Update to 0.53Cheng-Lung Sung2009-06-172-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=236111
* - Update to 0.51Cheng-Lung Sung2009-06-122-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=235627
* - Update to 0.50Cheng-Lung Sung2008-08-292-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=219405
* - Update to 0.49Cheng-Lung Sung2008-04-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=212125
* - Update to 0.48Cheng-Lung Sung2008-01-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=205671
* - Update to 0.47Cheng-Lung Sung2008-01-054-16/+100
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=205042
* - Update to 0.43Cheng-Lung Sung2007-07-022-4/+4
| | | | Notes: svn path=/head/; revision=194611
* - Update to 0.40Cheng-Lung Sung2007-03-224-7/+10
| | | | | | | - remove 4.x perl requirement Notes: svn path=/head/; revision=187985
* - Update to 0.39Cheng-Lung Sung2007-02-194-14/+17
| | | | Notes: svn path=/head/; revision=185513
* - move manpages to Makefile.manCheng-Lung Sung2007-02-052-182/+186
| | | | Notes: svn path=/head/; revision=184231
* - Update to 0.38Cheng-Lung Sung2007-02-053-5/+156
| | | | Notes: svn path=/head/; revision=184229
* - Update to 0.36Cheng-Lung Sung2007-01-153-20/+216
| | | | Notes: svn path=/head/; revision=182390
* - update to 0.35Cheng-Lung Sung2006-04-152-5/+5
| | | | Notes: svn path=/head/; revision=159544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 0.34Cheng-Lung Sung2005-07-212-3/+3
| | | | | | | - Added similar_asins() to Net::Amazon::Property Notes: svn path=/head/; revision=139781
* - update to 0.33Cheng-Lung Sung2005-02-253-3/+6
| | | | | | | | | | - from Changes: - Makefile.PL prerequisite changed from undef to '0'. - Greg McCann <greg AT cambria dot com> added ThirdPartyProductInfo. - Added Exchange requests with help by Greg McCann. Notes: svn path=/head/; revision=129744
* - update to 0.32Cheng-Lung Sung2004-10-212-3/+3
| | | | | | | Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119893
* - update to 0.31Cheng-Lung Sung2004-10-132-3/+3
| | | | | | | | | | | - bug fix and patch. PR: ports/72605 Submitted by: Toshiya SAITOH <toshiya AT saitoh dot nu> Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119156
* Detect p5-Time-HiRes properly.Cheng-Lung Sung2004-09-011-1/+1
| | | | | | | | | PR: ports/71245 Submitted by: Simon Dick <simond@irrelevant.org> Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=117842
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* - Update to 0.29Vanilla I. Shu2004-08-173-4/+13
| | | | | | | | | | - new modules along with manpages... PR: ports/70552 Submitted by: maintainer Notes: svn path=/head/; revision=116531
* Update to 0.28.Vanilla I. Shu2004-08-092-3/+6
| | | | | | | | PR: ports/70155 Submitted by: maintainer Notes: svn path=/head/; revision=115751