aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Server-Starter
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
* - Upgrade to 0.30.Jun Kuriyama2015-06-142-3/+7
| | | | Notes: svn path=/head/; revision=389583
* Update to 0.27.Adam Weinberger2015-04-282-5/+6
| | | | | | | | | Changes: https://metacpan.org/changes/distribution/Server-Starter Approved by: maintainer (implicit for updates) Notes: svn path=/head/; revision=384906
* Update to 0.23, which includes removing all non-core dependencies.Adam Weinberger2015-03-293-13/+10
| | | | | | | | | While here, fix Makefile spacing and sort plist. Changes: https://metacpan.org/changes/distribution/Server-Starter Notes: svn path=/head/; revision=382602
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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
* - Upgrade to 0.17.Jun Kuriyama2014-01-123-7/+5
| | | | Notes: svn path=/head/; revision=339509
* 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
* - Upgrade to 0.15.Jun Kuriyama2013-08-102-9/+5
| | | | Notes: svn path=/head/; revision=324526
* - Upgrade to 0.12.Jun Kuriyama2012-10-202-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306146
* - 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
* - Add TEST_DEPENDS to enable testingSteve Wills2012-03-071-0/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=292913
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - Upgrade to 0.11.Jun Kuriyama2011-02-252-3/+4
| | | | Notes: svn path=/head/; revision=269696
* - Upgrade to 0.09.Jun Kuriyama2010-12-252-3/+4
| | | | Notes: svn path=/head/; revision=266890
* - Upgrade to 0.08.Jun Kuriyama2010-12-042-5/+5
| | | | Notes: svn path=/head/; revision=265665
* - Upgrade to 0.07.Jun Kuriyama2010-05-162-4/+4
| | | | Notes: svn path=/head/; revision=254436
* A superdaemon for hot-deploying server programs.Jun Kuriyama2010-04-024-0/+38
WWW: http://search.cpan.org/dist/Server-Starter/ Notes: svn path=/head/; revision=251998