diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-06-27 14:24:59 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-06-27 14:24:59 +0800 |
commit | b436d7849b7063ccb37a73901fbc1fc632b88557 (patch) | |
tree | f39963fe839a730c0e4482b5023533f1e1f7ee50 /games | |
parent | 07234f204696efaba263163def45d9a58e141572 (diff) | |
download | marcuscom-ports-b436d7849b7063ccb37a73901fbc1fc632b88557.tar marcuscom-ports-b436d7849b7063ccb37a73901fbc1fc632b88557.tar.gz marcuscom-ports-b436d7849b7063ccb37a73901fbc1fc632b88557.tar.bz2 marcuscom-ports-b436d7849b7063ccb37a73901fbc1fc632b88557.tar.lz marcuscom-ports-b436d7849b7063ccb37a73901fbc1fc632b88557.tar.xz marcuscom-ports-b436d7849b7063ccb37a73901fbc1fc632b88557.tar.zst marcuscom-ports-b436d7849b7063ccb37a73901fbc1fc632b88557.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-chess/Makefile | 7 | ||||
-rw-r--r-- | games/gnome-chess/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
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 <bsd.port.mk> 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 |