Update to 2.54.

PR:		ports/101930
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
This commit is contained in:
Eric Anholt 2006-08-31 07:01:26 +00:00
parent 1cd2dc425a
commit 60a93ff0c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171703
3 changed files with 9 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= nickle
PORTVERSION= 2.47
PORTVERSION= 2.54
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/
@ -15,7 +15,8 @@ COMMENT= A desk calculator language
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GNOME= gnometarget
CONFIGURE_ARGS= --mandir=${PREFIX}/man
# 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.

View file

@ -1,3 +1,3 @@
MD5 (nickle-2.47.tar.gz) = 0e7ab6db53e0ed925056cf65f750d43b
SHA256 (nickle-2.47.tar.gz) = a594f0eb8294b2a102bc581332027da93c7fe8a83f1b4442d3b777760c6f6b2b
SIZE (nickle-2.47.tar.gz) = 385176
MD5 (nickle-2.54.tar.gz) = ffc7b03a830e64ec0547777330ae00b8
SHA256 (nickle-2.54.tar.gz) = 434d90d76ad98182e88c1896f6235e67742a05832c638b5a7cbf39d2b232a8fb
SIZE (nickle-2.54.tar.gz) = 396983

View file

@ -54,12 +54,13 @@ include/nickle/value.h
%%DATADIR%%/parse-args.5c
%%DATADIR%%/printf.5c
%%DATADIR%%/prng.5c
%%DATADIR%%/process.5c
%%DATADIR%%/scanf.5c
%%DATADIR%%/socket.5c
%%DATADIR%%/string.5c
%%DATADIR%%/svg.5c
@dirrm %%DATADIR%%/examples/turtle/
@dirrm %%DATADIR%%/examples/turtle
@dirrm %%DATADIR%%/examples/smlng
@dirrm %%DATADIR%%/examples
@unexec /bin/rmdir %D/%%DATADIR%% 2>/dev/null || true
@dirrm %%DATADIR%%
@dirrm include/nickle