Date: Sat, 7 Dec 2002 15:23:50 -0600 (CST) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46077: [patch] fix fetch for devel/gsnes9x Message-ID: <200212072123.gB7LNoha078688@lonesome.lonesome.com>
next in thread | raw e-mail | index | archive | help
>Number: 46077 >Category: ports >Synopsis: [patch] fix fetch for devel/gsnes9x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 07 13:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Distfile moved. Note, however, that this patch does not fix the build problem. Perhaps the maintainer could take a look-see? >How-To-Repeat: make fetch >Fix: --- gsnes9x/Makefile.dist Sun Apr 15 19:13:35 2001 +++ gsnes9x/Makefile Sat Dec 7 14:35:41 2002 @@ -6,10 +6,11 @@ # PORTNAME= gsnes9x -PORTVERSION= 3.10 +PORTVERSION= 3.12 CATEGORIES= emulators -MASTER_SITES= http://abulafia.fciencias.unam.mx/~canek/gsnes9x/source/ -DISTNAME= GSnes9x-3.10 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= GSnes9x-${PORTVERSION} MAINTAINER= kbyanc@posi.net --- gsnes9x/distinfo.dist Sun Apr 15 19:13:35 2001 +++ gsnes9x/distinfo Sat Dec 7 14:36:23 2002 @@ -1 +1 @@ -MD5 (GSnes9x-3.10.tar.gz) = f51fe79c480b439e6a381bb1729daccd +MD5 (GSnes9x-3.12.tar.gz) = c8f4631b9ddbf7f513c2af322d12bcc5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212072123.gB7LNoha078688>