Received: by mail.netbsd.org (Postfix, from userid 605) id 7064E84DEE; Tue, 2 Jun 2020 15:04:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE0BD84DEA for ; Tue, 2 Jun 2020 15:04:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xiqG8wqqTQht for ; Tue, 2 Jun 2020 15:04:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6F8BA84D64 for ; Tue, 2 Jun 2020 15:04:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60E78FB27; Tue, 2 Jun 2020 15:04:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591110267236090" MIME-Version: 1.0 Date: Tue, 2 Jun 2020 15:04:27 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/dspam To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200602150427.60E78FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591110267236090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Jun 2 15:04:27 UTC 2020 Modified Files: pkgsrc/mail/dspam: Makefile Added Files: pkgsrc/mail/dspam/files/smf: manifest.xml Log Message: dspam: Add SMF manifest. Provided by erwinlem in joyent/pkgsrc#267. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 pkgsrc/mail/dspam/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/mail/dspam/files/smf/manifest.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591110267236090 Content-Disposition: inline Content-Length: 2344 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/dspam/Makefile diff -u pkgsrc/mail/dspam/Makefile:1.105 pkgsrc/mail/dspam/Makefile:1.106 --- pkgsrc/mail/dspam/Makefile:1.105 Tue Jun 2 08:24:14 2020 +++ pkgsrc/mail/dspam/Makefile Tue Jun 2 15:04:27 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2020/06/02 08:24:14 adam Exp $ +# $NetBSD: Makefile,v 1.106 2020/06/02 15:04:27 jperkin Exp $ DISTNAME= dspam-3.10.2 PKGREVISION= 29 @@ -111,6 +111,7 @@ OWN_DIRS_PERMS+= ${DSPAM_PIDDIR} ${DSPAM FILES_SUBST+= DSPAM_USER=${DSPAM_USER} FILES_SUBST+= DSPAM_GROUP=${DSPAM_GROUP} +FILES_SUBST+= DSPAM_HOME=${DSPAM_HOME} FILES_SUBST+= DSPAM_PIDDIR=${DSPAM_PIDDIR} SUBST_CLASSES+= conf Added files: Index: pkgsrc/mail/dspam/files/smf/manifest.xml diff -u /dev/null pkgsrc/mail/dspam/files/smf/manifest.xml:1.1 --- /dev/null Tue Jun 2 15:04:27 2020 +++ pkgsrc/mail/dspam/files/smf/manifest.xml Tue Jun 2 15:04:27 2020 @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + --_----------=_1591110267236090--