Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 23A387A1BE for ; Fri, 14 Apr 2017 09:15:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C014D84DA7; Fri, 14 Apr 2017 09:15:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FA0684D7C for ; Fri, 14 Apr 2017 09:15:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SYl1cCgrmifd for ; Fri, 14 Apr 2017 09:15:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA7C984CE2 for ; Fri, 14 Apr 2017 09:15:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90418FBE4; Fri, 14 Apr 2017 09:15:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492161357259340" MIME-Version: 1.0 Date: Fri, 14 Apr 2017 09:15:57 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/net/netatalk22 To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20170414091557.90418FBE4@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. --_----------=_1492161357259340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Fri Apr 14 09:15:57 UTC 2017 Modified Files: pkgsrc/net/netatalk22: Makefile Log Message: GC list of conflicts - the pkgsrc framework will detect PLIST conflicts automajically, says wiz@ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/netatalk22/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492161357259340 Content-Disposition: inline Content-Length: 831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/netatalk22/Makefile diff -u pkgsrc/net/netatalk22/Makefile:1.7 pkgsrc/net/netatalk22/Makefile:1.8 --- pkgsrc/net/netatalk22/Makefile:1.7 Thu Apr 13 14:35:53 2017 +++ pkgsrc/net/netatalk22/Makefile Fri Apr 14 09:15:57 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/04/13 14:35:53 hauke Exp $ +# $NetBSD: Makefile,v 1.8 2017/04/14 09:15:57 hauke Exp $ DISTNAME= netatalk-2.2.5 PKGNAME= ${DISTNAME:C/-/22-/} @@ -32,9 +32,6 @@ CONF_FILES+= ${EGDIR}/atalkd.conf ${PKG_ CONF_FILES+= ${EGDIR}/netatalk.conf ${PKG_SYSCONFDIR}/netatalk.conf CONF_FILES+= ${EGDIR}/papd.conf ${PKG_SYSCONFDIR}/papd.conf -CONFLICTS= netatalk3-[0-9]* netatalk30-[0-9]* netatalk-[0-9]* -CONFLICTS+= netatalk-asun-[0-9]* netatalk-umich-[0-9]* - .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= VARBASE --_----------=_1492161357259340--