Date: Sat, 22 Sep 2007 10:12:05 -0700 (PDT) From: Peter Johnson <johnson.peter@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116553: [MAINT] devel/yasm: Update to 0.6.2 Message-ID: <20070922171205.D890517907@cvs.tortall.net> Resent-Message-ID: <200709221740.l8MHe10G007808@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116553 >Category: ports >Synopsis: [MAINT] devel/yasm: Update to 0.6.2 >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: Sat Sep 22 17:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: >Description: Update devel/yasm from 0.6.1 to 0.6.2. >How-To-Repeat: >Fix: Patch attached. --- yasm-0.6.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/yasm/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 23 Jul 2007 09:35:45 -0000 1.18 +++ Makefile 21 Sep 2007 19:52:36 -0000 @@ -7,7 +7,7 @@ # PORTNAME= yasm -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/yasm/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 11 Jun 2007 03:17:10 -0000 1.8 +++ distinfo 21 Sep 2007 19:52:36 -0000 @@ -1,3 +1,3 @@ -MD5 (yasm-0.6.1.tar.gz) = 2add4f9253681d1dc6084c6676b98468 -SHA256 (yasm-0.6.1.tar.gz) = 7e70770ff3f16b6226870cc321731f3100b66dc749e4019087cc18c21388f3de -SIZE (yasm-0.6.1.tar.gz) = 1197893 +MD5 (yasm-0.6.2.tar.gz) = a9d5508702991de2bdd0903b8ba680ba +SHA256 (yasm-0.6.2.tar.gz) = fbc2ca5ad8266862b5a85f60124deb6e26f6ff5baf7452a9af4f428687ba300d +SIZE (yasm-0.6.2.tar.gz) = 1258582 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/yasm/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 31 Mar 2007 17:45:34 -0000 1.5 +++ pkg-plist 21 Sep 2007 19:52:36 -0000 @@ -3,18 +3,17 @@ include/libyasm-stdint.h include/libyasm/arch.h include/libyasm/assocdat.h -include/libyasm/bc-int.h include/libyasm/bitvect.h include/libyasm/bytecode.h include/libyasm/compat-queue.h include/libyasm/coretype.h include/libyasm/dbgfmt.h include/libyasm/errwarn.h -include/libyasm/expr-int.h include/libyasm/expr.h include/libyasm/file.h include/libyasm/floatnum.h include/libyasm/hamt.h +include/libyasm/insn.h include/libyasm/intnum.h include/libyasm/inttree.h include/libyasm/linemap.h ===> Done --- yasm-0.6.2.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?20070922171205.D890517907>