pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/34190: pkgsrc: Upgrade devel/yasm to 0.5.0



>Number:         34190
>Category:       pkg
>Synopsis:       pkgsrc: Upgrade devel/yasm to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 12 18:10:00 +0000 2006
>Originator:     Shaun Amott
>Release:        NetBSD 3.0.1
>Organization:
>Environment:
NetBSD 3.0.1
Architecture: i386
Machine: i386
>Description:

- Upgrade devel/yasm package to the latest release, 0.5.0
- Update doc/TODO list
- Offer to take over maintainership

Details of changes since the previous release:
  http://www.tortall.net/projects/yasm/wiki/Release0.5.0

>How-To-Repeat:

>Fix:

-----Begin yasm.diff-----
Index: devel/yasm/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/yasm/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- devel/yasm/Makefile 13 Apr 2006 18:27:24 -0000      1.16
+++ devel/yasm/Makefile 12 Aug 2006 14:22:35 -0000
@@ -1,12 +1,11 @@
 # $NetBSD: Makefile,v 1.16 2006/04/13 18:27:24 jlam Exp $
 #
 
-DISTNAME=      yasm-0.4.0
-PKGREVISION=   1
+DISTNAME=      yasm-0.5.0
 CATEGORIES=    devel
 MASTER_SITES=  http://www.tortall.net/projects/yasm/releases/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    shaun%inerd.com@localhost
 HOMEPAGE=      http://www.tortall.net/projects/yasm/
 COMMENT=       Complete rewrite of the NASM assembler with BSD license
 
Index: devel/yasm/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/yasm/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- devel/yasm/PLIST    4 Dec 2005 20:00:01 -0000       1.4
+++ devel/yasm/PLIST    12 Aug 2006 14:22:35 -0000
@@ -10,38 +10,26 @@
 include/libyasm/coretype.h
 include/libyasm/dbgfmt.h
 include/libyasm/errwarn.h
-include/libyasm/expr-int.h
 include/libyasm/expr.h
+include/libyasm/expr-int.h
 include/libyasm/file.h
 include/libyasm/floatnum.h
 include/libyasm/hamt.h
 include/libyasm/intnum.h
 include/libyasm/linemgr.h
 include/libyasm/listfmt.h
+include/libyasm/md5.h
+include/libyasm/module.h
 include/libyasm/objfmt.h
 include/libyasm/optimizer.h
 include/libyasm/parser.h
+include/libyasm/phash.h
 include/libyasm/preproc.h
 include/libyasm/section.h
 include/libyasm/symrec.h
 include/libyasm/valparam.h
-lib/libyasm.la
-lib/yasm/arch_lc3b.la
-lib/yasm/arch_x86.la
-lib/yasm/dbgfmt_null.la
-lib/yasm/dbgfmt_stabs.la
-lib/yasm/listfmt_nasm.la
-lib/yasm/objfmt_bin.la
-lib/yasm/objfmt_coff.la
-lib/yasm/objfmt_dbg.la
-lib/yasm/objfmt_elf.la
-lib/yasm/objfmt_win32.la
-lib/yasm/objfmt_xdf.la
-lib/yasm/optimizer_basic.la
-lib/yasm/parser_nasm.la
-lib/yasm/preproc_nasm.la
-lib/yasm/preproc_raw.la
+include/libyasm/value.h
+lib/libyasm.a
 man/man1/yasm.1
 man/man7/yasm_arch.7
-@dirrm lib/yasm
 @dirrm include/libyasm
Index: devel/yasm/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/yasm/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- devel/yasm/distinfo 4 Dec 2005 20:00:01 -0000       1.4
+++ devel/yasm/distinfo 12 Aug 2006 14:22:35 -0000
@@ -1,8 +1,5 @@
 $NetBSD: distinfo,v 1.4 2005/12/04 20:00:01 kristerw Exp $
 
-SHA1 (yasm-0.4.0.tar.gz) = 46f3666b0aabd64898066c37c4a3141dc7e94129
-RMD160 (yasm-0.4.0.tar.gz) = 714b54d30208112f012564f9ec4860375eae65d2
-Size (yasm-0.4.0.tar.gz) = 1116987 bytes
-SHA1 (patch-aa) = 30430443ba6826fd55019f02947bf287ffbd109c
-SHA1 (patch-ab) = 41d6252586451e624f6cabd1e7335b50344f4d06
-SHA1 (patch-ac) = bdc920d91cd6a1cf3a8382be2dda071bc362b257
+SHA1 (yasm-0.5.0.tar.gz) = 2880d5a330a9948cb9ac3a5cb95d94a8ea704cde
+RMD160 (yasm-0.5.0.tar.gz) = 76893c8ea4552c1a580c78b8548e84338b1cf51c
+Size (yasm-0.5.0.tar.gz) = 1171590 bytes
Index: devel/yasm/patches/patch-aa
===================================================================
RCS file: devel/yasm/patches/patch-aa
diff -N devel/yasm/patches/patch-aa
--- devel/yasm/patches/patch-aa 4 Dec 2005 20:00:01 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/12/04 20:00:01 kristerw Exp $
-
---- m4/Makefile.in.orig        2004-10-31 13:00:09.000000000 +0900
-+++ m4/Makefile.in     2005-06-05 01:46:32.000000000 +0900
-@@ -45,7 +45,7 @@
-       $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
--mkinstalldirs = $(mkdir_p)
-+mkinstalldirs = mkdir -p
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- SOURCES =
Index: devel/yasm/patches/patch-ab
===================================================================
RCS file: devel/yasm/patches/patch-ab
diff -N devel/yasm/patches/patch-ab
--- devel/yasm/patches/patch-ab 4 Dec 2005 20:00:01 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/12/04 20:00:01 kristerw Exp $
-
---- Makefile.in.orig   2004-10-31 13:00:08.000000000 +0900
-+++ Makefile.in        2005-06-05 01:46:38.000000000 +0900
-@@ -192,7 +192,7 @@
-       $(ACLOCAL_M4)
- am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-  configure.lineno configure.status.lineno
--mkinstalldirs = $(mkdir_p)
-+mkinstalldirs = mkdir -p
- CONFIG_HEADER = config.h
- CONFIG_CLEAN_FILES =
- am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" 
"$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" 
"$(DESTDIR)$(includedir)" "$(DESTDIR)$(modincludedir)"
Index: devel/yasm/patches/patch-ac
===================================================================
RCS file: devel/yasm/patches/patch-ac
diff -N devel/yasm/patches/patch-ac
--- devel/yasm/patches/patch-ac 4 Dec 2005 20:00:01 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/12/04 20:00:01 kristerw Exp $
-
---- libltdl/Makefile.in.orig   2004-10-31 13:00:09.000000000 +0900
-+++ libltdl/Makefile.in        2005-06-05 01:48:33.000000000 +0900
-@@ -51,7 +51,7 @@
-       $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
--mkinstalldirs = $(mkdir_p)
-+mkinstalldirs = mkdir -p
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
Index: doc/TODO
===================================================================
RCS file: /cvsroot/pkgsrc/doc/TODO,v
retrieving revision 1.5328
diff -u -r1.5328 TODO
--- doc/TODO    12 Aug 2006 08:56:22 -0000      1.5328
+++ doc/TODO    12 Aug 2006 14:22:40 -0000
@@ -1184,7 +1184,6 @@
        o xview-3.2.1.4.21.2
        o xzip-182
        o yafc-1.1
-       o yasm-0.5.0
        o yaz-2.1.8
        o yencode-0.46
        o yodl-2.01.02
-----End yasm.diff-----




Home | Main Index | Thread Index | Old Index