diff options
author | danfe <danfe@FreeBSD.org> | 2012-02-15 10:23:01 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-02-15 10:23:01 +0800 |
commit | c31c27050f470792228c14d1cf5db82871b83df2 (patch) | |
tree | 26b2e3e1b869868f98de570b97a3e3c6bbd2c177 /lang | |
parent | c4cddfefa8616bfe37d8795a5aeed41183650145 (diff) | |
download | freebsd-ports-gnome-c31c27050f470792228c14d1cf5db82871b83df2.tar.gz freebsd-ports-gnome-c31c27050f470792228c14d1cf5db82871b83df2.tar.zst freebsd-ports-gnome-c31c27050f470792228c14d1cf5db82871b83df2.zip |
- Update to version 2.72
- Define LICENSE (MIT)
- Relinquish maintainership
- Reword comment a bit
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nickle/Makefile | 8 | ||||
-rw-r--r-- | lang/nickle/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile index a1555ac1c725..86a858dad7dc 100644 --- a/lang/nickle/Makefile +++ b/lang/nickle/Makefile @@ -6,18 +6,20 @@ # PORTNAME= nickle -PORTVERSION= 2.70 +PORTVERSION= 2.72 CATEGORIES= lang MASTER_SITES= http://www.nickle.org/release/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A numeric oriented programming language +LICENSE= MIT + USE_GMAKE= yes GNU_CONFIGURE= yes # Nickle now has bindings which are likely to pull in libraries that need -# libpthread. Link to it now, since it wouldn't work at runtime. +# libpthread. Link to it now explicitly, or it wouldn't work at runtime. LDFLAGS+= ${PTHREAD_LIBS} MAN1= nickle.1 diff --git a/lang/nickle/distinfo b/lang/nickle/distinfo index 8bfdcb5afd2b..fb3f40f694cf 100644 --- a/lang/nickle/distinfo +++ b/lang/nickle/distinfo @@ -1,2 +1,2 @@ -SHA256 (nickle-2.70.tar.gz) = 76ddbd667bcb491d7f4cb20437e0776b9af43cba6a87d24e67279fcb5f697aa6 -SIZE (nickle-2.70.tar.gz) = 488081 +SHA256 (nickle-2.72.tar.gz) = 23e94ac20743006e3d11319e0a3f239a4a868274455010b217854b28f523e98a +SIZE (nickle-2.72.tar.gz) = 485042 |