Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 23:22:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367239 - head/games/xrot
Message-ID:  <201409032322.s83NMkQZ031966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  3 23:22:46 2014
New Revision: 367239
URL: http://svnweb.freebsd.org/changeset/ports/367239
QAT: https://qat.redports.org/buildarchive/r367239/

Log:
  - Change binary permissions to expectable 2555 (drop useless sticky bit)
  - Assign to games@
  
  Discussed with:	adamw@

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

Modified: head/games/xrot/Makefile
==============================================================================
--- head/games/xrot/Makefile	Wed Sep  3 22:06:35 2014	(r367238)
+++ head/games/xrot/Makefile	Wed Sep  3 23:22:46 2014	(r367239)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xrot
 PORTVERSION=	1.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \
 		http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
@@ -13,7 +13,7 @@ MASTER_SITES=	http://hanzubon.jp/mirrors
 		http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/
 MASTER_SITE_SUBDIR=	VinePlus/1.1/JG-0.9.1/sources
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	games@FreeBSD.org
 COMMENT=	Falling ball puzzle game for X
 
 WRKSRC=		${WRKDIR}/xrot

Modified: head/games/xrot/pkg-plist
==============================================================================
--- head/games/xrot/pkg-plist	Wed Sep  3 22:06:35 2014	(r367238)
+++ head/games/xrot/pkg-plist	Wed Sep  3 23:22:46 2014	(r367239)
@@ -1,2 +1,2 @@
-@(root,games,3755) bin/xrot
+@(root,games,2555) bin/xrot
 @sample(root,games,664) /var/games/xrot.scores.sample



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