From ac4c8f5b8ab57563cc350482b75a32a55871d58c Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 05 Apr 2024 22:31:45 +0200
Subject: [PATCH] nasm: update to 2.16.02

---
 /dev/null                                               |   29 -----------------------------
 components/developer/nasm/pkg5                          |    4 +---
 components/developer/nasm/Makefile                      |    7 ++++---
 components/developer/nasm/manifests/sample-manifest.p5m |    2 +-
 4 files changed, 6 insertions(+), 36 deletions(-)

diff --git a/components/developer/nasm/Makefile b/components/developer/nasm/Makefile
index ff33296..a7fbed6 100644
--- a/components/developer/nasm/Makefile
+++ b/components/developer/nasm/Makefile
@@ -17,17 +17,18 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		nasm
-COMPONENT_VERSION=	2.16.1
-HUMAN_VERSION=		2.16.01
+COMPONENT_VERSION=	2.16.2
+HUMAN_VERSION=		2.16.02
 COMPONENT_SUMMARY=	The Netwide Assembler
 COMPONENT_PROJECT_URL=	https://www.nasm.us/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(HUMAN_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558
+COMPONENT_ARCHIVE_HASH= sha256:1e1b942ea88f22edae89659e15be26fa027eae0747f51413540f52d4eac4790d
 COMPONENT_ARCHIVE_URL=	https://www.nasm.us/pub/nasm/releasebuilds/$(HUMAN_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		developer/assembler/nasm
 COMPONENT_CLASSIFICATION=	Development/Other Languages
 COMPONENT_LICENSE=	BSD
+COMPONENT_LICENSE_FILE=	LICENSE
 
 include $(WS_MAKE_RULES)/common.mk
 
diff --git a/components/developer/nasm/manifests/sample-manifest.p5m b/components/developer/nasm/manifests/sample-manifest.p5m
index 6c0ce2d..a368744 100644
--- a/components/developer/nasm/manifests/sample-manifest.p5m
+++ b/components/developer/nasm/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2022 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/developer/nasm/nasm.license b/components/developer/nasm/nasm.license
deleted file mode 100644
index 331e260..0000000
--- a/components/developer/nasm/nasm.license
+++ /dev/null
@@ -1,29 +0,0 @@
-NASM is now licensed under the 2-clause BSD license, also known as the
-simplified BSD license.
-
-    Copyright 1996-2010 the NASM Authors - All rights reserved.
-
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted provided that the following
-    conditions are met:
-
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above
-      copyright notice, this list of conditions and the following
-      disclaimer in the documentation and/or other materials provided
-      with the distribution.
-      
-      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
-      CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
-      INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-      MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-      DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
-      CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-      NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-      LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-      HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-      CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-      OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-      EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/components/developer/nasm/pkg5 b/components/developer/nasm/pkg5
index e4f7bac..4227ac6 100644
--- a/components/developer/nasm/pkg5
+++ b/components/developer/nasm/pkg5
@@ -1,11 +1,9 @@
 {
     "dependencies": [
-        "SUNWcs",
-        "shell/ksh93",
         "system/library"
     ],
     "fmris": [
         "developer/assembler/nasm"
     ],
     "name": "nasm"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3