aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-ConfigFile
ModeNameSize
-rw-r--r--Makefile527logstatsplainblame
-rw-r--r--distinfo222logstatsplainblame
-rw-r--r--pkg-descr198logstatsplainblame
-rw-r--r--pkg-plist235logstatsplainblame
20:40:51 +0800'>2017-04-081-3/+3 | | | | | - Mark NO_ARCH - Shift to USE_PERL5=configure * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-7/+7 | | | | | With hat: portmgr Sponsored by: Absolight * Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1 | | | | Approved by: bapt * Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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 * - Add LICENSESunpoet Po-Chuan Hsieh2014-04-271-1/+4 | | | | | | | - Pass maintainership to submitter PR: ports/188724 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> * support STAGEDIR.Vanilla I. Shu2013-11-071-26/+5 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1 | | | | www) * - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2 | | | | - Trim Makefile header * - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-041-6/+2 | * - Update to 0.20Steve Wills2012-08-251-2/+5 | | | | | PR: ports/170948 Approved by: George Hartzell <hartzell@alerce.com> (maintainer) * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-111-1/+1 | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) * - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-10/+1 | | | | | | (part 6). Approved by: portmgr (itetcu) * - Update to 0.14Philip M. Gollucci2009-12-291-1/+1 | | | | | | PR: ports/141616 Approved by: maintainer timeout (hartzell@alerce.com; 14 days) Submitted by: myself (pgollucci@) * - update to 0.13Yen-Ming Lee2009-06-091-18/+22 | | | | | | PR: 134138 Submitted by: leeym Approved by: maintainer timeout * Rename: lang/perl5 -> lang/perl5.6Sergey Skvortsov2009-02-021-6/+2 | | | | PR: ports/131046