1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/mail/archivemail
Kubilay Kocak 421f817592 mail/archivemail: Limit to Python 2.7, level up port compliance
archivemail fails to build with Python 3.x [1]:

    print too_old_error
                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(too_old_error)?

Limit to Python 2.7 accordingly.

While I'm here, level up port compliance:

  - Update COMMENT to match setup.py:description
  - Use distutils/autoplist/concurrent (package uses a setup.py). Remove
    NO_BUILD, do-install target, amend pkg-plist accordingly.
  - Patch setup.py to install man pages in /usr/local not /usr/local/share
  - Add test target to assist QA

PR:		237179 [1]
Reported by:	Helge Oldach <freebsd oldach net> [1]
MFH:		2019Q2
2019-04-14 08:48:02 +00:00
..
files mail/archivemail: Limit to Python 2.7, level up port compliance 2019-04-14 08:48:02 +00:00
distinfo
Makefile mail/archivemail: Limit to Python 2.7, level up port compliance 2019-04-14 08:48:02 +00:00
pkg-descr
pkg-plist mail/archivemail: Limit to Python 2.7, level up port compliance 2019-04-14 08:48:02 +00:00