update to mail-2.6.1
This commit is contained in:
parent
52448afff1
commit
da06e7c059
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/10/26 23:55:36 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2014/10/28 19:17:38 jasper Exp $
|
||||
|
||||
COMMENT= easy email delivery and testing for ruby
|
||||
|
||||
DISTNAME= mail-2.3.0
|
||||
REVISION = 1
|
||||
DISTNAME= mail-2.6.1
|
||||
CATEGORIES= mail
|
||||
|
||||
# MIT License
|
||||
@ -12,9 +11,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/ruby-i18n,${MODRUBY_FLAVOR}>=0.4.0 \
|
||||
textproc/ruby-treetop,${MODRUBY_FLAVOR}>=1.4.8,<1.5 \
|
||||
mail/ruby-mime-types,${MODRUBY_FLAVOR}>=1.16,<2.0
|
||||
RUN_DEPENDS= mail/ruby-mime-types,${MODRUBY_FLAVOR}>=1.16,<3.0
|
||||
|
||||
CONFIGURE_STYLE=ruby gem
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (mail-2.3.0.gem) = 2kVh8DYoifIOOASeihMuVA==
|
||||
RMD160 (mail-2.3.0.gem) = wbpR8xVnWDhGL85aAmSixqfcFKI=
|
||||
SHA1 (mail-2.3.0.gem) = fEbmFu5ssL8hmJMNIH8icNY/vzw=
|
||||
SHA256 (mail-2.3.0.gem) = o2Qf7BmAtENWKBFR5UvBb2dZ2tvTkw61aMDzYnlq0bI=
|
||||
SIZE (mail-2.3.0.gem) = 117760
|
||||
SHA256 (mail-2.6.1.gem) = HVYhbApCb5COhybUQgncMUCzf4s04WU7mTAeZk/h+p0=
|
||||
SIZE (mail-2.6.1.gem) = 335872
|
||||
|
@ -1,23 +1,25 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/12/13 17:54:16 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2014/10/28 19:17:38 jasper Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Dependencies.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/TODO.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/VERSION
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/VERSION
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/attachments_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/body.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/check_delivery_params.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/configuration.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/core_extensions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/core_extensions/nil.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/core_extensions/object.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/core_extensions/shellwords.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/core_extensions/smtp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/core_extensions/string/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/core_extensions/string.rb
|
||||
@ -92,6 +94,8 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/mail/fields/unstructured_field.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/header.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/indifferent_hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/mail.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/matchers/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/matchers/has_sent_mail.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/message.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/multibyte/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/multibyte.rb
|
||||
@ -102,6 +106,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/mail/multibyte/utils.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/delivery_methods/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/delivery_methods/exim.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/delivery_methods/file_delivery.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/delivery_methods/sendmail.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/delivery_methods/smtp.rb
|
||||
@ -113,43 +118,58 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/retriever_methods/imap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/retriever_methods/pop3.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/network/retriever_methods/test_retriever.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/address_lists.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/address_lists.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_disposition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_disposition.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_location.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_location.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_transfer_encoding.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_transfer_encoding.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_type.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_type.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/date_time.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/date_time.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/envelope_from.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/envelope_from.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/message_ids.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/message_ids.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/mime_version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/mime_version.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/phrase_lists.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/phrase_lists.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/received.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/received.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/rfc2045.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/rfc2045.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/rfc2822.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/rfc2822.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/rfc2822_obsolete.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/rfc2822_obsolete.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/address_lists_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_disposition_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_location_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_transfer_encoding_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/content_type_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/date_time_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/envelope_from_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/message_ids_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/mime_version_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/phrase_lists_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/common.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/date_time.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/parser_info.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/received_machine.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/machines/received_machine.rb.rl
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/ragel/ruby/parser.rb.rl.erb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parsers/received_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/part.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/parts_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/patterns.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/utilities.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/values/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/values/unicode_tables.dat
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/version_specific/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/version_specific/ruby_1_8.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mail/version_specific/ruby_1_9.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tasks/corpus.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/tasks/treetop.rake
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user