notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/archivemail/pkg-plist

Number of commits found: 10

Sunday, 14 Apr 2019
08:48 koobs search for other commits by this committer
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
Original commitRevision:498876 
Saturday, 22 Nov 2014
18:42 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:373086 
Thursday, 6 Feb 2014
02:41 miwi search for other commits by this committer
- Stage support
Original commitRevision:342925 
Sunday, 23 Oct 2011
16:04 miwi search for other commits by this committer
- Update to 0.9.0
Original commit
Saturday, 11 Sep 2010
11:17 miwi search for other commits by this committer
- Update to 0.8.0

PR:             149946
Submitted by:   Frederic Culot <frederic@culot.org>
Original commit
Wednesday, 21 Mar 2007
16:43 sergei search for other commits by this committer
- Update to 0.7.0 [1]
- Shorten COMMENT

PR:             ports/109939 [1]
Submitted by:   Marcelo Araujo (araujo AT bsdmail DOT org)
Original commit
Friday, 22 Sep 2006
08:08 sergei search for other commits by this committer
- 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
Original commit
Sunday, 11 Apr 2004
21:53 sergei search for other commits by this committer
- 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
Original commit
Monday, 16 Sep 2002
14:41 alane search for other commits by this committer
Install examples and docs.

PR:             ports/42824
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Sunday, 19 May 2002
19:46 petef search for other commits by this committer
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>
Original commit

Number of commits found: 10