Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2013 02:11:13 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310298 - in head/games/robotfindskitten: . files
Message-ID:  <201301130211.r0D2BDxX059264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Sun Jan 13 02:11:13 2013
New Revision: 310298
URL: http://svnweb.freebsd.org/changeset/ports/310298

Log:
  Update to 2.7182818.701

Modified:
  head/games/robotfindskitten/Makefile
  head/games/robotfindskitten/distinfo
  head/games/robotfindskitten/files/patch-src-Makefile.in

Modified: head/games/robotfindskitten/Makefile
==============================================================================
--- head/games/robotfindskitten/Makefile	Sun Jan 13 02:06:57 2013	(r310297)
+++ head/games/robotfindskitten/Makefile	Sun Jan 13 02:11:13 2013	(r310298)
@@ -1,13 +1,8 @@
-# Ports collection makefile for:  robotfindskitten
-# Date created:                   Wed Dec 3, 2003
-# Whom:                           Ceri Davies (ceri@FreeBSD.org)
-#
+# Created by: Ceri Davies (ceri@FreeBSD.org)
 # $FreeBSD$
-#
 
 PORTNAME=	robotfindskitten
-PORTVERSION=	1.7320508.406
-PORTREVISION=	1
+PORTVERSION=	2.7182818.701
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	http://robotfindskitten.org/download/POSIX/
@@ -15,14 +10,21 @@ MASTER_SITES=	http://robotfindskitten.or
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Yet another zen simulation
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	YES
-USE_GNOME=	glib12
 
-INFO=		${PORTNAME}
-PLIST_FILES=	bin/robotfindskitten
 MAN6=		robotfindskitten.6
 
-post-extract:
-	${RM}	${WRKSRC}/doc/robotfindskitten.info
+post-patch:
+	@${REINPLACE_CMD} -e 's,/usr/share/games/robotfindskitten,${DATADIR},' \
+		${WRKSRC}/doc/robotfindskitten.6
+
+do-install:
+	${MKDIR} ${DATADIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/src/robotfindskitten ${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/nki/vanilla.nki ${DATADIR}
+	${INSTALL_MAN} ${WRKSRC}/doc/robotfindskitten.6 ${MANPREFIX}/man/man6
 
 .include <bsd.port.mk>

Modified: head/games/robotfindskitten/distinfo
==============================================================================
--- head/games/robotfindskitten/distinfo	Sun Jan 13 02:06:57 2013	(r310297)
+++ head/games/robotfindskitten/distinfo	Sun Jan 13 02:11:13 2013	(r310298)
@@ -1,2 +1,2 @@
-SHA256 (robotfindskitten-1.7320508.406.tar.gz) = 08c8a826c3cf90a7f3dc1d42b087425af661971585f125b9bedca2bcc2a11852
-SIZE (robotfindskitten-1.7320508.406.tar.gz) = 406412
+SHA256 (robotfindskitten-2.7182818.701.tar.gz) = 7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719
+SIZE (robotfindskitten-2.7182818.701.tar.gz) = 437810

Modified: head/games/robotfindskitten/files/patch-src-Makefile.in
==============================================================================
--- head/games/robotfindskitten/files/patch-src-Makefile.in	Sun Jan 13 02:06:57 2013	(r310297)
+++ head/games/robotfindskitten/files/patch-src-Makefile.in	Sun Jan 13 02:11:13 2013	(r310298)
@@ -1,11 +1,13 @@
---- src/Makefile.in.orig	2008-07-04 00:13:35.000000000 -0400
-+++ src/Makefile.in	2008-07-04 00:13:50.000000000 -0400
-@@ -170,7 +170,7 @@
- target_alias = @target_alias@
+--- src.orig/Makefile.in	2012-12-21 14:56:49.000000000 -0500
++++ src/Makefile.in	2013-01-03 21:15:59.000000000 -0500
+@@ -199,8 +199,8 @@
+ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
 -execgamesdir = $(prefix)/games
+-AM_CPPFLAGS = -DSYSTEM_NKI_DIR=\"$(datadir)/games/robotfindskitten\"
 +execgamesdir = $(prefix)/bin
- robotfindskitten_SOURCES = draw.h messages.h robotfindskitten.c 
++AM_CPPFLAGS = -DSYSTEM_NKI_DIR=\"$(datadir)/robotfindskitten\"
+ robotfindskitten_SOURCES = robotfindskitten.c 
+ SPLINT_SUPPRESSIONS = +charintliteral +charindex
  all: all-am
- 



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