Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 01:19:49 -0800
From:      Timothy Beyer <beyert@cs.ucr.edu>
To:        FreeBSD GNATS Submit <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        Timothy Beyer <beyert@cs.ucr.edu>
Subject:   ports/184077: update port: games/gemrb
Message-ID:  <87ob5g4ukq.wl@fastmail.fm>
Resent-Message-ID: <201311190920.rAJ9K00V057130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184077
>Category:       ports
>Synopsis:       update port: games/gemrb
>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:   Tue Nov 19 09:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Beyer
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
no organization
>Environment:
System: FreeBSD hypercube.aeonnet 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 1 00:41:23 PDT 2013 root@hypercube.aeonnet:/usr/obj/usr/src/sys/CUSTOM-9.2 amd64

>Description:

- Update to version 0.8.0.1 (has some kind of security fix), and bring back INSTALLS_ICONS

>How-To-Repeat:

    Apply patch and build port

>Fix:

    The included patch

--- gemrb.diff begins here ---
diff -urN gemrb.orig/Makefile gemrb/Makefile
--- gemrb.orig/Makefile	2013-09-20 10:36:33.000000000 -0700
+++ gemrb/Makefile	2013-11-19 01:11:22.000000000 -0800
@@ -2,9 +2,9 @@
 # $FreeBSD: games/gemrb/Makefile 327730 2013-09-20 17:36:33Z bapt $
 
 PORTNAME=	gemrb
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.0.1
 CATEGORIES=	games emulators
-MASTER_SITES=	SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION}%20Sources
+MASTER_SITES=	SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION:.1=}%20Sources
 
 MAINTAINER=	beyert@cs.ucr.edu
 COMMENT=	GemRB (Game engine made with preRendered Background)
@@ -23,6 +23,7 @@
 CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
 CMAKE_C_FLAGS=	${CFLAGS}
 CMAKE_ARGS=	-DDOC_DIR="${DOCSDIR}" -DMAN_DIR="${MAN6PREFIX}/man/man6/" -DDISABLE_WERROR=1 -DINSOURCEBUILD=1
+INSTALLS_ICONS=	yes
 
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
diff -urN gemrb.orig/distinfo gemrb/distinfo
--- gemrb.orig/distinfo	2013-05-11 05:03:02.000000000 -0700
+++ gemrb/distinfo	2013-11-19 01:00:46.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (gemrb-0.8.0.tar.gz) = 085af5d20e5ac4d587b3f26bb3878a0a5478e3ef8b317c4907d298c3aae1de29
-SIZE (gemrb-0.8.0.tar.gz) = 12231959
+SHA256 (gemrb-0.8.0.1.tar.gz) = 4d4fb00b09789c6de7e0959e7d7a1ccf6fc2aa6d0c86c4a6b35c45a2e9f5316d
+SIZE (gemrb-0.8.0.1.tar.gz) = 12303524

--- gemrb.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?87ob5g4ukq.wl>