non port: mail/archivemail/pkg-plist |
Number of commits found: 10 |
Sunday, 14 Apr 2019
|
08:48 koobs
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
 |
Saturday, 22 Nov 2014
|
18:42 antoine
Cleanup plist
 |
Thursday, 6 Feb 2014
|
02:41 miwi
- Stage support
 |
Sunday, 23 Oct 2011
|
16:04 miwi
- Update to 0.9.0
 |
Saturday, 11 Sep 2010
|
11:17 miwi
- Update to 0.8.0
PR: 149946
Submitted by: Frederic Culot <frederic@culot.org>
 |
Wednesday, 21 Mar 2007
|
16:43 sergei
- Update to 0.7.0 [1]
- Shorten COMMENT
PR: ports/109939 [1]
Submitted by: Marcelo Araujo (araujo AT bsdmail DOT org)
 |
Friday, 22 Sep 2006
|
08:08 sergei
- Update to 0.6.2
- Install script via port's Makefile instead of USE_PYDISTUTILS
- Manual page is no longer included in the distribution;
building it from SGML source requires Jade and docbook2man;
in order to avoid adding quite heavy dependecies for this simple
utility, we now install SGML and associated Makefile to DOCSDIR
for those who want to build the man page manually
 |
Sunday, 11 Apr 2004
|
21:53 sergei
- This fixes the following warning when you run archivemail with Python 2.3:
/usr/local/bin/archivemail:760: SyntaxWarning: assignment to None
(None, last_dir) = os.path.split(os.path.dirname(message.fp.name))
The patch was also submitted to upstream (using SF's bug tracking system).
PR: ports/64354
Submitted by: Simon Barner <barner@in.tum.de>
- Use DOCSDIR/EXAMPLESDIR macros in pkg-plist
- Bump PORTREVISION
 |
Monday, 16 Sep 2002
|
14:41 alane
Install examples and docs.
PR: ports/42824
Submitted by: Sergei Kolobov <sergei@kolobov.com>
 |
Sunday, 19 May 2002
|
19:46 petef
Add archivemail 0.1.0, search mailbox files and archive or delete
mail older than N days.
PR: 36648
Submitted by: Alan Eldridge <ports@geeksrus.net>
 |
Number of commits found: 10 |