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.
This commit is contained in:
Makoto Matsushita 2009-10-08 16:55:54 +00:00
parent 5069921fc9
commit 384732d007
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242585
2 changed files with 7 additions and 6 deletions

View file

@ -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:

View file

@ -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