svn commit: r475358 - head/devel/nasm

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 26 09:37:51 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list