pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/textproc/dict-server
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.
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}
Home |
Main Index |
Thread Index |
Old Index