it's not a big deal (maint timeout)...but here are 2 fixes:

- set the delivery agent default to openbsd's, instead of it's default,
  /usr/bin/procmail, which just does not help for a default config ;)
- register the sqlite (sqlite3 FLAVOR) dir so pkg_delete can deal.

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/dspam/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile    6 Sep 2007 19:15:13 -0000       1.22
+++ Makefile    3 Oct 2007 14:30:05 -0000
@@ -4,7 +4,7 @@
 
 VERSION=       3.6.8
 DISTNAME=      dspam-${VERSION}
-PKGNAME=       ${DISTNAME}p4
+PKGNAME=       ${DISTNAME}p5
 SHARED_LIBS=   dspam   7.0
 CATEGORIES=    mail
 
@@ -33,6 +33,7 @@
                        --with-dspam-owner=root \
                        --with-dspam-group=bin \
                        --with-dspam-mode=0555 \
+                       --with-delivery-agent=/usr/libexec/mail.local \
                        --enable-long-usernames
 
 DOCS=          ${WRKSRC}/README ${WRKSRC}/UPGRADING ${WRKSRC}/RELEASE.NOTES \
Index: pkg/PFRAG.sqlite3
===================================================================
RCS file: /cvs/ports/mail/dspam/pkg/PFRAG.sqlite3,v
retrieving revision 1.3
diff -u -r1.3 PFRAG.sqlite3
--- pkg/PFRAG.sqlite3   18 Oct 2006 05:12:35 -0000      1.3
+++ pkg/PFRAG.sqlite3   3 Oct 2007 14:30:05 -0000
@@ -1,2 +1,3 @@
 @comment $OpenBSD: PFRAG.sqlite3,v 1.3 2006/10/18 05:12:35 aanriot Exp $
+share/examples/dspam/sqlite/
 share/examples/dspam/sqlite/purge-3.sql

Reply via email to