mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- update to 1.9.2.7
PR: 164451 Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer)
This commit is contained in:
parent
585fbe0026
commit
478922e347
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289795
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= assp
|
||||
PORTVERSION= 1.9.1.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.9.2.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.ringofsaturn.com/distfiles/
|
||||
@ -63,7 +62,7 @@ SUB_LIST+= RC_SCRIPT=${RC_SCRIPT}
|
||||
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
||||
RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
|
||||
p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
|
||||
|
||||
.if !defined(WITHOUT_EMVALID)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ASSP_1.9.1.9-Install.zip) = f3ff8c2ed968f1d9d72891db749a2a8181bc803c4c3547882099d4501aa07934
|
||||
SIZE (ASSP_1.9.1.9-Install.zip) = 835543
|
||||
SHA256 (ASSP_1.9.2.7-Install.zip) = 09665fff7da0aa349d9da66488eddb12251f1a3a67a0f13a4a4a845efc5a2210
|
||||
SIZE (ASSP_1.9.2.7-Install.zip) = 886342
|
||||
|
@ -19,7 +19,7 @@ if [ "${2}" = "POST-INSTALL" ]; then
|
||||
ln -sf ${DATADIR}/files ${ASSP_HOME}
|
||||
ln -sf ${DATADIR}/images ${ASSP_HOME}
|
||||
ln -sf ${DATADIR}/reports ${ASSP_HOME}
|
||||
ln -sf ${DATADIR}/rebuildspam.pl ${ASSP_HOME}
|
||||
ln -sf ${DATADIR}/rebuildspamdb.pl ${ASSP_HOME}
|
||||
ln -sf ${ASSP_LOG} ${ASSP_HOME}/logs
|
||||
|
||||
fi
|
||||
|
@ -40,6 +40,7 @@ sbin/assplog
|
||||
%%DATADIR%%/files/tlds-alpha-by-domain.txt
|
||||
%%DATADIR%%/files/uriblwhite.txt
|
||||
%%DATADIR%%/files/validptr.txt
|
||||
%%DATADIR%%/files/whiteptr.txt
|
||||
%%DATADIR%%/files/whiteorg.txt
|
||||
%%DATADIR%%/images/assp.css
|
||||
%%DATADIR%%/images/blockreport.css
|
||||
@ -73,6 +74,8 @@ sbin/assplog
|
||||
%%DATADIR%%/reports/notspamreport.txt
|
||||
%%DATADIR%%/reports/npremovereport.txt
|
||||
%%DATADIR%%/reports/npreport.txt
|
||||
%%DATADIR%%/reports/persblackremovereport.txt
|
||||
%%DATADIR%%/reports/persblackreport.txt
|
||||
%%DATADIR%%/reports/redremovereport.txt
|
||||
%%DATADIR%%/reports/redreport.txt
|
||||
%%DATADIR%%/reports/slremovereport.txt
|
||||
|
Loading…
Reference in New Issue
Block a user