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

(-)Makefile (-3 / +4 lines)
Lines 12-17 Link Here
12
12
13
PORTNAME=	dspam-devel
13
PORTNAME=	dspam-devel
14
PORTVERSION=	${PORTVER_MAJ}${SNAP_DATE}
14
PORTVERSION=	${PORTVER_MAJ}${SNAP_DATE}
15
PORTREVISION=	1
15
CATEGORIES=	mail
16
CATEGORIES=	mail
16
MASTER_SITES=	http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
17
MASTER_SITES=	http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
17
18
Lines 39-44 Link Here
39
FETCH_BEFORE_ARGS=	-v -o ${DISTDIR}/${PORTNAME}-${PORTVERSION}.tar.gz
40
FETCH_BEFORE_ARGS=	-v -o ${DISTDIR}/${PORTNAME}-${PORTVERSION}.tar.gz
40
.endif
41
.endif
41
42
43
_UPD_LINE_NO=	31
44
42
## debug / log / admin options
45
## debug / log / admin options
43
OPTIONS=	DEBUG "Enable debugging logging" on
46
OPTIONS=	DEBUG "Enable debugging logging" on
44
OPTIONS+=	VERBOSE_DEBUG "Enable debug in LOGDIR/dspam.debug" off
47
OPTIONS+=	VERBOSE_DEBUG "Enable debug in LOGDIR/dspam.debug" off
Lines 106-113 Link Here
106
109
107
PKGMESSAGE=	 ${WRKSRC}/src/README.FreeBSD
110
PKGMESSAGE=	 ${WRKSRC}/src/README.FreeBSD
108
111
109
_UPD_LINE_NO=	23
110
111
CONFLICTS=	dspam-[0-9]*
112
CONFLICTS=	dspam-[0-9]*
112
113
113
SIGNATURE_LIFE?=	15
114
SIGNATURE_LIFE?=	15
Lines 393-400 Link Here
393
.endif
394
.endif
394
395
395
.ifdef(WITH_CGI)
396
.ifdef(WITH_CGI)
397
USE_APACHE=	1.3+
396
LIB_DEPENDS+=	gd.4:${PORTSDIR}/graphics/gd
398
LIB_DEPENDS+=	gd.4:${PORTSDIR}/graphics/gd
397
RUN_DEPENDS+=	${LOCALBASE}/sbin/apachectl:${PORTSDIR}/${APACHE_PORT}
398
RUN_DEPENDS+=	${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD
399
RUN_DEPENDS+=	${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD
399
RUN_DEPENDS+=	${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
400
RUN_DEPENDS+=	${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
400
RUN_DEPENDS+=	${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d
401
RUN_DEPENDS+=	${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d
(-)files/UPDATING (+8 lines)
Lines 13-18 Link Here
13
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
13
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
14
14
15
###########################################################################
15
###########################################################################
16
# dspam-devel-3.6.1_1
17
#
18
19
fix RUN_DEPENDS for WITH_CGI=on by USE_APACHE=1.3+, no need to upgrade if
20
already installed
21
22
23
###########################################################################
16
# dspam-devel-3.6.1
24
# dspam-devel-3.6.1
17
#
25
#

Return to bug 89152