Date: Fri, 28 Sep 2007 02:20:10 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116695: [MAINTAINER] games/fillets-ng: fix save/load with lua 5.1, update data Message-ID: <20070927222010.494544046@hades.panopticon> Resent-Message-ID: <200709272220.l8RMK2aZ045931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116695 >Category: ports >Synopsis: [MAINTAINER] games/fillets-ng: fix save/load with lua 5.1, update data >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: Thu Sep 27 22:20:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE-p12 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Update data version to 0.7.4, which has crash-on-load game problem solved >How-To-Repeat: >Fix: --- fillets-ng.patch begins here --- diff -ruN fillets-ng.orig/Makefile fillets-ng/Makefile --- fillets-ng.orig/Makefile Fri Sep 28 01:52:56 2007 +++ fillets-ng/Makefile Fri Sep 28 01:56:16 2007 @@ -7,9 +7,9 @@ PORTNAME= fillets-ng PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= fillets DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-data-${DATAVERSION}${EXTRACT_SUFX} @@ -32,7 +32,7 @@ OPTIONS= FRIBIDI "Enable fribidi support" off -DATAVERSION= 0.7.1 +DATAVERSION= 0.7.4 PORTDOCS= * diff -ruN fillets-ng.orig/distinfo fillets-ng/distinfo --- fillets-ng.orig/distinfo Fri Sep 28 01:52:56 2007 +++ fillets-ng/distinfo Fri Sep 28 01:56:07 2007 @@ -1,6 +1,6 @@ MD5 (fillets-ng/fillets-ng-0.7.4.tar.gz) = 912c146e70d90092a3dc89928e0be0f8 SHA256 (fillets-ng/fillets-ng-0.7.4.tar.gz) = 58a4fab8cd623aba438a4dbafe65eb2eb2f85de170652b2596cad134210f1ad7 SIZE (fillets-ng/fillets-ng-0.7.4.tar.gz) = 346022 -MD5 (fillets-ng/fillets-ng-data-0.7.1.tar.gz) = dabb8aa5dcce57e782a2a27343c40cc6 -SHA256 (fillets-ng/fillets-ng-data-0.7.1.tar.gz) = 7f9196e81e279ad088dd64a604bc6a8e9e10eedb75f080b6e845536e3ee13659 -SIZE (fillets-ng/fillets-ng-data-0.7.1.tar.gz) = 95672064 +MD5 (fillets-ng/fillets-ng-data-0.7.4.tar.gz) = 0a2a651342d1035c292817048a4e373c +SHA256 (fillets-ng/fillets-ng-data-0.7.4.tar.gz) = 60ecfca28814aacdf9dba188d10bc545d00644dc02285bff95760a2fcc5ca3a9 +SIZE (fillets-ng/fillets-ng-data-0.7.4.tar.gz) = 97584418 --- fillets-ng.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070927222010.494544046>