Update to version 2.751
PR: ports/69298 Submitted by: Ports Fury
This commit is contained in:
parent
8cda9752bf
commit
1c782a4ca9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114235
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= yabasic
|
||||
PORTVERSION= 2.744
|
||||
PORTVERSION= 2.751
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.yabasic.de/download/
|
||||
|
||||
|
@ -27,6 +27,9 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e "s|= -DUNIX|= @X_CFLAGS@ -DUNIX|g" ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" ${WRKSRC}/bison.c
|
||||
|
||||
post-build test:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (yabasic-2.744.tar.gz) = f8485d7aa8ff0148a4b71f4ec88b31df
|
||||
SIZE (yabasic-2.744.tar.gz) = 510942
|
||||
MD5 (yabasic-2.751.tar.gz) = 89b4ae8f01e04ad5417bc5d91601d822
|
||||
SIZE (yabasic-2.751.tar.gz) = 521014
|
||||
|
|
Loading…
Reference in a new issue