From b436d7849b7063ccb37a73901fbc1fc632b88557 Mon Sep 17 00:00:00 2001 From: gusi Date: Fri, 27 Jun 2014 06:24:59 +0000 Subject: Update gnome-chess to 3.12.3. Remove the PRCTL hack (which involved the removal of src/chess-engine.c) that was fixed after the release of 3.12.2. [1], [2] [1] https://bugzilla.gnome.org/show_bug.cgi?id=729042 [2] gnome-chess commit f2f2842bff233d2e git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19759 df743ca5-7f9a-e211-a948-0013205c9059 --- games/gnome-chess/Makefile | 7 +------ games/gnome-chess/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'games') diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index bce6211c0..c446e036b 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= gnome-chess -PORTVERSION= 3.12.2 +PORTVERSION= 3.12.3 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -31,9 +31,4 @@ OPTIONS_DEFAULT=GNUCHESS GNUCHESS_DESC= Use gnuchess engine for computer player GNUCHESS_RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess -post-patch: - @${REINPLACE_CMD} -e 's|HAVE_LINUX_PRCTL_H 1|HAVE_LINUX_PRCTL_H 0|g' \ - ${WRKSRC}/configure - ${RM} ${WRKSRC}/src/chess-engine.c - .include diff --git a/games/gnome-chess/distinfo b/games/gnome-chess/distinfo index 9d6b9e333..0f78458fc 100644 --- a/games/gnome-chess/distinfo +++ b/games/gnome-chess/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-chess-3.12.2.tar.xz) = 381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e -SIZE (gnome3/gnome-chess-3.12.2.tar.xz) = 2703836 +SHA256 (gnome3/gnome-chess-3.12.3.tar.xz) = 8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678 +SIZE (gnome3/gnome-chess-3.12.3.tar.xz) = 2705584 -- cgit