Date: Sat, 31 Jan 2009 03:26:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131179: [PATCH] emulators/zsnes: distfiles was rerolled Message-ID: <20090131032611.7002D108838@hades.panopticon> Resent-Message-ID: <200901310030.n0V0U8VG033641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131179 >Category: ports >Synopsis: [PATCH] emulators/zsnes: distfiles was rerolled >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 31 00:30:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Jan 24 06:27:03 UTC 2009 >Description: zsnes won't build due to distfile checksum mismatch, seems like the distfile was rerolled. Here's the diff against previous distfile contents: http://people.freebsd.org/~amdmi3/zsnes.diff I don't see anything suspicious. PS. While here, also turn comment about why it's marked ONLY_FOR_ARCHS into more useful ONLY_FOR_ARCHS_REASON Port maintainer (cyberbotx@cyberbotx.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- zsnes-1.51_3,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/emulators/zsnes/Makefile,v retrieving revision 1.37 diff -u -u -r1.37 Makefile --- Makefile 18 Dec 2008 06:40:14 -0000 1.37 +++ Makefile 30 Jan 2009 23:57:46 -0000 @@ -7,7 +7,7 @@ PORTNAME= zsnes PORTVERSION= 1.51 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF @@ -20,8 +20,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -# non-portable, for a portable emulator see emulators/snes9x ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= non-portable, for a portable emulator see emulators/snes9x WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}/src Index: distinfo =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/emulators/zsnes/distinfo,v retrieving revision 1.15 diff -u -u -r1.15 distinfo --- distinfo 5 Feb 2007 18:53:35 -0000 1.15 +++ distinfo 30 Jan 2009 23:46:46 -0000 @@ -1,3 +1,3 @@ -MD5 (zsnes151src.tar.bz2) = 328071775f88f7c3b9fdb94176e5e417 -SHA256 (zsnes151src.tar.bz2) = eb013f824f5a9814a714cf0daaea3ea68a1c74fd741e5b0979fcb7964236a866 -SIZE (zsnes151src.tar.bz2) = 1071712 +MD5 (zsnes151src.tar.bz2) = 7071186bf80632ae88a153239498d8c9 +SHA256 (zsnes151src.tar.bz2) = 2856dedba272e9eed66cbf68dd4a9ae56797c373686c57371a65c7df35264623 +SIZE (zsnes151src.tar.bz2) = 1072340 --- zsnes-1.51_3,1.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?20090131032611.7002D108838>