Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 12:30:53 -0700
From:      Travis Poppe <tlp@liquidx.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107149: [MAINTAINER UPDATE]: Update games/ctris to 0.42 and fix gcc 4.x build
Message-ID:  <20061223193053.GM16332@lickwid.net>
Resent-Message-ID: <200612232000.kBNK0ZN3099085@freefall.freebsd.org>

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

>Number:         107149
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update games/ctris to 0.42 and fix gcc 4.x build
>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:   Sat Dec 23 20:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
Update ctris to 0.42, fixing the gcc 4.x build issues reported.
>How-To-Repeat:
>Fix:
diff -ruN ctris.old/Makefile ctris/Makefile
--- ctris.old/Makefile	Sat Dec 23 12:23:05 2006
+++ ctris/Makefile	Sat Dec 23 12:25:22 2006
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	ctris
-PORTVERSION=	0.41
+PORTVERSION=	0.42
 CATEGORIES=	games
-MASTER_SITES=	http://www.liquidx.org/distfiles/ \
+MASTER_SITES=	http://www.hackl.dhs.org/data/download/files/ \
+		http://www.liquidx.org/distfiles/ \
 		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	mnag/${PORTNAME}
 
diff -ruN ctris.old/distinfo ctris/distinfo
--- ctris.old/distinfo	Sat Dec 23 12:23:05 2006
+++ ctris/distinfo	Sat Dec 23 12:25:27 2006
@@ -1,3 +1,3 @@
-MD5 (ctris-0.41.tar.bz2) = 6d5c0c4809a03a12ff6a75255e1585f6
-SHA256 (ctris-0.41.tar.bz2) = bd56139ce6675d70567282a47141c922f4201806545c6750e785fa05d4e3e2e3
-SIZE (ctris-0.41.tar.bz2) = 13914
+MD5 (ctris-0.42.tar.bz2) = 035627486d5f767f0c818a17a97bbe0c
+SHA256 (ctris-0.42.tar.bz2) = 4f8acca2c37b53bd319aa011a59684f5051d7dcb37d4459c100ee50f66cf38b0
+SIZE (ctris-0.42.tar.bz2) = 13890
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061223193053.GM16332>