aboutsummaryrefslogtreecommitdiff
path: root/mail/popfile
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2009-10-08 16:55:54 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2009-10-08 16:55:54 +0000
commit384732d0077dc965eec4ddac0cfe005413bb56bd (patch)
tree3e7dc4e30ff6cc11a6a41281f9be236bc147a295 /mail/popfile
parent5069921fc9adb1ff860ee4a6ef0ae7f027b1cfe6 (diff)
downloadports-384732d0077dc965eec4ddac0cfe005413bb56bd.tar.gz
ports-384732d0077dc965eec4ddac0cfe005413bb56bd.zip
Update to 1.1.1.
Note to users: From version 1.1.0, POPFile uses SQLite version 3, instead of version 2. Since database migration to SQLite3 is done automatically, you may better to backup your ${HOME}/.popfile data before upgrading.
Notes
Notes: svn path=/head/; revision=242585
Diffstat (limited to 'mail/popfile')
-rw-r--r--mail/popfile/Makefile7
-rw-r--r--mail/popfile/distinfo6
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile
index d01ae3dbed2e..b4945c6ddc4d 100644
--- a/mail/popfile/Makefile
+++ b/mail/popfile/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= popfile
-PORTVERSION= 1.0.1
+PORTVERSION= 1.1.1
#PORTREVISION= 0
CATEGORIES= mail
-MASTER_SITES= SF/${PORTNAME}/2.%20POPFile%20Cross%20Platform/v${PORTVERSION}
+MASTER_SITES= http://getpopfile.org/downloads/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= matusita@FreeBSD.org
COMMENT=Automatic mail classification tool, acts as a POP3 proxy
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite2.pm:${PORTSDIR}/databases/p5-DBD-SQLite2 \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
@@ -80,6 +80,7 @@ pre-fetch:
post-patch:
${CHMOD} +x ${WRKSRC}/popfile.pl
+ ${REINPLACE_CMD} -I '' -e "s,^#!/usr/bin/perl $$,#!${PERL}," ${WRKSRC}/popfile.pl
${FIND} ${PATCH_WRKSRC} -name '*.orig' -delete
do-install:
diff --git a/mail/popfile/distinfo b/mail/popfile/distinfo
index b0b8ad6c4238..a224cadb860b 100644
--- a/mail/popfile/distinfo
+++ b/mail/popfile/distinfo
@@ -1,3 +1,3 @@
-MD5 (popfile/popfile-1.0.1.zip) = b61a69e748b99faf0a2ef43a85db2311
-SHA256 (popfile/popfile-1.0.1.zip) = 1d91e7d05ed7c4ae401574d25515770ef3ed87a37f496a8aa929e3269e38d91d
-SIZE (popfile/popfile-1.0.1.zip) = 520177
+MD5 (popfile/popfile-1.1.1.zip) = 005bd6c4a39db3489800e0d9552f7993
+SHA256 (popfile/popfile-1.1.1.zip) = 4c54d8fd483c248a2208cdd2dbe1f4f4a0b79b974f24977ae694482b56f4d0f4
+SIZE (popfile/popfile-1.1.1.zip) = 535334