aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-19 17:52:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-19 17:52:40 +0000
commit1c782a4ca9f489071d3951fd0f9c754e4367d09c (patch)
tree88e3d9df8a8a6931e259d654c80a16d7cdf55b16 /lang
parent8cda9752bf8ca16963dd8e72de71cc7a41e351a6 (diff)
downloadports-1c782a4ca9f489071d3951fd0f9c754e4367d09c.tar.gz
ports-1c782a4ca9f489071d3951fd0f9c754e4367d09c.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/yabasic/Makefile5
-rw-r--r--lang/yabasic/distinfo4
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile
index 12693b700869..4b4c40f2ab88 100644
--- a/lang/yabasic/Makefile
+++ b/lang/yabasic/Makefile
@@ -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}
diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo
index 5dc11ca6e4b6..e77f0b237743 100644
--- a/lang/yabasic/distinfo
+++ b/lang/yabasic/distinfo
@@ -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