svn commit: r405651 - head/games/nethack32

Greg Lewis glewis at FreeBSD.org
Sat Jan 9 18:18:04 UTC 2016


Author: glewis
Date: Sat Jan  9 18:18:02 2016
New Revision: 405651
URL: https://svnweb.freebsd.org/changeset/ports/405651

Log:
  . Fix the permissions of the playground.

Modified:
  head/games/nethack32/Makefile
  head/games/nethack32/pkg-plist

Modified: head/games/nethack32/Makefile
==============================================================================
--- head/games/nethack32/Makefile	Sat Jan  9 18:17:49 2016	(r405650)
+++ head/games/nethack32/Makefile	Sat Jan  9 18:18:02 2016	(r405651)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nethack32
 PORTVERSION=	3.2.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	SF/${TRUEPORTNAME}/${TRUEPORTNAME}/3.2.2
 DISTNAME=	nethack-322

Modified: head/games/nethack32/pkg-plist
==============================================================================
--- head/games/nethack32/pkg-plist	Sat Jan  9 18:17:49 2016	(r405650)
+++ head/games/nethack32/pkg-plist	Sat Jan  9 18:18:02 2016	(r405651)
@@ -126,4 +126,5 @@ man/man6/lev_comp%%HACKEXT%%.6.gz
 man/man6/%%HACKNAME%%.6.gz
 man/man6/recover%%HACKEXT%%.6.gz
 %%PORTDOCS%%%%DOCSDIR%%/Guidebook.txt
- at dir(games,games,0755) %%DATADIR%%/save
+ at dir(games,games,0775) %%DATADIR%%
+ at dir(games,games,0775) %%DATADIR%%/save


More information about the svn-ports-all mailing list