Date: Thu, 26 Jul 2018 09:37:50 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475358 - head/devel/nasm Message-ID: <201807260937.w6Q9boQw002828@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 26 09:37:50 2018 New Revision: 475358 URL: https://svnweb.freebsd.org/changeset/ports/475358 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/devel/nasm/Makefile head/devel/nasm/pkg-descr Modified: head/devel/nasm/Makefile ============================================================================== --- head/devel/nasm/Makefile Thu Jul 26 09:34:16 2018 (r475357) +++ head/devel/nasm/Makefile Thu Jul 26 09:37:50 2018 (r475358) @@ -12,6 +12,7 @@ MAINTAINER= zeising@FreeBSD.org COMMENT= General-purpose multi-platform x86 and amd64 assembler LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strspn=yes Modified: head/devel/nasm/pkg-descr ============================================================================== --- head/devel/nasm/pkg-descr Thu Jul 26 09:34:16 2018 (r475357) +++ head/devel/nasm/pkg-descr Thu Jul 26 09:37:50 2018 (r475358) @@ -10,4 +10,4 @@ others. It has strong support for macro conventions. The port also includes NDISASM, a binary file disassembler which uses the same instruction set as NASM. -WWW: http://www.nasm.us/ +WWW: https://www.nasm.us/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807260937.w6Q9boQw002828>