Update to version 2.70.

This commit is contained in:
Alexey Dokuchaev 2010-07-16 01:51:37 +00:00
parent a14ed098e5
commit 65fb9d6250
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257833
3 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= nickle
PORTVERSION= 2.69
PORTVERSION= 2.70
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/

View File

@ -1,3 +1,3 @@
MD5 (nickle-2.69.tar.gz) = e2a9f80cadd26f61496725dba05f1993
SHA256 (nickle-2.69.tar.gz) = e402e5864ab94ddb8661feaeaa2187e9ea901d826ef9ab9a9611548ff15919dc
SIZE (nickle-2.69.tar.gz) = 484301
MD5 (nickle-2.70.tar.gz) = fbb77ad1c6f80a9a67ae28a2a678ed67
SHA256 (nickle-2.70.tar.gz) = 76ddbd667bcb491d7f4cb20437e0776b9af43cba6a87d24e67279fcb5f697aa6
SIZE (nickle-2.70.tar.gz) = 488081

View File

@ -16,6 +16,8 @@ include/nickle/value.h
%%DATADIR%%/builtin.5c
%%DATADIR%%/command.5c
%%DATADIR%%/ctype.5c
%%DATADIR%%/factorial.5c
%%DATADIR%%/prime_sieve.5c
%%DATADIR%%/examples/COPYING
%%DATADIR%%/examples/comb.5c
%%DATADIR%%/examples/cribbage.5c