aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-pony
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-3/+3
| | | | Approved by: portmgr blanket
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-281-1/+1
|
* create USES=gem and update rubygem- ports to use itswills2016-04-281-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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-031-0/+2
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* - Update to 1.11sunpoet2015-03-062-4/+4
| | | | | | - Remove leading definite article from COMMENT Changes: https://github.com/benprew/pony/blob/master/README.md#changelog
* - Update to 1.6.2sunpoet2013-12-062-3/+3
| | | | Changes: https://github.com/benprew/pony#releases
* - Update to 1.6.1sunpoet2013-11-302-5/+7
| | | | | | - Add LICENSE Changes: https://github.com/benprew/pony#releases
* - Add stage supportswills2013-10-301-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - Reset maintainer after no response to mail since Jan 2013swills2013-07-281-1/+1
| | | | | | - Clean up headers and comments while here Reviewed by: danfe
* - Update to 1.5swills2013-07-122-8/+4
| | | | | PR: ports/179868 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
* - Update to 1.4pgollucci2012-01-132-3/+3
| | | | | | | PR: ports/163387 Submitted by: myself (pgollucci) Approved by: maintainer timeout (freebsdports@chillibear.com ; 26 days) Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.3swills2011-06-262-3/+3
| | | | | PR: ports/158297 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
* - Update to 1.1wen2010-11-152-4/+3
| | | | | PR: ports/152217 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
* - github is redirecting all these to https nowpgollucci2010-11-111-1/+1
|
* The express way to send mail from Ruby.pgollucci2010-08-313-0/+37
Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello') Pony uses /usr/sbin/sendmail to send mail if it is available, otherwise it uses SMTP to localhost. Also, you may need rubygem-smtp_tls if you want to send via tls/ssl and are using ruby < 1.8.7 WWW: http://github.com/benprew/pony PR: ports/150116 Submitted by: Eric Freeman <freebsdports at chillibear.com>