aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Net-Stomp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.60Sunpoet Po-Chuan Hsieh2019-07-212-4/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=507115
* 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
* 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 0.57Sunpoet Po-Chuan Hsieh2016-04-172-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=413526
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 0.56.Adam Weinberger2015-06-292-3/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=390873
* - Update to 0.55Sunpoet Po-Chuan Hsieh2015-03-262-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=382317
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-02-191-3/+3
| | | | Notes: svn path=/head/; revision=379377
* Update to 0.53.Adam Weinberger2015-02-192-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=379359
* - Update to 0.52Frederic Culot2015-02-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=379146
* Update to 0.51.Adam Weinberger2015-02-142-4/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=379000
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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
* - Update to 0.49Philippe Audeoud2014-09-103-3/+5
| | | | Notes: svn path=/head/; revision=367826
* Update to 0.46Emanuel Haupt2014-02-102-3/+3
| | | | Notes: svn path=/head/; revision=343689
* Support STAGEDIR.Vanilla I. Shu2013-11-052-6/+5
| | | | Notes: svn path=/head/; revision=332816
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.45Sunpoet Po-Chuan Hsieh2012-03-152-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes Notes: svn path=/head/; revision=293343
* - Update to 0.44Sunpoet Po-Chuan Hsieh2011-11-242-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes Notes: svn path=/head/; revision=286378
* - Update to 0.43Sunpoet Po-Chuan Hsieh2011-11-212-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes Notes: svn path=/head/; revision=286184
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-1/+1
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Update to 0.42Sunpoet Po-Chuan Hsieh2011-09-013-6/+9
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=280991
* - update to 0.41Baptiste Daroussin2011-04-302-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/ASH/Net-Stomp-0.41/CHANGES Notes: svn path=/head/; revision=273361
* - update to 0.40Baptiste Daroussin2011-03-252-4/+7
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/ASH/Net-Stomp-0.40/CHANGES Notes: svn path=/head/; revision=271735
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.38Philippe Audeoud2010-08-262-4/+4
| | | | | | | - Changelog: http://search.cpan.org/src/ASH/Net-Stomp-0.38/CHANGES Notes: svn path=/head/; revision=259994
* - Update to 0.36Sergey Skvortsov2010-07-082-5/+5
| | | | | | | | | - Change MAINTAINER to perl@ Changes: http://cpansearch.perl.org/src/ASH/Net-Stomp-0.36/CHANGES Notes: svn path=/head/; revision=257533
* Update to 0.34Sergey Skvortsov2008-07-282-4/+4
| | | | | | | | PR: ports/125122 Submitted by: Wen heping <wenheping xxx gmail.com> Notes: svn path=/head/; revision=217756
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Add p5-Net-Stomp 0.32, Streaming Text Orientated Messaging ProtocolSergey Skvortsov2007-02-114-0/+46
Client. Notes: svn path=/head/; revision=184911