Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Apr 2006 13:29:52 -0400 (EDT)
From:      Michael Scheidell <scheidell@secnap.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95315: Upgrade SA Makefile: razor not restricted, bump depends
Message-ID:  <20060404172952.A65F0137BBA@scanner.secnap.net>
Resent-Message-ID: <200604041730.k34HUBpV036763@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95315
>Category:       ports
>Synopsis:       Upgrade SA Makefile: razor not restricted, bump depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 04 17:30:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Scheidell
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
SECNAP Network Security
>Environment:
System: FreeBSD scanner.secnap.net 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #16: Sat Oct 22 11:14:55 EDT 2005 scheidell@scanner.secnap.net:/usr/obj/usr/src/sys/SCANNER i386
>Description:
	Vilpul's Razor no longer closed for commercial use (2.81 +)
        Patched Makefile to require minimum 2.81 version
        (I assume I did it right: razor-client depends didn't work)
        New DomainKeys requires DomainKeys version .80 or greater
        Patched Makefile for that
>How-To-Repeat:
        NA
>Fix:

--- Makefile.orig       Fri Mar 31 20:02:57 2006
+++ Makefile    Tue Apr  4 13:21:08 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=      Mail-SpamAssassin
 PORTVERSION=   3.1.1
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_APACHE:S/$/:apache/} 
${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
 MASTER_SITE_SUBDIR=    spamassassin/source/:apache Mail/:cpan
@@ -69,11 +69,11 @@
 .endif
 
 .if defined(WITH_RAZOR)
-RUN_DEPENDS+=  razor-client:${PORTSDIR}/mail/razor-agents
+RUN_DEPENDS+=  razor-agents>=2.81:${PORTSDIR}/mail/razor-agents
 .endif
 
 .if defined(WITH_DOMAINKEYS)
-RUN_DEPENDS+=  
${SITE_PERL}/Mail/DomainKeys.pm:${PORTSDIR}/mail/p5-Mail-DomainKeys
+RUN_DEPENDS+=  
p5-Mail-DomainKeys>=0.80:${PORTSDIR}/mail/p5-Mail-DomainKeys
 .endif
 
 .if defined(WITH_RELAY_COUNTRY)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060404172952.A65F0137BBA>