aboutsummaryrefslogtreecommitdiff
path: root/net/p5-SOAP-Lite/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* net/p5-SOAP-Lite: 1.19 -> 1.20Kurt Jaeger2016-06-181-2/+2
| | | | | | | | | | Changes: http://cpansearch.perl.org/src/PHRED/SOAP-Lite-1.20/Changes PR: 210346 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=417043
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-2/+2
| | | | | | | | | | | | | | | | | | | - 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.14Sunpoet Po-Chuan Hsieh2015-03-281-21/+21
| | | | | | | | | | | | | | | | | - Sort PLIST - While I'm here: - Fix *_DEPENDS: - Add www/p5-LWP-Protocol-https - Remove security/p5-Crypt-SSLeay - Use TEST_DEPENDS for devel/p5-Test-Warn and devel/p5-Test-XML - Sort *_DEPENDS Changes: http://search.cpan.org/dist/SOAP-Lite/Changes PR: 198935 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=382542
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 1.11Wen Heping2014-11-091-31/+2
| | | | | | | | PR: 194902 Submitted by: svysh.fbsd@gmail.com(maintainer) Notes: svn path=/head/; revision=372348
* Support STAGEDIR.Vanilla I. Shu2013-11-051-6/+37
| | | | Notes: svn path=/head/; revision=332868
* - Use USES=shebangfixSunpoet Po-Chuan Hsieh2013-09-091-28/+28
| | | | | | | - Sort *_DEPENDS and PLIST Notes: svn path=/head/; revision=326827
* Do not remove directories not owned by the portBaptiste Daroussin2013-03-151-5/+1
| | | | Notes: svn path=/head/; revision=314287
* - Update to 0.715Sunpoet Po-Chuan Hsieh2012-07-201-3/+0
| | | | | | | | | | - Add LICENSE - Align PERL_LEVEL check to stable Perl releases (lang/perl5.*) Changes: http://search.cpan.org/dist/SOAP-Lite/Changes Notes: svn path=/head/; revision=301207
* - Update to 0.714Wen Heping2011-09-091-1/+0
| | | | | | | ChangeLog: http://search.cpan.org/src/MKUTTER/SOAP-Lite-0.714/Changes Notes: svn path=/head/; revision=281472
* - Update to 0.711Sahil Tandon2010-05-081-3/+0
| | | | | | | | | | - Reset maintainer to ports@FreeBSD.org - Changes: http://cpansearch.perl.org/src/MKUTTER/SOAP-Lite-0.711/Changes Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=253947
* - Update to 0.710.10Martin Wilke2009-12-251-10/+0
| | | | | | | | | | - Pass maintainership to submitter PR: 141425 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=246651
* - Update to 0.710.08Dmitry Marakasov2008-10-231-13/+22
| | | | | | | | | PR: 127238 Submitted by: Simun Mikecin <numisemis at yahoo dot com> Approved by: maintainer timeout Notes: svn path=/head/; revision=221932
* - Update to 0.67Marcus Alves Grando2006-04-141-14/+42
| | | | | | | | | | | - portlint(1) PR: 94915 Submitted by: Danijel Tasov <danielt___pilgerer.org> Approved by: maintainer timeout, 20 days Notes: svn path=/head/; revision=159497
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* utilize SITE_PERLYing-Chieh Liao2003-10-241-35/+35
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update to 0.51David W. Chapman Jr.2001-08-311-4/+14
| | | | | | | | | | Give Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> maintainership PR: 29455 Submitted by: alex@kapran.bitmcnit.bryansk.su Notes: svn path=/head/; revision=47192
* SOAP::Lite - Client and server side SOAP implementationVanilla I. Shu2001-05-281-0/+28
Notes: svn path=/head/; revision=43189