aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Perl-Critic
Commit message (Collapse)AuthorAgeFilesLines
* Add missing dependency.Mathieu Arnold2020-08-261-1/+3
| | | | | | | | PR: 247697 Reported by: Mike Andrews Notes: svn path=/head/; revision=546282
* Update to 1.138Sunpoet Po-Chuan Hsieh2020-01-252-5/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Perl-Critic Notes: svn path=/head/; revision=524108
* Update to 1.136Sunpoet Po-Chuan Hsieh2020-01-132-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Perl-Critic Notes: svn path=/head/; revision=522950
* Update to 1.134Sunpoet Po-Chuan Hsieh2019-05-253-16/+15
| | | | | | | | | - Update version requirement of *_DEPENDS Changes: https://metacpan.org/changes/distribution/Perl-Critic Notes: svn path=/head/; revision=502539
* 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 to 1.132Sunpoet Po-Chuan Hsieh2018-06-012-5/+6
| | | | | | | | | - Add LICENSE_FILE Changes: https://metacpan.org/changes/distribution/Perl-Critic Notes: svn path=/head/; revision=471313
* 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
* Update to 1.130Sunpoet Po-Chuan Hsieh2017-07-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=446333
* Update to 1.128Sunpoet Po-Chuan Hsieh2017-06-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=443147
* Use real PORTVERSION and update dependent portsSunpoet Po-Chuan Hsieh2017-03-101-4/+2
| | | | Notes: svn path=/head/; revision=435858
* Use real PORTVERSION and update dependent portsSunpoet Po-Chuan Hsieh2017-02-281-1/+1
| | | | | | | | - Add LICENSE_FILE - Sort PLIST Notes: svn path=/head/; revision=435027
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-0/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* Update to 1.126.Mathieu Arnold2016-11-253-6/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427097
* Update p5-Perl-Critic-Moose to 1.05.Adam Weinberger2016-10-091-0/+2
| | | | | | | | | | Changes: https://metacpan.org/changes/distribution/Perl-Critic-Moose In p5-Perl-Critic, add a missing dependency on Module::Pluggable and bump PORTREVISION. Notes: svn path=/head/; revision=423613
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-19/+19
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Add some p5-Perl-Critic-* Perl modules.Mathieu Arnold2016-03-151-0/+1
| | | | | | | | | While there, add NO_ARCH=yes to the existing Perl::Critic ports. Sponsored by: Absolight Notes: svn path=/head/; revision=411130
* 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 1.125Sunpoet Po-Chuan Hsieh2015-03-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=380364
* Update to 1.123.Adam Weinberger2015-02-083-7/+10
| | | | | | | | | Changes: https://metacpan.org/changes/distribution/Perl-Critic PR: 196284 Notes: svn path=/head/; revision=378667
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-33/+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
* Chase up perltidy new name.Mathieu Arnold2013-11-151-1/+1
| | | | | | | | Pointy hat to: mat Reported by: portsnap's cperciva. Notes: svn path=/head/; revision=333896
* - Update to 1.121Sunpoet Po-Chuan Hsieh2013-11-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=332877
* - Update to 1.120Sunpoet Po-Chuan Hsieh2013-10-283-201/+199
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=331885
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkMathieu Arnold2013-08-021-5/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-8/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309066
* - Update to 1.118Sunpoet Po-Chuan Hsieh2012-07-113-6/+7
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=300775
* - Update to 1.117Sunpoet Po-Chuan Hsieh2012-06-073-16/+22
| | | | | | | | | - Update *_DEPENDS Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=298705
* Update to 1.11(.)6.Anton Berezin2011-12-013-33/+37
| | | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Feature safe: yes Notes: svn path=/head/; revision=286724
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-1/+1
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat Notes: svn path=/head/; revision=281438
* - make fetchableCheng-Lung Sung2011-02-161-0/+1
| | | | Notes: svn path=/head/; revision=269218
* - Update to 1.11.3 (1.113)Cheng-Lung Sung2011-02-153-3/+7
| | | | Notes: svn path=/head/; revision=269186
* - Update to 1.111Wen Heping2010-12-162-4/+6
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/ELLIOTJS/Perl-Critic-1.111/Changes Notes: svn path=/head/; revision=266399
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* Update to 1.0.9Sergey Skvortsov2010-11-042-5/+5
| | | | | | | | | | Changes: http://cpansearch.perl.org/src/ELLIOTJS/Perl-Critic-1.109/Changes PR: ports/151620 Submitted by: skv Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=264078
* - Fix INDEXPhilip M. Gollucci2010-09-091-1/+1
| | | | Notes: svn path=/head/; revision=260881
* - Add missing RUN_DEPENDS p5-PPIx-Utilities>=1.000:Philip M. Gollucci2010-09-091-0/+2
| | | | | | | | | PR: ports/149775 Submitted by: Alex Zbyslaw <xfb52@dial.pipex.com> Approved by: maintainer timeout (clsung ; 22 days) Notes: svn path=/head/; revision=260862
* - Update to 1.10.8Cheng-Lung Sung2010-08-163-9/+23
| | | | | | | | PR: ports/149078 Submitted by: skv Notes: svn path=/head/; revision=259337
* - Update to 1.10.6 (1.106)Cheng-Lung Sung2010-05-112-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=254120
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-2/+1
| | | | | | | | | (part 7). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248607
* - Update to 1.105Cheng-Lung Sung2009-12-103-19/+45
| | | | | | | | | | - Use versioned RUN_DEPENDS PR: ports/141195 Submitted by: lth Notes: svn path=/head/; revision=245508
* - Update to 1.09.0 (1.090)Cheng-Lung Sung2008-07-263-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=217556
* - Update to 1.08.5 (1.085)Cheng-Lung Sung2008-06-123-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=214694
* - Update to 1.08.4Cheng-Lung Sung2008-06-093-9/+25
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=214524
* - fix dependencyCheng-Lung Sung2008-05-191-0/+3
| | | | | | | | | - bump PORTREVISION Submitted by: Tuc T-B-O-H <tuc_AT_t-b-o-h dot net> Notes: svn path=/head/; revision=213311
* - Update to 1.08.2 (1.082)Cheng-Lung Sung2008-04-093-8/+26
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=210904
* - Update to 1.08.0 (1.080)Cheng-Lung Sung2008-01-153-5/+67
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Critic/Changes Notes: svn path=/head/; revision=205680
* - Update to 1.07.8 (1.078)Cheng-Lung Sung2007-10-162-6/+5
| | | | Notes: svn path=/head/; revision=201554