Date: Sun, 6 Apr 2014 20:09:45 +0200 (CEST) From: Tobias Rehbein <tobias.rehbein@web.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/188324: [maintainer-update] Update games/stonesoup from 0.13.1 to 0.13.2 Message-ID: <201404061809.s36I9jFG061936@oshi.local> Resent-Message-ID: <201404061830.s36IU2lg084615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188324 >Category: ports >Synopsis: [maintainer-update] Update games/stonesoup from 0.13.1 to 0.13.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 06 18:30:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Tobias Rehbein >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD oshi.local 10.0-RELEASE FreeBSD 10.0-RELEASE #0: Sun Feb 2 17:16:17 CET 2014 tobi@oshi.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update games/stonesoup from 0.13.1 to the latest bugfix release 0.13.2. While here use USES=compiler instead of the OSVERSION hack to handle clang. >How-To-Repeat: >Fix: --- games__stonesoup__0.13.1-0.13.2.diff begins here --- diff -ruN games/stonesoup.orig/Makefile games/stonesoup/Makefile --- games/stonesoup.orig/Makefile 2014-04-06 20:00:24.862811920 +0200 +++ games/stonesoup/Makefile 2014-04-06 19:57:18.967825441 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/games/stonesoup/Makefile 343603 2014-02-10 08:37:23Z culot $ PORTNAME= stonesoup -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.2 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-nodeps @@ -15,7 +15,7 @@ USE_SQLITE= yes USE_XZ= yes -USES= bison gmake perl5 pkgconfig +USES= bison gmake perl5 pkgconfig compiler USE_LUA= 5.1 USE_PERL5= build @@ -79,7 +79,7 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 1000100 +.if ${COMPILER_TYPE} == clang CFLAGS+= -std=c++0x .endif diff -ruN games/stonesoup.orig/distinfo games/stonesoup/distinfo --- games/stonesoup.orig/distinfo 2014-04-06 20:00:24.862811920 +0200 +++ games/stonesoup/distinfo 2014-04-06 19:57:18.967825441 +0200 @@ -1,2 +1,2 @@ -SHA256 (stone_soup-0.13.1-nodeps.tar.xz) = 9e32ca7e48bc3e12ce6bc8d963b01a0bce3f5826c6ca1d60947867f5602921e8 -SIZE (stone_soup-0.13.1-nodeps.tar.xz) = 9456356 +SHA256 (stone_soup-0.13.2-nodeps.tar.xz) = 279ff5f27fdff6f970f97cb2aaebe8915c0b407f781d48275de87571cb356eea +SIZE (stone_soup-0.13.2-nodeps.tar.xz) = 9512924 --- games__stonesoup__0.13.1-0.13.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061809.s36I9jFG061936>