From c689a6285d1b633aee0c9f2bd47f6bfa0638844f Mon Sep 17 00:00:00 2001 From: jylefort Date: Tue, 10 May 2005 17:26:44 +0000 Subject: - Update to 4.41.3 [1] - Use SUB_FILES=pkg-message PR: ports/80823 [1] Submitted by: maintainer [1] --- mail/mailscanner/Makefile | 5 ++- mail/mailscanner/distinfo | 4 +-- .../mailscanner/files/patch-docs:man:MailScanner.8 | 2 +- .../files/patch-docs:man:MailScanner.conf.5 | 2 +- mail/mailscanner/files/pkg-message.in | 41 ++++++++++++++++++++++ mail/mailscanner/pkg-message | 41 ---------------------- mail/mailscanner/pkg-plist | 2 ++ 7 files changed, 49 insertions(+), 48 deletions(-) create mode 100644 mail/mailscanner/files/pkg-message.in delete mode 100644 mail/mailscanner/pkg-message (limited to 'mail/mailscanner') diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 0c8a6840a0ea..9414c2b5185b 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.40.11 +PORTVERSION= 4.41.3 CATEGORIES= mail MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} @@ -40,7 +40,7 @@ PATCHLEVEL= 1 USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME}-install-${PORTVERSION} -PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message MAN8= MailScanner.8 MAN5= MailScanner.conf.5 @@ -232,7 +232,6 @@ do-install: fi; \ fi; \ done - @${SED} -e 's,%%PREFIX%%,${PREFIX},' pkg-message > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} renew-wrapper: install diff --git a/mail/mailscanner/distinfo b/mail/mailscanner/distinfo index 2cd69b52e89a..b1a50e38ad03 100644 --- a/mail/mailscanner/distinfo +++ b/mail/mailscanner/distinfo @@ -1,2 +1,2 @@ -MD5 (MailScanner-install-4.40.11-1.tar.gz) = afcf9a62303becc81b9661cbde81862a -SIZE (MailScanner-install-4.40.11-1.tar.gz) = 4888691 +MD5 (MailScanner-install-4.41.3-1.tar.gz) = 6df068ec74fb07bd1d166c1ad5e69cd6 +SIZE (MailScanner-install-4.41.3-1.tar.gz) = 4925560 diff --git a/mail/mailscanner/files/patch-docs:man:MailScanner.8 b/mail/mailscanner/files/patch-docs:man:MailScanner.8 index c1aa19701bc5..0d905251d1da 100644 --- a/mail/mailscanner/files/patch-docs:man:MailScanner.8 +++ b/mail/mailscanner/files/patch-docs:man:MailScanner.8 @@ -2,7 +2,7 @@ +++ docs/man/MailScanner.8 Fri Apr 1 16:10:33 2005 @@ -1,4 +1,4 @@ -.TH "MailScanner" "8" "4.38.2" "Julian Field" "Mail" -+.TH "MailScanner" "8" "4.40.10" "Julian Field" "Mail" ++.TH "MailScanner" "8" "4.41.3" "Julian Field" "Mail" .SH "NAME" .LP MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix diff --git a/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 b/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 index a2c54e1e6169..102d83691c83 100644 --- a/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 +++ b/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 @@ -2,7 +2,7 @@ +++ docs/man/MailScanner.conf.5 Fri Apr 1 16:10:37 2005 @@ -1,4 +1,4 @@ -.TH "MailScanner.conf" "5" "4.38.2" "Julian Field" "Mail" -+.TH "MailScanner.conf" "5" "4.40.10" "Julian Field" "Mail" ++.TH "MailScanner.conf" "5" "4.41.3" "Julian Field" "Mail" .SH "NAME" .LP MailScanner.conf \- Main configuration for MailScanner diff --git a/mail/mailscanner/files/pkg-message.in b/mail/mailscanner/files/pkg-message.in new file mode 100644 index 000000000000..edce99159358 --- /dev/null +++ b/mail/mailscanner/files/pkg-message.in @@ -0,0 +1,41 @@ +************************************************************************* + _ _____ _____ _____ _ _ _____ ___ ___ _ _ + / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | + / _ \ | | | | | _| | \| | | | | | | | | \| | + / ___ \| | | | | |___| |\ | | | | | |_| | |\ | + /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| + + See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, + http://www.mailscanner.info, the man pages MailScanner and + MailScanner.conf for further instructions. + + You will need to make several modifications to config files + before MailScanner will work correctly. + + If this is the first time you are installing this port you + should create an initial set of configuration files with + + make initial-config + + within this directory. Without this step you will only have + .sample files instead of real .conf files and report + templates. + + If you are upgrading your port you might consider + running + + make renew-wrapper + make renew-autoupdate + make renew-reports + + to update your virus-wrappers, autoupdates, reports and + languages.conf + + The english languages.conf is updated automatically. For all + other versions use the update_languages_conf tool found + in the work directory of this port. + + Sophos users: Please take a look at the Sophos install + script %%PREFIX%%/share/doc/MailScanner/Sophos.install.freebsd + +************************************************************************* diff --git a/mail/mailscanner/pkg-message b/mail/mailscanner/pkg-message deleted file mode 100644 index edce99159358..000000000000 --- a/mail/mailscanner/pkg-message +++ /dev/null @@ -1,41 +0,0 @@ -************************************************************************* - _ _____ _____ _____ _ _ _____ ___ ___ _ _ - / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | - / _ \ | | | | | _| | \| | | | | | | | | \| | - / ___ \| | | | | |___| |\ | | | | | |_| | |\ | - /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| - - See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, - http://www.mailscanner.info, the man pages MailScanner and - MailScanner.conf for further instructions. - - You will need to make several modifications to config files - before MailScanner will work correctly. - - If this is the first time you are installing this port you - should create an initial set of configuration files with - - make initial-config - - within this directory. Without this step you will only have - .sample files instead of real .conf files and report - templates. - - If you are upgrading your port you might consider - running - - make renew-wrapper - make renew-autoupdate - make renew-reports - - to update your virus-wrappers, autoupdates, reports and - languages.conf - - The english languages.conf is updated automatically. For all - other versions use the update_languages_conf tool found - in the work directory of this port. - - Sophos users: Please take a look at the Sophos install - script %%PREFIX%%/share/doc/MailScanner/Sophos.install.freebsd - -************************************************************************* diff --git a/mail/mailscanner/pkg-plist b/mail/mailscanner/pkg-plist index fa6d6350e6fb..04543e839b88 100644 --- a/mail/mailscanner/pkg-plist +++ b/mail/mailscanner/pkg-plist @@ -118,6 +118,7 @@ libexec/MailScanner/vexira-wrapper.sample %%DATADIR%%/reports/ca/stored.content.message.txt.sample %%DATADIR%%/reports/ca/stored.filename.message.txt.sample %%DATADIR%%/reports/ca/stored.virus.message.txt.sample +@exec mkdir -p %D/%%DATADIR%%/reports/cat %%DATADIR%%/reports/cy+en/deleted.content.message.txt.sample %%DATADIR%%/reports/cy+en/deleted.filename.message.txt.sample %%DATADIR%%/reports/cy+en/deleted.virus.message.txt.sample @@ -498,6 +499,7 @@ libexec/MailScanner/vexira-wrapper.sample %%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.63 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.0.0 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/index.html +%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/install/tcp %%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch.txt %%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch2.txt %%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch3.txt -- cgit