summaryrefslogtreecommitdiff
path: root/mail/popfile
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2006-02-22 14:10:17 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2006-02-22 14:10:17 +0000
commitae2b6c33d5938097d576295ddee3f774328a1013 (patch)
treed126873074b7497045f1d2df4de5cafada10ee50 /mail/popfile
parent- Update to 0.3.2 (diff)
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.
Notes
Notes: svn path=/head/; revision=156666
Diffstat (limited to 'mail/popfile')
-rw-r--r--mail/popfile/Makefile6
-rw-r--r--mail/popfile/distinfo12
-rw-r--r--mail/popfile/pkg-plist1
3 files changed, 11 insertions, 8 deletions
diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile
index d14531bbe312..47f1a202a48d 100644
--- a/mail/popfile/Makefile
+++ b/mail/popfile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= popfile
-PORTVERSION= 0.22.3
+PORTVERSION= 0.22.4
#PORTREVISION= 0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -36,7 +36,9 @@ START_SCRIPTS_SUB= DATADIR=${DATADIR}
.include <bsd.port.pre.mk>
.if defined(WITH_POPFILE_SSL)
-RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+# POPFile v0.22.4 works with IO::Socket::SSL version 0.96 but not 0.97.
+#RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+IGNORE= does not work with IO::Socket::SSL version 0.97
.endif
.if defined(WITH_POPFILE_XMLRPC)
diff --git a/mail/popfile/distinfo b/mail/popfile/distinfo
index 672db54ea4c5..f5b94c4d1d0b 100644
--- a/mail/popfile/distinfo
+++ b/mail/popfile/distinfo
@@ -1,6 +1,6 @@
-MD5 (popfile/popfile-0.22.3.zip) = d9cfec3458df8a810e4c8cd22e6668e5
-SHA256 (popfile/popfile-0.22.3.zip) = d72c94ffaf0102612dca8619d84f980f738a2f8122c3ed5b1f0d9368cc3e9693
-SIZE (popfile/popfile-0.22.3.zip) = 1645507
-MD5 (popfile/popfile-0.22.3-use-jcode.pl.patch) = 8f8cfe8a7043eb8bff43f4d794d5762c
-SHA256 (popfile/popfile-0.22.3-use-jcode.pl.patch) = 90d2ab090b4d9ef659171fce40301bf9d49d3226b0668680e31603319fc822c8
-SIZE (popfile/popfile-0.22.3-use-jcode.pl.patch) = 2876
+MD5 (popfile/popfile-0.22.4.zip) = 3261686efd19835e131ac9fe0b63346d
+SHA256 (popfile/popfile-0.22.4.zip) = 22bde2f4271eccce4c572436f15b13caa6547f442fd512ce04d89c43c783a906
+SIZE (popfile/popfile-0.22.4.zip) = 1644941
+MD5 (popfile/popfile-0.22.4-use-jcode.pl.patch) = 8f8cfe8a7043eb8bff43f4d794d5762c
+SHA256 (popfile/popfile-0.22.4-use-jcode.pl.patch) = 90d2ab090b4d9ef659171fce40301bf9d49d3226b0668680e31603319fc822c8
+SIZE (popfile/popfile-0.22.4-use-jcode.pl.patch) = 2876
diff --git a/mail/popfile/pkg-plist b/mail/popfile/pkg-plist
index 4070f89705af..61d43ece4a9d 100644
--- a/mail/popfile/pkg-plist
+++ b/mail/popfile/pkg-plist
@@ -171,6 +171,7 @@ sbin/popfile.sh
%%DATADIR%%/skins/oceanblue/common-bottom.thtml
%%DATADIR%%/skins/oceanblue/common-middle.thtml
%%DATADIR%%/skins/oceanblue/common-top.thtml
+%%DATADIR%%/skins/oceanblue/ie6.css
%%DATADIR%%/skins/oceanblue/style.css
%%DATADIR%%/skins/orange/style.css
%%DATADIR%%/skins/orangecream/style.css