aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-amqp
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-11-031-2/+3
| | | | Notes: svn path=/head/; revision=516504
* Update to 1.8.0Sunpoet Po-Chuan Hsieh2018-01-032-5/+5
| | | | | | | Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md Notes: svn path=/head/; revision=457975
* Update to 1.7.0Sunpoet Po-Chuan Hsieh2017-02-032-4/+5
| | | | | | | Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md Notes: svn path=/head/; revision=433233
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* - Update to 1.6.0Sunpoet Po-Chuan Hsieh2016-04-082-6/+4
| | | | | | | | | - Remove DEPRECATED Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md Notes: svn path=/head/; revision=412764
* 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
* - Mark DEPRECATEDSunpoet Po-Chuan Hsieh2015-12-211-0/+2
| | | | Notes: svn path=/head/; revision=404151
* - Update to 1.5.1Sunpoet Po-Chuan Hsieh2015-08-262-4/+4
| | | | | | | Changes: https://github.com/ruby-amqp/amqp/commits/1.5.x-stable Notes: svn path=/head/; revision=395353
* - Remove blank line between NO_ARCH and USE_RUBYSunpoet Po-Chuan Hsieh2015-07-061-1/+0
| | | | Notes: svn path=/head/; revision=391473
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Fix LICENSESunpoet Po-Chuan Hsieh2015-05-271-1/+2
| | | | Notes: svn path=/head/; revision=387590
* - Update to 1.5.0Sunpoet Po-Chuan Hsieh2015-05-213-11/+11
| | | | | | | | | | | - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md Notes: svn path=/head/; revision=386980
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* - Stage SafeMartin Wilke2014-01-241-1/+0
| | | | Notes: svn path=/head/; revision=340904
* 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
* - Update to 1.0.2Cheng-Lung Sung2013-07-082-3/+3
| | | | | | | | PR: ports/180135 Submitted by: swills@ Notes: svn path=/head/; revision=322472
* - Update to 0.9.7Steve Wills2012-09-222-5/+5
| | | | | | | | PR: ports/170623 Approved by: maintainer timeout (clsung, >5 weeks) Notes: svn path=/head/; revision=304709
* - Update to 0.9.3Sunpoet Po-Chuan Hsieh2012-02-152-6/+7
| | | | | | | | | | - Sort RUN_DEPENDS Changes: https://github.com/ruby-amqp/amqp/blob/master/CHANGELOG Approved by: clsung (maintainer, via IRC) Notes: svn path=/head/; revision=291431
* - Fix gem version requirementsPhilip M. Gollucci2012-02-081-1/+1
| | | | | | | With Hat: ruby@ Notes: svn path=/head/; revision=290671
* - Update to 0.8.0Philip M. Gollucci2012-01-122-4/+6
| | | | | | | | | | PR: ports/163386 Submitted by: myself (pgollucci) Approved by: maintainer timeout (clsung ; 26 days) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=289050
* - Fix dependency versionsPhilip M. Gollucci2011-06-201-1/+1
| | | | Notes: svn path=/head/; revision=275909
* - Update to 0.7.1Cheng-Lung Sung2011-03-202-3/+3
| | | | Notes: svn path=/head/; revision=271336
* Simple asynchronous AMQP driver for Ruby/EventMachine.Cheng-Lung Sung2011-02-203-0/+30
This library works with Ruby 1.8, Ruby 1.9, JRuby and Rubinius. This library was tested primarily with RabbitMQ, although it should be compatible with any server implementing the AMQP 0-8 spec. WWW: https://github.com/ruby-amqp/amqp Notes: svn path=/head/; revision=269392