Andreas Wacknitz
2024-04-05 ac4c8f5b8ab57563cc350482b75a32a55871d58c
nasm: update to 2.16.02

1 files deleted
3 files modified
42 ■■■■ changed files
components/developer/nasm/Makefile 7 ●●●●● patch | view | raw | blame | history
components/developer/nasm/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/developer/nasm/nasm.license 29 ●●●●● patch | view | raw | blame | history
components/developer/nasm/pkg5 4 ●●● patch | view | raw | blame | history
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
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)
components/developer/nasm/nasm.license
File was deleted
components/developer/nasm/pkg5
@@ -1,11 +1,9 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library"
    ],
    "fmris": [
        "developer/assembler/nasm"
    ],
    "name": "nasm"
}
}