Date: Sat, 29 Dec 2007 16:06:03 -0500 (EST) From: "J.R. Oldroyd" <fbsd@opal.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/119142: port-update mail/assp: fix dependency error Message-ID: <200712292106.lBTL63KE034678@homobox.opal.com> Resent-Message-ID: <200712292110.lBTLA1LD004128@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119142 >Category: ports >Synopsis: port-update mail/assp: fix dependency error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 29 21:10:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: J.R. Oldroyd >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD foo.opal.com 6.2-STABLE FreeBSD 6.2-STABLE #34: Tue Jul 31 11:38:49 EDT 2007 x@x:/usr/src/sys/i386/compile/FOO i386 >Description: added missing port dependency also added additional missing %D where some were added by committer beech@ for me last time >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/assp/Makefile mail/assp/Makefile --- /usr/ports/mail/assp/Makefile Thu Dec 13 19:44:54 2007 +++ mail/assp/Makefile Sat Dec 29 15:58:35 2007 @@ -7,6 +7,7 @@ PORTNAME= assp PORTVERSION= 1.3.3.8 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install @@ -70,7 +71,8 @@ ZLIB "HTTP Header Compression on Admin Interface" on \ CLAMAV "ClamAV virus scanner" on \ DNSBL "DNS block list checking" on \ - MYSQL "Use MySQL db to store white/red/delaylists" off + MYSQL "Use MySQL db to store white/red/delaylists" off \ + SIMPLE "Use procedural Web Page interfaces" on WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME:U}_${PORTVERSION}-Install/${PORTNAME:U} @@ -116,6 +118,10 @@ .if !defined(WITHOUT_MYSQL) RUN_DEPENDS+= ${SITE_PERL}/Tie/RDBM.pm:${PORTSDIR}/databases/p5-Tie-DBI +.endif + +.if !defined(WITHOUT_SIMPLE) +RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww .endif EXTRACT_AFTER_ARGS= -d ${PORTNAME}-${PORTVERSION} diff -ruN /usr/ports/mail/assp/pkg-plist mail/assp/pkg-plist --- /usr/ports/mail/assp/pkg-plist Thu Dec 13 19:44:54 2007 +++ mail/assp/pkg-plist Sat Dec 29 15:52:55 2007 @@ -54,4 +54,4 @@ @unexec rm -f %D%%ASSP_HOME%%/images 2>/dev/null || true @unexec rm -f %D%%ASSP_HOME%%/files 2>/dev/null || true @unexec rmdir %D%%ASSP_HOME%% 2>/dev/null || true -@unexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi +@unexec if [ -d %D%%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %D%%ASSP_HOME%% directory."; fi >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712292106.lBTL63KE034678>