Received: by mail.netbsd.org (Postfix, from userid 605) id 3563884DA7; Sat, 1 Jul 2017 05:38:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC6FB84D9E for ; Sat, 1 Jul 2017 05:38:18 +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 gbNizLo_-jNW for ; Sat, 1 Jul 2017 05:38:18 +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 2CC1184CDA for ; Sat, 1 Jul 2017 05:38:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23E2AFAE8; Sat, 1 Jul 2017 05:38:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498887498283950" MIME-Version: 1.0 Date: Sat, 1 Jul 2017 05:38:18 +0000 From: "D'Arcy J.M. Cain" Subject: CVS commit: pkgsrc/net/Radicale To: pkgsrc-changes@NetBSD.org Reply-To: darcy@netbsd.org X-Mailer: log_accum Message-Id: <20170701053818.23E2AFAE8@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. --_----------=_1498887498283950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: darcy Date: Sat Jul 1 05:38:18 UTC 2017 Modified Files: pkgsrc/net/Radicale: Makefile Log Message: Correction to CONFLICTS line. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/Radicale/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1498887498283950 Content-Disposition: inline Content-Length: 711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Radicale/Makefile diff -u pkgsrc/net/Radicale/Makefile:1.20 pkgsrc/net/Radicale/Makefile:1.21 --- pkgsrc/net/Radicale/Makefile:1.20 Sat Jul 1 05:31:59 2017 +++ pkgsrc/net/Radicale/Makefile Sat Jul 1 05:38:18 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/07/01 05:31:59 darcy Exp $ +# $NetBSD: Makefile,v 1.21 2017/07/01 05:38:18 darcy Exp $ DISTNAME= Radicale-1.1.4 CATEGORIES= net time www @@ -15,7 +15,7 @@ RADICALE_USER?= www RADICALE_GROUP?= www PKG_GROUPS= ${RADICALE_GROUP} PKG_USERS= ${RADICALE_USER}:${RADICALE_GROUP} -CONFLICTS+= Radicale2-[0-9]* +CONFLICTS+= Radicale-[2-9]* INSTALLATION_DIRS= ${EGDIR} OWN_DIRS= ${PKG_SYSCONFDIR}/radicale --_----------=_1498887498283950--