Skip to content

Commit

Permalink
lang/nim: Update version 2.0.0=>2.0.2
Browse files Browse the repository at this point in the history
- Move pkg-message to SUB_FILES and replace hard coded PREFIX [1]
- Convert pkg-mesage to UCL format [1]

Changelog: https://nim-lang.org/blog/2023/12/19/versions-1618-202-released.html

PR:		275942
Approved by:	submitter is maintainer, portmgr(blanket) [1]
  • Loading branch information
Neal Nelson authored and 5u623l20 committed Dec 27, 2023
1 parent 2e7d20d commit 4095616
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lang/nim/Makefile
@@ -1,6 +1,5 @@
PORTNAME= nim
DISTVERSION= 2.0.0
PORTREVISION= 1
DISTVERSION= 2.0.2
CATEGORIES= lang
MASTER_SITES= https://nim-lang.org/download/

Expand All @@ -17,9 +16,10 @@ LIB_DEPENDS= libpcre.so:devel/pcre
TEST_DEPENDS= node18>=0:www/node

USES= compiler:c11 cpe tar:xz

CPE_VENDOR= nim-lang

SUB_FILES= pkg-message

OPTIONS_DEFINE= DOCS TOOLS
OPTIONS_DEFAULT= TOOLS
OPTIONS_EXCLUDE_powerpc64= DOCS
Expand Down
6 changes: 3 additions & 3 deletions lang/nim/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1690986777
SHA256 (nim-2.0.0.tar.xz) = bd6101d840036fb78e93a69df6cf3f9fd0c21cd754b695ff84a3b4add8ed0af7
SIZE (nim-2.0.0.tar.xz) = 7491724
TIMESTAMP = 1703631502
SHA256 (nim-2.0.2.tar.xz) = 64f51d3bf56de9d0ee79e2ca6a9ce94454af9a63a141a6969ce8c59a60b82ccf
SIZE (nim-2.0.2.tar.xz) = 7381172
8 changes: 8 additions & 0 deletions lang/nim/files/pkg-message.in
@@ -0,0 +1,8 @@
[
{ type: install
message: <<EOM
Nim is now installed in %%PREFIX%%/nim, so you should add %%PREFIX%%/nim/bin
to your shell path.
EOM
}
]
2 changes: 0 additions & 2 deletions lang/nim/pkg-message

This file was deleted.

0 comments on commit 4095616

Please sign in to comment.