svn commit: r367239 - head/games/xrot

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 3 23:22:47 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	games at 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


More information about the svn-ports-head mailing list