summaryrefslogtreecommitdiff
path: root/www/grail/files/patch-ab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
commit11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch)
tree1514ed7a486e108239615c1d83319d83bacdbc3d /www/grail/files/patch-ab
parentUpdate dependency to bash2 in preparation for removing bash1. (diff)
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Diffstat (limited to 'www/grail/files/patch-ab')
-rw-r--r--www/grail/files/patch-ab24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/grail/files/patch-ab b/www/grail/files/patch-ab
deleted file mode 100644
index 0aa59d7cac8d..000000000000
--- a/www/grail/files/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
---- grailbase/app.py.orig Wed Mar 24 23:11:52 1999
-+++ grailbase/app.py Mon Mar 24 10:48:37 2003
-@@ -3,10 +3,10 @@
-
- import os
- import mimetypes
--import regex
-+import re
- import string
- import utils
--
-+regex = re
-
- class Application:
- def __init__(self, prefs=None):
-@@ -51,7 +51,7 @@
-
-
- __data_scheme_re = regex.compile(
-- "data:\([^,;]*\)\(;\([^,]*\)\|\),", regex.casefold)
-+ "data:\([^,;]*\)\(;\([^,]*\)\|\),")
-
- def guess_type(self, url):
- """Guess the type of a file based on its URL.