Received: by mail.netbsd.org (Postfix, from userid 605) id 8920684E3C; Tue, 27 Feb 2018 19:44:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D4C7784D98 for ; Tue, 27 Feb 2018 19:44:20 +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 PNR8tzR1hk8S for ; Tue, 27 Feb 2018 19:44:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3264784D84 for ; Tue, 27 Feb 2018 19:44:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F1D2FB40; Tue, 27 Feb 2018 19:44:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519760660270950" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 19:44:20 +0000 From: "Aleksey Cheusov" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/textproc/dict-server To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20180227194420.2F1D2FB40@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. --_----------=_1519760660270950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Tue Feb 27 19:44:20 UTC 2018 Modified Files: pkgsrc/textproc/dict-server [pkgsrc-2017Q1]: Makefile Log Message: dict-server: ++pkgrevision due to ABI change in libmaa To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.31.30.1 pkgsrc/textproc/dict-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519760660270950 Content-Disposition: inline Content-Length: 1018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/dict-server/Makefile diff -u pkgsrc/textproc/dict-server/Makefile:1.31 pkgsrc/textproc/dict-server/Makefile:1.31.30.1 --- pkgsrc/textproc/dict-server/Makefile:1.31 Fri Jul 12 10:45:03 2013 +++ pkgsrc/textproc/dict-server/Makefile Tue Feb 27 19:44:19 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2013/07/12 10:45:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.31.30.1 2018/02/27 19:44:19 cheusov Exp $ .include "../../textproc/dict-server/Makefile.common" PKGNAME= ${DISTNAME:S/dictd/dict-server/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc COMMENT= Dictionary Service Protocol server LICENSE= gnu-gpl-v2 @@ -29,8 +29,8 @@ DICTD_GROUP?= nogroup DICTD_GROUP?= dictd .endif -PKG_GROUPS= ${DICTD_GROUP} -PKG_USERS= ${DICTD_USER}:${DICTD_GROUP} +PKG_GROUPS= ${DICTD_GROUP} +PKG_USERS= ${DICTD_USER}:${DICTD_GROUP} PKG_GECOS.${DICTD_USER}= Dictionary\ protocol\ server\ user #PKG_HOME.${DICT_USER}= /nonexistent #PKG_SHELL.${DICT_USER}= ${NOLOGIN} --_----------=_1519760660270950--