From 55a9ef3391892debe94f6027d2696ea8e529a4c6 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 2 Jan 2021 14:52:12 +0000 Subject: Remove expired ports: lang/julia: metaport, useless without any consumers 2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream 2020-12-31 mail/getmail: Uses deprecated version of python 2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream 2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/cliqz: Uses deprecated version of python 2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream --- mail/getmail/files/patch-setup.py | 42 --------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 mail/getmail/files/patch-setup.py (limited to 'mail/getmail/files/patch-setup.py') diff --git a/mail/getmail/files/patch-setup.py b/mail/getmail/files/patch-setup.py deleted file mode 100644 index cded78cdebf4..000000000000 --- a/mail/getmail/files/patch-setup.py +++ /dev/null @@ -1,42 +0,0 @@ ---- setup.py.orig 2009-01-08 21:55:25 UTC -+++ setup.py -@@ -39,12 +39,11 @@ GETMAILDOCDIR = os.path.join( - datadir or prefix, - 'share', - 'doc', -- 'getmail-%s' % __version__ -+ 'getmail' - ) - - GETMAILMANDIR = os.path.join( - datadir or prefix, -- 'share', - 'man', - 'man1' - ) -@@ -98,25 +97,6 @@ setup( - 'getmail_mbox' - ], - data_files=[ -- (GETMAILDOCDIR, [ -- './README', -- './getmail.spec', -- 'docs/BUGS', -- 'docs/COPYING', -- 'docs/CHANGELOG', -- 'docs/TODO', -- 'docs/THANKS', -- 'docs/configuration.html', -- 'docs/configuration.txt', -- 'docs/documentation.html', -- 'docs/documentation.txt', -- 'docs/faq.html', -- 'docs/faq.txt', -- 'docs/getmaildocs.css', -- 'docs/getmailrc-examples', -- 'docs/troubleshooting.html', -- 'docs/troubleshooting.txt', -- ]), - (GETMAILMANDIR, [ - 'docs/getmail.1', - 'docs/getmail_fetch.1', -- cgit v1.2.3