ports/98779: Updating Port: qSheff
Ozkan KIRIK
ozkan at enderunix.org
Sat Jun 10 18:20:43 UTC 2006
>Number: 98779
>Category: ports
>Synopsis: Updating Port: qSheff
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Jun 10 16:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Ozkan KIRIK
>Release: FreeBSD
>Organization:
EnderUNIX Software Development Team
>Environment:
System: FreeBSD
>Description:
Updating Port: qSheff
>How-To-Repeat:
>Fix:
Apply patch below:
--- qsheff_port_update begins here ---
diff -ruN qsheff_old/Makefile qsheff/Makefile
--- qsheff_old/Makefile Sat Jun 10 10:34:30 2006
+++ qsheff/Makefile Sat Jun 10 10:31:29 2006
@@ -6,13 +6,13 @@
#
PORTNAME= qsheff
-PORTVERSION= 1.0.r4
-PORTREVISION= 1
+PORTVERSION= 2.1.r1
+#PORTREVISION= 1
CATEGORIES= mail
-MASTER_SITES= http://www.enderunix.org/ \
+MASTER_SITES= http://www.enderunix.org/qsheff/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-r/}
+DISTNAME= ${PORTNAME}-II-${PORTVERSION:S/.r/-r/}
MAINTAINER= ports at FreeBSD.org
COMMENT= A qmail-queue replacement to filter mail traffic
@@ -27,7 +27,14 @@
PORTDOCS= spamass-qsheff.en.html README COPYING AUTHORS ChangeLog \
INSTALL UPGRADE THANKS TODO
-OPTIONS= CLAMAV "Integrate with Clam AntiVirus" on
+OPTIONS= CLAMAV "Integrate with Clam AntiVirus" on \
+ SPAMTAG "Enable Spam Tagging" off \
+ VIRUSTAG "Enable Virus Tagging" off \
+ DISABLELOCAL "Disable Filters For Local Users" off \
+ SYSLOG "Enable Syslog Logging" off \
+ BACKUP "Enable Logging Incoming/Outgoing Mail" off \
+ CUSTOMERROR "Enable Custom Error Patch" off \
+ DEBUG "Enable Debug Messages" off \
CONFIGURE_ARGS+= --with-qmaildir=${QMAIL_PREFIX}
@@ -35,6 +42,36 @@
.if !defined(WITHOUT_CLAMAV)
RUN_DEPENDS+= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav
+CONFIGURE_ARGS+= --with-clamav
+CONFIGURE_ARGS+= --with-clamd-socket=/var/run/clamav/clamd
+.endif
+
+.if defined(WITH_SPAMTAG)
+CONFIGURE_ARGS+= --enable-spam-tag
+.endif
+
+.if defined(WITH_VIRUSTAG)
+CONFIGURE_ARGS+= --enable-virus-tag
+.endif
+
+.if defined(WITH_SYSLOG)
+CONFIGURE_ARGS+= --enable-syslog
+.endif
+
+.if defined(WITH_DISABLELOCAL)
+CONFIGURE_ARGS+= --disable-local-users
+.endif
+
+.if defined(WITH_BACKUP)
+CONFIGURE_ARGS+= --enable-backup
+.endif
+
+.if defined(WITH_CUSTOMERROR)
+CONFIGURE_ARGS+= --enable-custom-error
+.endif
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
.endif
post-patch:
diff -ruN qsheff_old/distinfo qsheff/distinfo
--- qsheff_old/distinfo Sat Jun 10 10:34:30 2006
+++ qsheff/distinfo Sat Jun 10 10:32:31 2006
@@ -1,3 +1,2 @@
-MD5 (qsheff-1.0-r4.tar.gz) = 2c507cf6fc86ef8c9c60575e9fbd701e
-SHA256 (qsheff-1.0-r4.tar.gz) = 6c312b7d5feacc1de47867d3fa538583da3a700c200fdf17c456a25e5ecac632
-SIZE (qsheff-1.0-r4.tar.gz) = 93898
+MD5 (qsheff-II-2.1-r1.tar.gz) = 7f53c6434d573e4b830472e89eb7000a
+SIZE (qsheff-II-2.1-r1.tar.gz) = 131837
--- qsheff_port_update ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list