View | Details | Raw Unified | Return to bug 164451
Collapse All | Expand All

(-)assp.new/Makefile (-4 / +3 lines)
Lines 2-13 Link Here
2
# Date created:				16 May 2005
2
# Date created:				16 May 2005
3
# Whom:					J.R. Oldroyd <fbsd@opal.com>
3
# Whom:					J.R. Oldroyd <fbsd@opal.com>
4
#
4
#
5
# $FreeBSD: ports/mail/assp/Makefile,v 1.41 2012/01/17 15:05:31 culot Exp $
5
# $FreeBSD: ports/mail/assp/Makefile,v 1.40 2011/12/05 11:37:23 scheidell Exp $
6
#
6
#
7
7
8
PORTNAME=	assp
8
PORTNAME=	assp
9
PORTVERSION=	1.9.1.9
9
PORTVERSION=	1.9.2.7
10
PORTREVISION=	1
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	mail
11
CATEGORIES=	mail
13
MASTER_SITES=	http://www.ringofsaturn.com/distfiles/
12
MASTER_SITES=	http://www.ringofsaturn.com/distfiles/
Lines 63-69 Link Here
63
62
64
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
63
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
65
RUN_DEPENDS+=	${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
64
RUN_DEPENDS+=	${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
66
		p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
65
		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
67
66
68
.if !defined(WITHOUT_EMVALID)
67
.if !defined(WITHOUT_EMVALID)
69
RUN_DEPENDS+=	${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid
68
RUN_DEPENDS+=	${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid
(-)assp.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ASSP_1.9.1.9-Install.zip) = f3ff8c2ed968f1d9d72891db749a2a8181bc803c4c3547882099d4501aa07934
1
SHA256 (ASSP_1.9.2.7-Install.zip) = 09665fff7da0aa349d9da66488eddb12251f1a3a67a0f13a4a4a845efc5a2210
2
SIZE (ASSP_1.9.1.9-Install.zip) = 835543
2
SIZE (ASSP_1.9.2.7-Install.zip) = 886342
(-)assp.new/files/pkg-install.in (-1 / +1 lines)
Lines 19-25 Link Here
19
    ln -sf ${DATADIR}/files ${ASSP_HOME}
19
    ln -sf ${DATADIR}/files ${ASSP_HOME}
20
    ln -sf ${DATADIR}/images ${ASSP_HOME}
20
    ln -sf ${DATADIR}/images ${ASSP_HOME}
21
    ln -sf ${DATADIR}/reports ${ASSP_HOME}
21
    ln -sf ${DATADIR}/reports ${ASSP_HOME}
22
    ln -sf ${DATADIR}/rebuildspam.pl ${ASSP_HOME}
22
    ln -sf ${DATADIR}/rebuildspamdb.pl ${ASSP_HOME}
23
    ln -sf ${ASSP_LOG} ${ASSP_HOME}/logs
23
    ln -sf ${ASSP_LOG} ${ASSP_HOME}/logs
24
24
25
fi
25
fi
(-)assp.new/pkg-plist (+3 lines)
Lines 40-45 Link Here
40
%%DATADIR%%/files/tlds-alpha-by-domain.txt
40
%%DATADIR%%/files/tlds-alpha-by-domain.txt
41
%%DATADIR%%/files/uriblwhite.txt
41
%%DATADIR%%/files/uriblwhite.txt
42
%%DATADIR%%/files/validptr.txt
42
%%DATADIR%%/files/validptr.txt
43
%%DATADIR%%/files/whiteptr.txt
43
%%DATADIR%%/files/whiteorg.txt
44
%%DATADIR%%/files/whiteorg.txt
44
%%DATADIR%%/images/assp.css
45
%%DATADIR%%/images/assp.css
45
%%DATADIR%%/images/blockreport.css
46
%%DATADIR%%/images/blockreport.css
Lines 73-78 Link Here
73
%%DATADIR%%/reports/notspamreport.txt
74
%%DATADIR%%/reports/notspamreport.txt
74
%%DATADIR%%/reports/npremovereport.txt
75
%%DATADIR%%/reports/npremovereport.txt
75
%%DATADIR%%/reports/npreport.txt
76
%%DATADIR%%/reports/npreport.txt
77
%%DATADIR%%/reports/persblackremovereport.txt
78
%%DATADIR%%/reports/persblackreport.txt
76
%%DATADIR%%/reports/redremovereport.txt
79
%%DATADIR%%/reports/redremovereport.txt
77
%%DATADIR%%/reports/redreport.txt
80
%%DATADIR%%/reports/redreport.txt
78
%%DATADIR%%/reports/slremovereport.txt
81
%%DATADIR%%/reports/slremovereport.txt

Return to bug 164451