1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to version 2.28

PR:		ports/64470
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-03-19 19:38:07 +00:00
parent f90605e800
commit 7bdda863f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104654
3 changed files with 21 additions and 22 deletions

View File

@ -6,24 +6,17 @@
#
PORTNAME= nickle
PORTVERSION= 2.00
PORTREVISION= 1
PORTVERSION= 2.28
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/
MAINTAINER= ports@FreeBSD.org
COMMENT= A desk calculator language
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= nickle.1
MAN1= nickle.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (nickle-2.00.tar.bz2) = 2a5436d4792699e9b52121ad1951cf71
SIZE (nickle-2.00.tar.bz2) = 408114
MD5 (nickle-2.28.tar.gz) = 66911f2ec018029f60c9707a13b44ad4
SIZE (nickle-2.28.tar.gz) = 394921

View File

@ -1,10 +1,16 @@
bin/nickle
share/nickle/abort.5c
share/nickle/arc4.5c
share/nickle/builtin.5c
share/nickle/command.5c
share/nickle/math.5c
share/nickle/mutex.5c
share/nickle/prng.5c
share/nickle/scanf.5c
@dirrm share/nickle
%%DATADIR%%/abort.5c
%%DATADIR%%/arc4.5c
%%DATADIR%%/builtin.5c
%%DATADIR%%/command.5c
%%DATADIR%%/ctype.5c
%%DATADIR%%/file.5c
%%DATADIR%%/history.5c
%%DATADIR%%/math.5c
%%DATADIR%%/mutex.5c
%%DATADIR%%/printf.5c
%%DATADIR%%/prng.5c
%%DATADIR%%/scanf.5c
%%DATADIR%%/socket.5c
%%DATADIR%%/string.5c
@dirrm %%DATADIR%%