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/Makefile
SVNWeb

Number of commits found: 34

Thu, 26 Dec 2019
[ 07:54 antoine search for other commits by this committer ] Original commit   Revision:520894 (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
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
Thu, 20 Apr 2017
[ 15:49 amdmi3 search for other commits by this committer ] Original commit   Revision:438973
- Fix build
Wed, 19 Apr 2017
[ 16:45 miwi search for other commits by this committer ] Original commit   Revision:438894
- Fix shebangs
Thu, 8 Sep 2016
[ 09:01 amdmi3 search for other commits by this committer ] Original commit   Revision:421536
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers
Tue, 18 Nov 2014
[ 09:37 bapt search for other commits by this committer ] Original commit   Revision:372709 (Only the first 10 of 449 ports in this commit are shown above. View all ports for this commit)
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
Tue, 21 Oct 2014
[ 17:10 mva search for other commits by this committer ] Original commit   Revision:371330 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Convert ports of mail/ to new USES=python

Approved by:	portmgr (implicit)
Wed, 16 Jul 2014
[ 03:00 adamw search for other commits by this committer ] Original commit   Revision:362023 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Add DOCS option for ports with PORTDOCS in plist.
Thu, 6 Feb 2014
[ 02:41 miwi search for other commits by this committer ] Original commit   Revision:342925
- Stage support
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Tue, 19 Feb 2013
[ 16:18 miwi search for other commits by this committer ] Original commit   Revision:312582
- Trim header
- OptionNG [1]
- Install Manpage [2]

PR:		176157 [1]
		173697 [2]
Submitted by:	jgh [1]
		Helge Oldach <ports-archivemail@oldach.net> [2]
Sun, 23 Oct 2011
[ 16:04 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.0
Thu, 4 Nov 2010
[ 04:49 miwi search for other commits by this committer ] Original commit 
- Update to 0.8.2

PR:             151513
Submitted by:   jason <jgh@experts-exchange.com>
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>
Sat, 31 Jan 2009
[ 20:55 miwi search for other commits by this committer ] Original commit 
- Python 2.5 support and various bugfix
- Take maintainership
Sun, 27 Jul 2008
[ 04:30 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Wed, 20 Feb 2008
[ 22:54 pav search for other commits by this committer ] Original commit 
- Update to 0.7.2

PR:             ports/119714
Submitted by:   Alex Samorukov <samm@os2.kiev.ua>
Approved by:    maintainer timeout (sergei; 1 month)
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
Thu, 23 Oct 2003
[ 05:42 sergei search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Change to my @FreeBSD.org address.

Approved by:    krion
Fri, 21 Feb 2003
[ 12:42 knu search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 16 Nov 2002
[ 23:59 edwin search for other commits by this committer ] Original commit 
Taking of maintainership

PR:             ports/45346
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Fri, 15 Nov 2002
[ 04:03 alane search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Give up maintainership of these ports since I don't have time. Quanta goes to
kde@, all the rest are up for grabs to the most masochistic bidder.
Fri, 1 Nov 2002
[ 13:09 alane search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
[ 04:17 alane search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Changed MAINTAINER to my FreeBSD address.
Thu, 31 Oct 2002
[ 12:16 alane search for other commits by this committer ] Original commit 
Update to 0.6.1.
Sat, 12 Oct 2002
[ 06:14 alane search for other commits by this committer ] Original commit 
Updated to version 0.6.0

PR:             ports/43620
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Thu, 19 Sep 2002
[ 06:34 alane search for other commits by this committer ] Original commit 
Update to 0.5.1. Bugfix release.

PR:             42922
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
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, 15 Sep 2002
[ 10:57 alane search for other commits by this committer ] Original commit 
Update to 0.5.0.
Sun, 18 Aug 2002
[ 19:51 alane search for other commits by this committer ] Original commit 
Update to current version 0.4.9. This one even has a man page! Wow!
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: 34