From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 22 06:20:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2248F16A41F for ; Fri, 22 Jul 2005 06:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C06143D46 for ; Fri, 22 Jul 2005 06:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6M6KB4O081198 for ; Fri, 22 Jul 2005 06:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6M6KBvg081197; Fri, 22 Jul 2005 06:20:11 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jul 2005 06:20:11 GMT Resent-Message-Id: <200507220620.j6M6KBvg081197@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrej Zverev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE0216A437 for ; Fri, 22 Jul 2005 06:20:07 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A921243D48 for ; Fri, 22 Jul 2005 06:20:06 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6M6L58D051354 for ; Fri, 22 Jul 2005 10:21:05 +0400 (MSD) Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2]) by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6M6L45V051349 for ; Fri, 22 Jul 2005 10:21:05 +0400 (MSD) Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD)) id 1DvqtK-0001Qa-Mk for FreeBSD-gnats-submit@freebsd.org; Fri, 22 Jul 2005 10:20:14 +0400 Message-Id: Date: Fri, 22 Jul 2005 10:20:14 +0400 From: Andrej Zverev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83893: [update] games/lincity-ng to 1.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 06:20:12 -0000 >Number: 83893 >Category: ports >Synopsis: [update] games/lincity-ng to 1.0.1 >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: Fri Jul 22 06:20:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Mon May 23 20:34:48 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Bugfix release and changes was: - Adjust volume in options - Load game on doubleclick - Fixed: Endgame evacuation causes termination of game. - Fixed: Hightech houses require tech 30, but the tooltip says 20. - Fixed: Suppressed doublicated tech-messages. - Fixed: Doublicated command line arguments. - Fixed: Crash when empty scenario is selected. >How-To-Repeat: >Fix: --- lincity-ng.diff begins here --- diff -Nru lincity-ng.orig/Makefile lincity-ng/Makefile --- lincity-ng.orig/Makefile Fri Jul 22 01:02:44 2005 +++ lincity-ng/Makefile Fri Jul 22 10:13:29 2005 @@ -6,7 +6,7 @@ # PORTNAME= lincity-ng -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/lincity-ng/ MASTER_SITE_SUBDIR= ${PORTNAME} diff -Nru lincity-ng.orig/distinfo lincity-ng/distinfo --- lincity-ng.orig/distinfo Fri Jul 22 01:02:44 2005 +++ lincity-ng/distinfo Fri Jul 22 10:13:36 2005 @@ -1,2 +1,2 @@ -MD5 (lincity-ng-1.0.tar.bz2) = 606253d145dcf9992ed8eea47e6795f3 -SIZE (lincity-ng-1.0.tar.bz2) = 34724931 +MD5 (lincity-ng-1.0.1.tar.bz2) = 1576a0765eb29a668f7af3084de00739 +SIZE (lincity-ng-1.0.1.tar.bz2) = 37629776 diff -Nru lincity-ng.orig/pkg-plist lincity-ng/pkg-plist --- lincity-ng.orig/pkg-plist Fri Jul 22 01:02:44 2005 +++ lincity-ng/pkg-plist Fri Jul 22 00:01:50 2005 @@ -685,6 +685,7 @@ %%DATADIR%%/locale/gui/nl.po %%DATADIR%%/locale/nl.po %%DATADIR%%/music/01 - pronobozo - lincity.ogg +%%DATADIR%%/music/city_blues.ogg %%DATADIR%%/opening/Beach.scn %%DATADIR%%/opening/bad_times.scn %%DATADIR%%/opening/good_times.scn --- lincity-ng.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: