summaryrefslogtreecommitdiff
path: root/games/pingus
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-02-16 11:18:58 +0000
committerwiz <wiz@pkgsrc.org>2013-02-16 11:18:58 +0000
commitd3c2da7a88afc3233a5afd1e3c223a40ad80cdd7 (patch)
treed0def9b6a36a2b3df4828dbc84a89a15adffc5c1 /games/pingus
parentbde4553a7c3ffd5d1cf4ccac8614fe83483d493e (diff)
downloadpkgsrc-d3c2da7a88afc3233a5afd1e3c223a40ad80cdd7.tar.gz
Recursive bump for png-1.6.
Diffstat (limited to 'games/pingus')
-rw-r--r--games/pingus/Makefile4
-rw-r--r--games/pingus/distinfo4
-rw-r--r--games/pingus/patches/patch-aa13
3 files changed, 5 insertions, 16 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile
index 630f39e1f64..f3310015fc3 100644
--- a/games/pingus/Makefile
+++ b/games/pingus/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2013/02/15 11:54:03 obache Exp $
+# $NetBSD: Makefile,v 1.12 2013/02/16 11:21:25 wiz Exp $
DISTNAME= pingus-0.7.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= games
MASTER_SITES= http://pingus.seul.org/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/games/pingus/distinfo b/games/pingus/distinfo
index 2f7c368f002..53ccba9a493 100644
--- a/games/pingus/distinfo
+++ b/games/pingus/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2012/11/23 12:35:01 joerg Exp $
+$NetBSD: distinfo,v 1.6 2013/02/16 11:21:25 wiz Exp $
SHA1 (pingus-0.7.3.tar.bz2) = ca7fe5cea65fb3392d1e81056a879831925502f2
RMD160 (pingus-0.7.3.tar.bz2) = 664d259a98a172d10480be9aa4ec87a424ecd6f1
Size (pingus-0.7.3.tar.bz2) = 11127278 bytes
-SHA1 (patch-aa) = 4b5a7c5dcebcb68e6d9e0661c5880f8b4a7ac49e
+SHA1 (patch-aa) = 172661a0f8dfbc53bf941796b1ec9c0ea98285ab
SHA1 (patch-ab) = 2f897472e0c006e6fa325c17eda34b05d0ba6a01
SHA1 (patch-ac) = f0c357e4b5d5b71eacac243c15792b3a78a146ec
SHA1 (patch-src_font.cpp) = 2bf0b3c31e18aae94269c09c92fa632cbf1c8070
diff --git a/games/pingus/patches/patch-aa b/games/pingus/patches/patch-aa
index 35224c0f8aa..137ebf496db 100644
--- a/games/pingus/patches/patch-aa
+++ b/games/pingus/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2012/11/23 12:35:01 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2013/02/16 11:21:25 wiz Exp $
NetBSD config & path fixes
@@ -37,17 +37,6 @@ NetBSD config & path fixes
context.Message('Check how to call iconv...')
for i in ['', 'const']:
-@@ -478,8 +484,8 @@
- if not config.CheckLibWithHeader('boost_signals', 'boost/signals.hpp', 'c++'):
- fatal_error += " * library 'boost_signals' not found\n"
-
-- if not config.CheckLibWithHeader('png', 'png.h', 'c++'):
-- fatal_error += " * library 'png' not found\n"
-+ if not config.CheckLibWithHeader('png15', 'png.h', 'c++'):
-+ fatal_error += " * library 'png15' not found\n"
-
- if config.CheckMyProgram('sdl-config'):
- env.ParseConfig('sdl-config --cflags --libs')
@@ -539,7 +545,9 @@
Help(opts.GenerateHelpText(env))