- Update to 2.10.09

- Switch to tar.xz distfile [1]
- Support STAGEDIR

PR:	ports/177598 (based on) [1]
Submitted by:	Takefu <takefu@airport.fm> [1]
Approved by:	portmgr (tabthorpe)
This commit is contained in:
Alex Kozlov 2013-10-15 20:00:31 +00:00
parent 2f413cc184
commit df170d5e4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330452
3 changed files with 21 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nasm
PORTVERSION= 2.10.03
PORTVERSION= 2.10.09
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/
@ -13,20 +13,16 @@ COMMENT= General-purpose multi-platform x86 and amd64 assembler
LICENSE= BSD
USE_BZIP2= yes
USE_XZ= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes # parallel builds (-jX) are broken with BSD make(1)
USES= gmake # parallel builds (-jX) are broken with BSD make(1)
MAKE_ARGS+= INSTALLROOT=${STAGEDIR}
INSTALL_TARGET= install install_rdf
MAN1= ldrdf.1 nasm.1 ndisasm.1 rdf2bin.1 rdf2com.1 rdf2ihx.1 \
rdf2ith.1 rdf2srec.1 rdfdump.1 rdflib.1 rdx.1
PORTDOCS= *
NO_STAGE= yes
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/nasmdoc.txt ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/nasmdoc.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View file

@ -1,4 +1,4 @@
SHA256 (nasm-2.10.03.tar.bz2) = 3babec15086fed1d00495e7c412848fd135cad70faa811738cb35da46d98974c
SIZE (nasm-2.10.03.tar.bz2) = 814055
SHA256 (nasm-2.10.03-xdoc.tar.bz2) = e3ec49fceb3327875a3185811448928b4055a3c0ed49d3f2c7fa0e256c156552
SIZE (nasm-2.10.03-xdoc.tar.bz2) = 852199
SHA256 (nasm-2.10.09.tar.xz) = 9ffd9f910c783ee798cf2986cec01ebeeb01ba0ecacef64d2d4bea927c41fbf2
SIZE (nasm-2.10.09.tar.xz) = 686416
SHA256 (nasm-2.10.09-xdoc.tar.xz) = 42598c7b7c82054fee9da071040bd910a5aeba454415d065bb31ac5b38968180
SIZE (nasm-2.10.09-xdoc.tar.xz) = 695840

View file

@ -7,3 +7,14 @@ bin/rdf2bin
bin/rdfdump
bin/rdflib
bin/rdx
man/man1/ldrdf.1.gz
man/man1/nasm.1.gz
man/man1/ndisasm.1.gz
man/man1/rdf2bin.1.gz
man/man1/rdf2com.1.gz
man/man1/rdf2ihx.1.gz
man/man1/rdf2ith.1.gz
man/man1/rdf2srec.1.gz
man/man1/rdfdump.1.gz
man/man1/rdflib.1.gz
man/man1/rdx.1.gz