summaryrefslogtreecommitdiff
path: root/mail/quickml/files/extra-patch-ruby19-utils.rb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/quickml/files/extra-patch-ruby19-utils.rb
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'mail/quickml/files/extra-patch-ruby19-utils.rb')
-rw-r--r--mail/quickml/files/extra-patch-ruby19-utils.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/quickml/files/extra-patch-ruby19-utils.rb b/mail/quickml/files/extra-patch-ruby19-utils.rb
deleted file mode 100644
index 9bee3b48e730..000000000000
--- a/mail/quickml/files/extra-patch-ruby19-utils.rb
+++ /dev/null
@@ -1,19 +0,0 @@
---- lib/quickml/utils.rb.orig 2004-06-07 17:50:59.000000000 +0900
-+++ lib/quickml/utils.rb 2012-06-21 16:06:07.000000000 +0900
-@@ -1,3 +1,4 @@
-+#coding: euc-jp
- #
- # quickml/utils - a part of quickml server
- #
-@@ -8,10 +9,9 @@
- # You can redistribute it and/or modify it under the terms of
- # the GNU General Public License version 2.
- #
--$KCODE = 'e'
- require 'kconv'
- require 'net/smtp'
--require 'ftools'
-+require 'fileutils'
-
- class TooLongLine < Exception; end
- class IO