diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-17 22:45:14 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-17 22:45:14 +0800 |
commit | 40d44d3747e5fb5b58313a88209119540916958d (patch) | |
tree | a9204777f5592dd4f853d23152438e8d4529d824 /mail | |
parent | 66ab1b2da2283a53c4305bcd4a611c532876b873 (diff) | |
download | freebsd-ports-gnome-40d44d3747e5fb5b58313a88209119540916958d.tar.gz freebsd-ports-gnome-40d44d3747e5fb5b58313a88209119540916958d.tar.zst freebsd-ports-gnome-40d44d3747e5fb5b58313a88209119540916958d.zip |
- Fix WITH_CGI knob (convert to new USE_APACHE)
PR: ports/89150
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam/files/UPDATING | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 4a03b233131a..3e73623803cb 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -36,6 +36,8 @@ FETCH_BEFORE_ARGS= -v -o ${DISTDIR}/${PORTNAME}-${PORTVERSION}.tar.gz . endif .endif +_UPD_LINE_NO= 22 + ## debug / log / admin options OPTIONS= DEBUG "Enable debugging logging" on OPTIONS+= VERBOSE_DEBUG "Enable debug in LOGDIR/dspam.debug" off @@ -104,8 +106,6 @@ STRIP= PKGMESSAGE= ${WRKSRC}/src/README.FreeBSD -_UPD_LINE_NO= 10 - CONFLICTS= dspam-devel-[0-9]* SIGNATURE_LIFE?= 15 @@ -414,8 +414,8 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE} .endif .if defined(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/files/UPDATING b/mail/dspam/files/UPDATING index f7836b441446..5439f7d47259 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -16,6 +16,14 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-3.4.8 (2005/11/17) +# + +fix RUN_DEPENDS for WITH_CGI=on by USE_APACHE=1.3+, nno need to upgrade if +already installed + + +########################################################################### # dspam-3.4.8 # |