diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-10-18 22:02:12 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-10-18 22:02:12 +0000 |
commit | 7dae16d7b1fdc2b87c6c1f1a8f8e9ac2601c9b8a (patch) | |
tree | 2861022cc0df475cb5ab4acbe7237469bbf9525a /lang/nim/Makefile | |
parent | update pkg-descr WWW, old link returns 404 (diff) |
lang/nim: Update to 0.17.2
While here, add LICENSE_FILE and move to https address.
Changes: https://nim-lang.org/blog/2017/09/07/version-0172-released.html
PR: 222427
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=452386
Diffstat (limited to 'lang/nim/Makefile')
-rw-r--r-- | lang/nim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/nim/Makefile b/lang/nim/Makefile index ce14e01b623c..3c3c14063199 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= nim -PORTVERSION= 0.17.0 +PORTVERSION= 0.17.2 CATEGORIES= lang -MASTER_SITES= http://nim-lang.org/download/ +MASTER_SITES= https://nim-lang.org/download/ MAINTAINER= ports@nicandneal.net COMMENT= Nim programming language LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/copying.txt BROKEN_aarch64= fails to compile: crt1.c: undefined reference to main BROKEN_armv6= fails to compile: crt1.c: undefined reference to main |