Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: mail/p5-Mail-SpamAssassin |
Commit | Credits | Log message |
3.4.0_2 11 Mar 2014 21:49:40 |
adamw |
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection." |
3.4.0_2 10 Mar 2014 03:33:01 |
adamw |
Bump PORTREVISION for the rc script changes in r347704. |
3.4.0_1 09 Mar 2014 18:04:06 |
adamw |
- Introduce an option (on by default) to run sa-update and sa-compile
automatically on installation. With this, spamassassin installation
is no longer interactive.
- Break out plugin options into a PLUGIN group, for clarity.
- Add a pyzor plugin.
- Fold pkg-install contents into the pkg-plist.
- Add targets to ALL_TARGET, rather than invoking sub-makes multiple
times.
- PORTREVISION bumps all around. |
3.4.0 09 Mar 2014 16:28:24 |
adamw |
Oops, wrong path to p5-Mail-SpamAssassin crept in. |
09 Mar 2014 15:54:53
|
adamw |
Update SpamAssassin to 3.4.0, and take maintainership.
As part of this upgrade, the SPAMC option has been removed. First
and foremost, it was a NO-OP as spamc/spamd was being built anyway.
A number of other OPTIONS and dependencies have been cleaned up as
well.
I am also taking maintainership of p5-Mail-SpamAssassin-Alt, and I
intend to deprecate it unless I hear otherwise.
The patch/plist for japanese/p5-M-SA is no longer versioned. It'll
make future updates cleaner.
PR: ports/186756
The patch is a collaborative effort between myself and
Takefu <takefu@airport.fm> |
3.3.2_5 03 Mar 2014 20:48:16 |
antoine |
Unbreak after master port was staged |
3.3.2_5 03 Mar 2014 18:19:16 |
adamw |
Add a patch from SpamAssassin bug #6937 to improve compatibility
with perl 5.18's changes to "each" ordering. This fixes the message:
Use of each() on hash after insertion without resetting hash iterator results in
undefined behavior, Perl interpreter: 0x2880d800 at
/usr/local/lib/perl5/site_perl/5.18/Mail/SpamAssassin/AsyncLoop.pm line 363,
<GEN84> line 98.
PR: ports/186819
Approved by: perl (maintainers) |
3.3.2_4 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
3.3.2_4 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
3.3.2_4 07 Mar 2013 06:20:38 |
scheidell |
- Undo patch for buggy Net:DNS .69. caused 404 errors <.69
PR: ports/174505 |
3.3.2_3 27 Feb 2013 13:57:09 |
scheidell |
- Sync with MASTER: fix problem with Net:DNS > .69
- Update Makefile to new header format
PR: ports/176452
Submitted by: scheidell@ (me)
Approved by: maintainer |
3.3.2_2 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
3.3.2_2 07 Apr 2012 16:34:45 |
scheidell |
- Modern revamping japanese/p5-Mail-SpamAssassin to work as a slave port [1]
- Bump PORTREVISION to follow mail/p5-Mail-SpamAssassin [1]
- tweak files/*.plist to check for and optionally save tokenizer.pre [2]
PR: ports/165765 [1]
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
Reviewed by: scheidell (me) [2]
Feature safe: yes |
3.3.2_1 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
3.3.2_1 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
3.3.2_1 15 Jan 2012 21:04:10 |
jgh |
- Assign maintainership from ports@ to masaki at club.kyutech.ac.jp
Approved by: masaki (private email query), (crees,rene) (mentors,implicit) |
3.3.2_1 14 Jan 2012 16:19:12 |
scheidell |
- Maintainer states they no longer can receive emails from @FreeBSD.org and
wishes to give up port
- Potential adopter should open a pr to change this to a slave of
mail/p5-Mail-SpamAssassin
Submitted by: scheidell
Approved by: gabor (mentor, implicit) |
3.3.2_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.3.2_1 11 Aug 2011 09:59:52 |
crees |
To clarify, previous commit was approved by a maintainer timeout of
5 weeks.
PR: ports/158530 |
3.3.2_1 11 Aug 2011 07:50:30 |
crees |
- Update to 3.3.2
- Use USERS
PR: ports/158530
Submitted by: Takefu <takefu@airport.fm> |
3.3.1_3 12 Jul 2011 02:10:30 |
sunpoet |
- Fix *_DEPENDS entries after www/p5-libwww updated to 6.x |
3.3.1_3 18 Apr 2011 06:55:33 |
max |
Sync with mail/p5-Mail-SpamAssassin
PR: 155007
Submitted by: maintainer |
3.3.1_2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
3.3.1_2 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
3.3.1_1 21 Sep 2010 11:36:12 |
mm |
- Fix typo from last commit
- Explicitly depend on SHA only if Perl < 5.10 |
3.3.1_1 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
3.3.1 22 Aug 2010 01:45:23 |
lwhsu |
- Update to 3.3.1
PR: ports/149854
Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer) |
3.2.5_4 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.2.5_4 13 Jan 2010 12:13:44 |
wen |
- Update dependence
- Add files/patch-spamassassin.raw
- Make portlint happy
PR: ports/141776
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) |
3.2.5_3 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
3.2.5_3 30 May 2009 23:24:02 |
miwi |
- Sync with mail/p5-Mail-SpamAssassin
PR: 134778
Submitted by: maintainer |
3.2.5_2 17 May 2009 14:08:03 |
miwi |
- Chase p5-Mail-SpamAssassin-3.2.5_2
PR: 134578
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) |
3.2.5_1 14 Jan 2009 22:45:48 |
pav |
- Fix plist with perl 5.8.9 |
3.2.5 28 Sep 2008 04:38:29 |
rafan |
- pre-install -> pre-su-install since this target (via pkg-install) creates
the 'spamd' user and groups.
PR: ports/127682
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> (maintainer) |
3.2.5 25 Jul 2008 12:24:09 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
3.2.5 20 Jun 2008 05:34:15 |
lippe |
- Update to 3.2.5.
PR: ports/124688
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
Approved by: gabor (mentor, implicit) |
3.2.4_5 06 Jun 2008 13:37:38 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.2.4_4 30 May 2008 13:46:33 |
miwi |
- Sync with lastes p5-Mail-SpamAssassin
PR: 124034
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) |
3.2.4_3 13 Apr 2008 02:46:31 |
clsung |
- Sync with the latest mail/p5-Mail-SpamAssassin.
- Modify pkg-messages for the latest p5-Text-MeCab.
PR: ports/122696
Submitted by: maintainer (TAOKA Fumiyoshi) |
3.2.4_2 16 Feb 2008 16:51:29 |
miwi |
- Fix BUILD_DEPENDS
Submitted by: pointyhat via pav |
3.2.4_1 15 Feb 2008 17:21:38 |
miwi |
Chase the recent update for mail/p5-Mail-SpamAssassin (ports/120570)
PR: 120605
PR: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) |
3.2.4 08 Feb 2008 01:34:27 |
rafan |
- Fix build |
3.2.4 07 Feb 2008 04:42:43 |
rafan |
- Update to 3.2.4
- Sync pkg-install and pkg-deinstall with mail/p5-Mail-Spamassassin
PR: ports/120201
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> (maintainer) |
3.2.3 15 Jan 2008 21:18:49 |
dougb |
Remove empty files after verifying their irrelevance.
Inspired by: marcus |
3.2.3 14 Jan 2008 12:37:19 |
rafan |
- Update to 3.2.3
- Add CONFLICTS with p5-Mail-SpamAssassin
PR: ports/119369
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> (maintainer) |
3.1.8_1 15 Sep 2007 16:43:58 |
miwi |
- Fix build on amd64
PR: 116374
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) |
3.1.8_1 14 Sep 2007 11:41:10 |
miwi |
- Update to 3.2.3 (sync with mail/p5-Mail-SpamAssassin)
PR: 116007
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) |
3.1.8 07 Sep 2007 04:27:13 |
edwin |
New port: japanese/p5-Mail-SpamAssassin
A new port for SpamAssassin with Japanese tokenizer patch.
Now the current version of SA is 3.2.1, while the latest Japanese
patch is for version 3.1.8. Considering such delay I remade the
port as standalone one.
PR: ports/112445
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |