Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2016 18:09:01 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405084 - head/games/sxsame
Message-ID:  <201601021809.u02I91LS057668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Jan  2 18:09:00 2016
New Revision: 405084
URL: https://svnweb.freebsd.org/changeset/ports/405084

Log:
  - Remove deprecated @dirrm's
  - Use new @(,,) keyword for ownerships

Modified:
  head/games/sxsame/pkg-plist

Modified: head/games/sxsame/pkg-plist
==============================================================================
--- head/games/sxsame/pkg-plist	Sat Jan  2 18:05:09 2016	(r405083)
+++ head/games/sxsame/pkg-plist	Sat Jan  2 18:09:00 2016	(r405084)
@@ -1,7 +1,5 @@
 @group games
-@mode 2755
-bin/sxsame
-@mode
+@(,,2755) bin/sxsame
 lib/X11/sxsame/bomb/blun.xpm
 lib/X11/sxsame/bomb/blus.xpm
 lib/X11/sxsame/bomb/cyan.xpm
@@ -28,10 +26,9 @@ lib/X11/sxsame/mono1.same
 lib/X11/sxsame/s_marble.bmp
 lib/X11/sxsame/samegame.dat
 lib/X11/sxsame/snake.bmp
-@dirrmtry lib/X11/sxsame/mono1
-@dirrmtry lib/X11/sxsame/bomb
-@dirrmtry lib/X11/sxsame
 @group
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp
 %%PORTDOCS%%%%DOCSDIR%%/README.jp
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dir(,games,) lib/X11/sxsame/mono1
+@dir(,games,) lib/X11/sxsame/bomb
+@dir(,games,) lib/X11/sxsame



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601021809.u02I91LS057668>