pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs-snapshot SETGIDGAME. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/054bee3c5385
branches:  trunk
changeset: 572070:054bee3c5385
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 19 20:37:08 2010 +0000

description:
SETGIDGAME. Bump revision.

diffstat:

 editors/emacs-snapshot/Makefile        |   3 ++-
 editors/emacs-snapshot/Makefile.common |  10 ++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 53d5ff86a77d -r 054bee3c5385 editors/emacs-snapshot/Makefile
--- a/editors/emacs-snapshot/Makefile   Fri Feb 19 20:30:21 2010 +0000
+++ b/editors/emacs-snapshot/Makefile   Fri Feb 19 20:37:08 2010 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2010/02/19 19:04:11 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2010/02/19 20:37:08 joerg Exp $
 
+PKGREVISION=   4
 CONFLICTS+=    emacs-nox11-[0-9]*
 
 .include "../../editors/emacs-snapshot/Makefile.common"
diff -r 53d5ff86a77d -r 054bee3c5385 editors/emacs-snapshot/Makefile.common
--- a/editors/emacs-snapshot/Makefile.common    Fri Feb 19 20:30:21 2010 +0000
+++ b/editors/emacs-snapshot/Makefile.common    Fri Feb 19 20:37:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2010/02/19 19:04:11 minskim Exp $
+# $NetBSD: Makefile.common,v 1.3 2010/02/19 20:37:08 joerg Exp $
 
 DISTNAME=      emacs-snapshot_20100217.orig
 PKGNAME=       ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
@@ -11,6 +11,7 @@
 LICENSE=       gnu-gpl-v3
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+SETGIDGAME=            yes
 
 CONFLICTS+=    emacs-nox11-[0-9]*
 
@@ -36,11 +37,12 @@
 REPLACE_PERL=          lib-src/grep-changelog
 CHECK_INTERPRETER_SKIP=        bin/grep-changelog
 
-MAKE_DIRS_PERMS+=      ${VARBASE}/games/emacs ${GAMEOWN} ${GAMEGRP} ${GAMEDIRMODE}
+MAKE_DIRS_PERMS+=      ${VARBASE}/games/emacs ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
 CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/snake-scores \
-                       ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
+                       ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
 CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/tetris-scores \
-                       ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
+                       ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
+SPECIAL_PERMS+=                libexec/emacs/${EMACS_VERSION}/${MACHINE_GNU_PLATFORM}/update-game-score ${SETGID_GAMES_PERMS}
 
 # build PATH in the dumped emacs is not a problem
 CHECK_WRKREF_SKIP+=    bin/emacs



Home | Main Index | Thread Index | Old Index