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
SVNWeb

Number of commits found: 10

Sun, 14 Apr 2019
[ 08:48 koobs search for other commits by this committer ] Original commit   Revision:498876
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
Sat, 22 Nov 2014
[ 18:42 antoine search for other commits by this committer ] Original commit   Revision:373086 (Only the first 10 of 137 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Thu, 6 Feb 2014
[ 02:41 miwi search for other commits by this committer ] Original commit   Revision:342925
- Stage support
Sun, 23 Oct 2011
[ 16:04 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.0
Sat, 11 Sep 2010
[ 11:17 miwi search for other commits by this committer ] Original commit 
- Update to 0.8.0

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

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

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