Index: devel/nasm/Makefile
===================================================================
RCS file: /cvs/ports/devel/nasm/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- devel/nasm/Makefile	26 Jun 2008 01:25:32 -0000	1.25
+++ devel/nasm/Makefile	27 Oct 2008 09:52:53 -0000
@@ -4,7 +4,7 @@
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-DISTNAME=	nasm-2.03.01
+DISTNAME=	nasm-2.05
 CATEGORIES=	devel lang
 
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=nasm/}
Index: devel/nasm/distinfo
===================================================================
RCS file: /cvs/ports/devel/nasm/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- devel/nasm/distinfo	26 Jun 2008 01:25:32 -0000	1.8
+++ devel/nasm/distinfo	27 Oct 2008 09:52:53 -0000
@@ -1,5 +1,5 @@
-MD5 (nasm-2.03.01.tar.gz) = EWZX0vshJAF+OnBPCZPPhQ==
-RMD160 (nasm-2.03.01.tar.gz) = ENtz2gRIff6T31OAMWfTTWw/C/Q=
-SHA1 (nasm-2.03.01.tar.gz) = PY08YFGYGetgmf2nUz0NMmwEeYc=
-SHA256 (nasm-2.03.01.tar.gz) = V06mdGpPWQlx9OaUxVgRrfd/5QlRtdoTNkf3TItfzFM=
-SIZE (nasm-2.03.01.tar.gz) = 945087
+MD5 (nasm-2.05.tar.gz) = PZqpVAO6RpXzIEtD6LQAfw==
+RMD160 (nasm-2.05.tar.gz) = f/6RekbpwaFSrnXTJhB6mUh8fw8=
+SHA1 (nasm-2.05.tar.gz) = ovf3uhWMj6gMOd6xThu6LnKclNw=
+SHA256 (nasm-2.05.tar.gz) = pEXuGsKZQfilEpH9tW1hPv2MxhnIKKw+zmzmXW2QvMY=
+SIZE (nasm-2.05.tar.gz) = 977293
Index: devel/nasm/patches/patch-doc_Makefile.in
===================================================================
RCS file: /cvs/ports/devel/nasm/patches/patch-doc_Makefile.in,v
retrieving revision 1.6
diff -u -r1.6 patch-doc_Makefile.in
--- devel/nasm/patches/patch-doc_Makefile.in	26 Jun 2008 01:25:33 -0000	1.6
+++ devel/nasm/patches/patch-doc_Makefile.in	27 Oct 2008 09:52:53 -0000
@@ -1,5 +1,5 @@
---- doc/Makefile.in.orig	Tue Jun 17 06:31:16 2008
-+++ doc/Makefile.in	Tue Jun 17 15:12:31 2008
+--- doc/Makefile.in.orig	Fri Oct 24 05:51:44 2008
++++ doc/Makefile.in	Mon Oct 27 12:46:41 2008
 @@ -8,7 +8,7 @@
  exec_prefix	= @exec_prefix@
  bindir		= @bindir@
@@ -9,42 +9,43 @@
  infodir		= @infodir@
  datarootdir	= @datarootdir@
  
-@@ -22,11 +22,8 @@
- PS2PDF          = ps2pdf		# Part of GhostScript
+@@ -27,12 +27,8 @@
+ PS2PDF          = @PS2PDF@		# Part of GhostScript
  
- SRCS		= nasmdoc.src
+ SRCS		= nasmdoc.src inslist.src changes.src
 -OUT		= info html nasmdoc.txt nasmdoc.ps nasmdoc.pdf
 +OUT		= info html nasmdoc.txt # nasmdoc.ps nasmdoc.pdf
  
 -# exports
 -export srcdir
 -export PERL
- 
+-
  all: $(OUT)
  
-@@ -40,17 +37,17 @@
+ os2: nasm.inf
+@@ -45,17 +41,17 @@
  
- html/nasmdoc0.html: nasmdoc.src rdsrc.pl inslist.src
+ html/nasmdoc0.html: $(SRCS) rdsrc.pl
  	mkdir -p html
 -	$(PERL) $(srcdir)/rdsrc.pl html < $<
 +	$(PERL) $(srcdir)/rdsrc.pl html < $(srcdir)/nasmdoc.src
  	mv -f *.html html
  
- nasmdoc.dip: nasmdoc.src rdsrc.pl inslist.src
+ nasmdoc.dip: $(SRCS) rdsrc.pl
 -	$(PERL) $(srcdir)/rdsrc.pl dip < $<
 +	$(PERL) $(srcdir)/rdsrc.pl dip < $(srcdir)/nasmdoc.src
  
- nasmdoc.texi: nasmdoc.src rdsrc.pl inslist.src
+ nasmdoc.texi: $(SRCS) rdsrc.pl
 -	$(PERL) $(srcdir)/rdsrc.pl texi < $<
 +	$(PERL) $(srcdir)/rdsrc.pl texi < $(srcdir)/nasmdoc.src
  
- nasmdoc.txt: nasmdoc.src rdsrc.pl inslist.src
+ nasmdoc.txt: $(SRCS) rdsrc.pl
 -	$(PERL) $(srcdir)/rdsrc.pl txt < $<
 +	$(PERL) $(srcdir)/rdsrc.pl txt < $(srcdir)/nasmdoc.src
  
  nasmdoc.ps: nasmdoc.dip nasmlogo.eps $(srcdir)/../version genpsdriver.pl \
  	    genps.pl psfonts.ph pswidth.ph head.ps
-@@ -64,7 +61,7 @@
+@@ -71,7 +67,7 @@
  
  info/nasm.info: nasmdoc.texi
  	mkdir -p info
@@ -53,23 +54,23 @@
  	mv -f *.info *.info-* info
  
  # DVI output from texinfo (optional)
-@@ -73,13 +70,12 @@
+@@ -80,13 +76,12 @@
  
  # Rules for building an OS/2 book
  nasmdoc.ipf: nasmdoc.texi
--	texi2ipf $< >$@
-+	texi2ipf $? >$@
+-	$(TEXI2IPF) $< >$@
++	$(TEXI2IPF) $? >$@
  
  nasm.inf: nasmdoc.ipf
--	ipfc -i -s $< $@
-+	ipfc -i -s $? $@
+-	$(IPFC) -i -s $< $@
++	$(IPFC) -i -s $? $@
  
  clean:
 -	-rm -f *.rtf *.hpj *.texi *.gid *.ipf *.dip
  	-rm -f *.aux *.cp *.fn *.ky *.pg *.log *.toc *.tp *.vr
  
  spotless: clean
-@@ -91,4 +87,4 @@
+@@ -98,4 +93,4 @@
  	$(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir)
  	mkdir -p $(INSTALLROOT)$(docdir)/html
  	$(INSTALL_DATA) html/* $(INSTALLROOT)$(docdir)/html
Index: devel/nasm/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/nasm/pkg/PLIST,v
retrieving revision 1.11
diff -u -r1.11 PLIST
--- devel/nasm/pkg/PLIST	26 Jun 2008 01:25:33 -0000	1.11
+++ devel/nasm/pkg/PLIST	27 Oct 2008 09:52:53 -0000
@@ -21,6 +21,7 @@
 share/doc/nasm/html/
 share/doc/nasm/html/nasmdo10.html
 share/doc/nasm/html/nasmdo11.html
+share/doc/nasm/html/nasmdo12.html
 share/doc/nasm/html/nasmdoc0.html
 share/doc/nasm/html/nasmdoc1.html
 share/doc/nasm/html/nasmdoc2.html
@@ -33,6 +34,7 @@
 share/doc/nasm/html/nasmdoc9.html
 share/doc/nasm/html/nasmdoca.html
 share/doc/nasm/html/nasmdocb.html
+share/doc/nasm/html/nasmdocc.html
 share/doc/nasm/html/nasmdoci.html
 share/doc/nasm/internal.doc
 share/doc/nasm/nasmdoc.txt
