diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 14:52:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 14:52:12 +0000 |
commit | 55a9ef3391892debe94f6027d2696ea8e529a4c6 (patch) | |
tree | 97754eeceb54ea170d3c80a92866abcf479b7d89 /mail/getmail/files/patch-setup.py | |
parent | security/barnyard2: remove optional dependency on expired security/broccoli (diff) |
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
Notes
Notes:
svn path=/head/; revision=559949
Diffstat (limited to 'mail/getmail/files/patch-setup.py')
-rw-r--r-- | mail/getmail/files/patch-setup.py | 42 |
1 files changed, 0 insertions, 42 deletions
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', |