From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 11 18:20:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6210D106567A for ; Thu, 11 Mar 2010 18:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 400B48FC13 for ; Thu, 11 Mar 2010 18:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2BIK2vB068944 for ; Thu, 11 Mar 2010 18:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2BIK2ZL068943; Thu, 11 Mar 2010 18:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 11 Mar 2010 18:20:02 GMT Resent-Message-Id: <201003111820.o2BIK2ZL068943@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, Andrius Morkunas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D02B9106566B for ; Thu, 11 Mar 2010 18:13:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A60038FC14 for ; Thu, 11 Mar 2010 18:13:09 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2BID9Sc031636 for ; Thu, 11 Mar 2010 18:13:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o2BID9te031635; Thu, 11 Mar 2010 18:13:09 GMT (envelope-from nobody) Message-Id: <201003111813.o2BID9te031635@www.freebsd.org> Date: Thu, 11 Mar 2010 18:13:09 GMT From: Andrius Morkunas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/144662: [patch] emulators/uae update to 0.8.29 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2010 18:20:02 -0000 >Number: 144662 >Category: ports >Synopsis: [patch] emulators/uae update to 0.8.29 >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: Thu Mar 11 18:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Andrius Morkunas >Release: >Organization: >Environment: >Description: Update emulators/uae from 0.8.25 to 0.8.29 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN emulators/uae.orig/Makefile emulators/uae/Makefile --- emulators/uae.orig/Makefile 2010-02-05 11:36:50.000000000 +0000 +++ emulators/uae/Makefile 2010-03-10 22:42:20.335082778 +0000 @@ -6,23 +6,21 @@ # PORTNAME= uae -PORTVERSION= 0.8.25 -PORTREVISION= 6 +PORTVERSION= 0.8.29 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ \ - http://www.electronghost.co.uk/~bernds/ +MASTER_SITES= http://www.amigaemulator.org/files/sources/develop/ MAINTAINER= simond@irrelevant.org COMMENT= Amiga emulator CONFLICTS= e-uae-[0-9]* +USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:262 -CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga +CONFIGURE_ARGS= --enable-sound USE_GNOME= gtk20 -USE_GCC= 3.4 CFLAGS+= ${PTHREAD_CFLAGS} diff -ruN emulators/uae.orig/distinfo emulators/uae/distinfo --- emulators/uae.orig/distinfo 2006-01-22 09:47:26.000000000 +0000 +++ emulators/uae/distinfo 2010-03-10 22:17:52.785412907 +0000 @@ -1,3 +1,3 @@ -MD5 (uae-0.8.25.tar.gz) = e660ca2bec3c016c978ef88117b0c432 -SHA256 (uae-0.8.25.tar.gz) = 611a7e04dd77080d87c7e9680aed997ed2be45116eec91613eb36a85235a686a -SIZE (uae-0.8.25.tar.gz) = 970727 +MD5 (uae-0.8.29.tar.bz2) = 54abbabb5e8580b679c52de019141d61 +SHA256 (uae-0.8.29.tar.bz2) = 2463524b19b36ab44de158c5f24871878eda05230ea391343849959643634317 +SIZE (uae-0.8.29.tar.bz2) = 925508 diff -ruN emulators/uae.orig/pkg-descr emulators/uae/pkg-descr --- emulators/uae.orig/pkg-descr 2000-09-06 15:06:32.000000000 +0000 +++ emulators/uae/pkg-descr 2010-03-10 22:27:32.097396034 +0000 @@ -1,7 +1,7 @@ This is a port for UAE, the Universal Amiga Emulator. You will require a valid Amiga ROM file in order for this to be useful. -WWW: http://www.freiburg.linux.de/~uae/ +WWW: http://www.amigaemulator.org/ - Simon Dick simond@irrelevant.org >Release-Note: >Audit-Trail: >Unformatted: