aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam-devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-17 14:46:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-17 14:46:54 +0000
commitc1a55c468c6693a79716b2dee2b56cce169fe73e (patch)
tree273829332e4ded626141fba5b2e4785cd7129fbd /mail/dspam-devel
parent65fa2f6d3273013d8a3bec1d8fe7a23ef52db91a (diff)
downloadports-c1a55c468c6693a79716b2dee2b56cce169fe73e.tar.gz
ports-c1a55c468c6693a79716b2dee2b56cce169fe73e.zip
Notes
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r--mail/dspam-devel/Makefile6
-rw-r--r--mail/dspam-devel/files/UPDATING8
2 files changed, 11 insertions, 3 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index 08d6c408c966..3464f1a42773 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/Makefile
@@ -39,6 +39,8 @@ DISTFILES= snapshot-devel.tar.gz
FETCH_BEFORE_ARGS= -v -o ${DISTDIR}/${PORTNAME}-${PORTVERSION}.tar.gz
.endif
+_UPD_LINE_NO= 31
+
## debug / log / admin options
OPTIONS= DEBUG "Enable debugging logging" on
OPTIONS+= VERBOSE_DEBUG "Enable debug in LOGDIR/dspam.debug" off
@@ -106,8 +108,6 @@ STRIP=
PKGMESSAGE= ${WRKSRC}/src/README.FreeBSD
-_UPD_LINE_NO= 23
-
CONFLICTS= dspam-[0-9]*
SIGNATURE_LIFE?= 15
@@ -393,8 +393,8 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE}
.endif
.ifdef(WITH_CGI)
+USE_APACHE= 1.3+
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
-RUN_DEPENDS+= ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/${APACHE_PORT}
RUN_DEPENDS+= ${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS+= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS+= ${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d
diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING
index 8433e99c9ac6..beddd19abfe2 100644
--- a/mail/dspam-devel/files/UPDATING
+++ b/mail/dspam-devel/files/UPDATING
@@ -13,6 +13,14 @@ in the port directory:
make extract; more `find . -type f -maxdepth 2 -name UPGRADING`
###########################################################################
+# dspam-devel-3.6.1_1
+#
+
+fix RUN_DEPENDS for WITH_CGI=on by USE_APACHE=1.3+, no need to upgrade if
+already installed
+
+
+###########################################################################
# dspam-devel-3.6.1
#