Commit graph

9 commits

Author SHA1 Message Date
Makoto Matsushita
ae2b6c33d5 Update to 0.22.4 just released today. There are very few changes but
good bugfixes and improvements, so update it just now for 6.1-RELEASE.

For those using SSL support (WITH_POPFILE_SSL is defined): According to
the POPFile version 0.22.4 documentation, POPFile 0.22.4 doesn't work
with IO::Socket::SSL version 0.97 that is in security/p5-IO-Socket-SSL.
I set this ports as IGNORE if WITH_POPFILE_SSL is defined, to avoid
unsupposed failure on SSL support.

If systems that have IO::Socket::SSL version 0.96, don't update to 0.97,
and make this ports with WITH_POPFILE_SSL *undefined*.  POPFile will
use IO::Socket::SSL if required by configuration even if WITH_POPFILE_SSL
is defined or not during the build.
2006-02-22 14:10:17 +00:00
Makoto Matsushita
874fab9f3a Update to 0.22.3. 2005-11-10 05:47:31 +00:00
Makoto Matsushita
96281f84f1 Update to 0.22.2, with minor updates including:
- Add WITH_POPFILE_XMLRPC option for XMLRPC module dependency.
	- Add WITH_POPFILE_SOCKS, but it's just a placeholder...
	  (there's no IO::Socket::Socks module in our ports)
	- Minor comment cleanup.
	- Update patch-Bayes.pm for 0.22.2 (actually comments were changed).
2004-12-20 14:35:32 +00:00
Kris Kennaway
24aadaf58d Add missing files 2004-11-24 19:53:57 +00:00
Makoto Matsushita
ee2e0fd8ea Update to 0.22.0.
This commit also introduce a new option, WITH_POPFILE_SSL.  Since 0.22.0,
popfile supports SSL connection for clients.  If WITH_POPFILE_SSL is defined
(default not defined), add security/p5-IO-Socket-SSL to RUN_DEPENDS.

Please note that this changes is based on PR: 71938, thank you Daniel.

PR:		71938
Submitted by:	daniel at dgrund.de (partly)
2004-10-23 17:14:49 +00:00
Makoto Matsushita
8806af6020 For the next time I do not break pkg-plist while upgrading, use
PORTVERSION string in the file.  It should be no content change,
and previous commit was made a few minutes before, don't bump PORTREVISION.
2004-03-22 01:53:22 +00:00
Makoto Matsushita
3c96318e3a Fix plist.
Found by: bento
Reported by: kris
Pointy hat to: matusita
2004-03-22 01:47:05 +00:00
Makoto Matsushita
202756df9a Update to v0.21.0.
Other (minor) changes are listed below:

* Update additional patches also.
* Add new perl module dependency which POPFile newly 'use'ed.
* Add new runtime dependency option, WITH_POPFILE_UPGRADE_FROM_0_20.
	If you're using previous version of POPFile, you may want to make
	this port with WITH_POPFILE_UPGRADE_FROM_0_20=YES.
* Display compile-time option introduction.
* Introduce popfile.sh, per-user bases startup script.  Since v0.21.0
  supports multi-user, you don't have to have your _own_ copy of POPFile.
  setup-popfile.sh is also removed; it doesn't need anymore.
2004-03-17 13:47:27 +00:00
Makoto Matsushita
1846b7dbfe New port: popfile
POPFile is an automatic mail classification tool.  Unlike other
email classification tools, POPFile acts as a POP3 proxy server.

Reviewed by:	kuriyama (mentor)
2004-02-22 16:01:20 +00:00