ports/75822: [MAINTAINER] mail/rules_du_jour: [New option CURL]

Michael Ranner mranner at inode.at
Tue Jan 4 21:50:24 UTC 2005


>Number:         75822
>Category:       ports
>Synopsis:       [MAINTAINER] mail/rules_du_jour: [New option CURL]
>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:   Tue Jan 04 21:50:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 4.11-RC1 i386
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 4.11-RC1 FreeBSD 4.11-RC1 #2: Mon Jan  3 21:35:45 CET
>Description:
Add new option CURL to reflect autodetection of curl

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- spamass-rules_du_jour-1.18_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/Makefile /usr/ports/mail/spamass-rules_du_jour.update/Makefile
--- /usr/ports/mail/spamass-rules_du_jour/Makefile	Thu Dec  2 03:17:40 2004
+++ /usr/ports/mail/spamass-rules_du_jour.update/Makefile	Tue Jan  4 22:46:44 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	rules_du_jour
 PORTVERSION=	1.18
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ranner.jawa.at/stuff/
 PKGNAMEPREFIX=	spamass-
@@ -19,6 +20,7 @@
 
 OPTIONS=	ANTIDRUG "Already included in SA 3.0" off \
 		BOGUS_VIRUS "Catch 'collateral spam' caused by viruses" on \
+		CURL "Use curl to download rule files" off \
 		EVILNUMBERS "Phone numbers, PO boxes, ... from spam " on \
 		RANDOM "Detects spamware mistakes like: %RANDOM_WORD" on \
 		SARE "Installs safe SARE rules" on \
@@ -37,6 +39,10 @@
 
 .if defined(WITH_BOGUS_VIRUS)
 SPAMASS_FILES+=	BOGUSVIRUS
+.endif
+
+.if defined(WITH_CURL)
+RUN_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
 .endif
 
 .if defined(WITH_EVILNUMBERS)
--- spamass-rules_du_jour-1.18_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list