From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 12 09:10:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 715471065670 for ; Wed, 12 May 2010 09:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 484268FC15 for ; Wed, 12 May 2010 09:10:04 +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 o4C9A4xh035145 for ; Wed, 12 May 2010 09:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4C9A4MT035143; Wed, 12 May 2010 09:10:04 GMT (envelope-from gnats) Date: Wed, 12 May 2010 09:10:04 GMT Message-Id: <201005120910.o4C9A4MT035143@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Kozlov Cc: Subject: Re: ports/146512: [patch] devel/yasm update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Kozlov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2010 09:10:04 -0000 The following reply was made to PR ports/146512; it has been noted by GNATS. From: Alex Kozlov To: bug-followup@FreeBSD.org, spam@rm-rf.kiev.ua Cc: Subject: Re: ports/146512: [patch] devel/yasm update to 1.0.0 Date: Wed, 12 May 2010 12:01:21 +0300 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Updated patch. --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Index: devel/yasm/Makefile @@ -7,7 +7,7 @@ # PORTNAME= yasm -PORTVERSION= 0.8.0 +PORTVERSION= 1.0.0 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ Index: devel/yasm/distinfo @@ -1,3 +1,3 @@ -MD5 (yasm-0.8.0.tar.gz) = 84a72204c9b452a00b39b1b00495163f -SHA256 (yasm-0.8.0.tar.gz) = b5a9d4c99fb9d678eafc735f2eb9a05c193e6e6f7b0d45ed686796f3bfc8d887 -SIZE (yasm-0.8.0.tar.gz) = 1419273 +MD5 (yasm-1.0.0.tar.gz) = e00627e13d30ff9238053e95bd93a8fb +SHA256 (yasm-1.0.0.tar.gz) = 06b06f2ce8e08e1be261e090175a045cfef4e9863e48df764d77e4e2532ea959 +SIZE (yasm-1.0.0.tar.gz) = 1413534 Index: devel/yasm/pkg-plist @@ -1,5 +1,6 @@ bin/yasm bin/ytasm +bin/vsyasm include/libyasm.h include/libyasm-stdint.h include/libyasm/arch.h --fUYQa+Pmc3FrFX/N--