Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 06:29:57 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353916 - in head/games/netwalk: . files
Message-ID:  <201405130629.s4D6TveM003043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Tue May 13 06:29:56 2014
New Revision: 353916
URL: http://svnweb.freebsd.org/changeset/ports/353916
QAT: https://qat.redports.org/buildarchive/r353916/

Log:
  - Update to 0.4.11, Announce message:
  
   Use intptr_t to stop compiler warnings.
  
   Making a release because of the icons by Rusmir Dusko
  
  - Change patch, advice by upstream

Modified:
  head/games/netwalk/Makefile
  head/games/netwalk/distinfo
  head/games/netwalk/files/patch-Makefile

Modified: head/games/netwalk/Makefile
==============================================================================
--- head/games/netwalk/Makefile	Tue May 13 06:24:51 2014	(r353915)
+++ head/games/netwalk/Makefile	Tue May 13 06:29:56 2014	(r353916)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	netwalk
-PORTVERSION=	0.4.10
-PORTREVISION=	4
+PORTVERSION=	0.4.11
 CATEGORIES=	games
 
 MAINTAINER=	nemysis@FreeBSD.org

Modified: head/games/netwalk/distinfo
==============================================================================
--- head/games/netwalk/distinfo	Tue May 13 06:24:51 2014	(r353915)
+++ head/games/netwalk/distinfo	Tue May 13 06:29:56 2014	(r353916)
@@ -1,2 +1,2 @@
-SHA256 (netwalk-0.4.10.tar.gz) = 7665a282d71a4361ba1aacf40f068fe190d1d99540963cab2b3edff605d5f4b0
-SIZE (netwalk-0.4.10.tar.gz) = 91727
+SHA256 (netwalk-0.4.11.tar.gz) = 7665a282d71a4361ba1aacf40f068fe190d1d99540963cab2b3edff605d5f4b0
+SIZE (netwalk-0.4.11.tar.gz) = 91727

Modified: head/games/netwalk/files/patch-Makefile
==============================================================================
--- head/games/netwalk/files/patch-Makefile	Tue May 13 06:24:51 2014	(r353915)
+++ head/games/netwalk/files/patch-Makefile	Tue May 13 06:29:56 2014	(r353916)
@@ -1,11 +1,11 @@
 --- ./Makefile.orig	2013-09-24 07:25:27.000000000 +0200
-+++ ./Makefile	2014-05-01 00:55:15.349700629 +0200
-@@ -23,6 +23,8 @@
- sharedir.h : ./Makefile
++++ ./Makefile	2014-05-12 21:10:05.000000000 +0200
+@@ -24,7 +24,7 @@
  ifeq ("$(OS)", "win32")
  	echo '#define NETWALK_SHARE_DIR "."' > sharedir.h
-+else ("$(OS)", "FreeBSD")
-+	echo '#define NETWALK_SHARE_DIR "/usr/local/share/netwalk"' > sharedir.h
  else
- 	echo '#define NETWALK_SHARE_DIR "'$(PREFIX)'/share/netwalk"' > sharedir.h
+-	echo '#define NETWALK_SHARE_DIR "'$(PREFIX)'/share/netwalk"' > sharedir.h
++	echo '#define NETWALK_SHARE_DIR "/usr/local/share/netwalk"' > sharedir.h
  
+ endif
+ version.h : ./Makefile



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