diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-05-13 14:29:56 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-05-13 14:29:56 +0800 |
commit | f22aac7586c4eb94a9436ada9997461a512f836d (patch) | |
tree | 6f0143b625dc0a8c94be822e7b19ef925db44e51 /games | |
parent | d2b584e168aa95c3baa2ef6bb76faff1b6a10cc3 (diff) | |
download | freebsd-ports-gnome-f22aac7586c4eb94a9436ada9997461a512f836d.tar.gz freebsd-ports-gnome-f22aac7586c4eb94a9436ada9997461a512f836d.tar.zst freebsd-ports-gnome-f22aac7586c4eb94a9436ada9997461a512f836d.zip |
- 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
Diffstat (limited to 'games')
-rw-r--r-- | games/netwalk/Makefile | 3 | ||||
-rw-r--r-- | games/netwalk/distinfo | 4 | ||||
-rw-r--r-- | games/netwalk/files/patch-Makefile | 12 |
3 files changed, 9 insertions, 10 deletions
diff --git a/games/netwalk/Makefile b/games/netwalk/Makefile index 0827c03b99a5..fb27a5548fe3 100644 --- a/games/netwalk/Makefile +++ b/games/netwalk/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= netwalk -PORTVERSION= 0.4.10 -PORTREVISION= 4 +PORTVERSION= 0.4.11 CATEGORIES= games MAINTAINER= nemysis@FreeBSD.org diff --git a/games/netwalk/distinfo b/games/netwalk/distinfo index 36da28e78a4a..1bffdc737443 100644 --- a/games/netwalk/distinfo +++ b/games/netwalk/distinfo @@ -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 diff --git a/games/netwalk/files/patch-Makefile b/games/netwalk/files/patch-Makefile index f444a37c9df8..cf8d58cb74c8 100644 --- a/games/netwalk/files/patch-Makefile +++ b/games/netwalk/files/patch-Makefile @@ -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 |