pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/dict-server
Module Name: pkgsrc
Committed By: cheusov
Date: Wed Feb 28 21:03:06 UTC 2018
Modified Files:
pkgsrc/textproc/dict-server: Makefile
Log Message:
textproc/dict-server: dump pkgrevision due to ABI change in libmaa
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.32
--- pkgsrc/textproc/dict-server/Makefile:1.31 Fri Jul 12 10:45:03 2013
+++ pkgsrc/textproc/dict-server/Makefile Wed Feb 28 21:03:06 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2013/07/12 10:45:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2018/02/28 21:03:06 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