aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Apache2-SOAP
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add LICENSEDmitry Marakasov2019-02-271-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=494035
* 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
* Migrate USE_APACHE to USES= apacheBernard Spil2018-03-111-2/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464193
* Remove libpcre.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428143
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+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
* - stage supportAndrej Zverev2014-01-053-3/+3
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338810
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326481
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* -Fix mod_perl2 issueAndrej Zverev2012-06-301-2/+2
| | | | Notes: svn path=/head/; revision=300285
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300276
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-2/+2
| | | | Notes: svn path=/head/; revision=280086
* mod_perl2 was updated, this changes are needet to preventOlli Hauer2011-05-221-0/+1
| | | | | | | | | | | | | | dependency loops - fix mod_perl/mod_perl2 dependency - p5-Apache-Reload is now included in mod_perl2 - make usage of CPAN author macro - bump portrevision commit with hat apache@ Notes: svn path=/head/; revision=274481
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.73Philip M. Gollucci2009-07-232-15/+9
| | | | | | | | | PR: ports/136547 Approved by: maintainer timeout (numisemis@yahoo.com; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238274
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.72Martin Wilke2007-01-122-4/+4
| | | | | | | | | PR: 107779 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=182242
* Add p5-Apache2-SOAP 0.71, apache2 mod_perl2 SOAP Server.Erwin Lansing2006-01-274-0/+53
This is a replacement for Apache::SOAP (and SOAP::Transport::HTTP) designed to work with the CPAN version of mod_perl 2. It is intended as a temporary measure until the SOAP-Lite distribution implements this functionality. PR: ports/92388 Submitted by: Simun Mikecin <numisemis@yahoo.com> Notes: svn path=/head/; revision=154602