diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-01-07 22:25:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-01-07 22:25:15 +0800 |
commit | 981f6f7091a35a79c969b750883c230ea086dfa7 (patch) | |
tree | 36fd9cda4cac36057ad40db708d5e335cdd03754 /lang/yabasic | |
parent | 93cc73056b76bd49d52d80d293b8e634ab409465 (diff) | |
download | freebsd-ports-gnome-981f6f7091a35a79c969b750883c230ea086dfa7.tar.gz freebsd-ports-gnome-981f6f7091a35a79c969b750883c230ea086dfa7.tar.zst freebsd-ports-gnome-981f6f7091a35a79c969b750883c230ea086dfa7.zip |
Upgrade to 2.763.
PR: ports/91459
Submitted by: Ports Fury
Diffstat (limited to 'lang/yabasic')
-rw-r--r-- | lang/yabasic/Makefile | 7 | ||||
-rw-r--r-- | lang/yabasic/distinfo | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 7eecc768e835..142b18c24e1c 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yabasic -PORTVERSION= 2.761 +PORTVERSION= 2.763 CATEGORIES= lang MASTER_SITES= http://www.yabasic.de/download/ @@ -20,14 +20,11 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= yabasic.1 -PLIST_FILES= bin/yabasic - PORTDOCS= yabasic.htm +PLIST_FILES= bin/yabasic 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 - @${REINPLACE_CMD} -e "s|setpgrp();|setpgid(0,0);|g" ${WRKSRC}/main.c post-build test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo index 75198857b3f8..909d06868810 100644 --- a/lang/yabasic/distinfo +++ b/lang/yabasic/distinfo @@ -1,3 +1,3 @@ -MD5 (yabasic-2.761.tar.gz) = d7a72685e8f1cefebba8ef0710dabf63 -SHA256 (yabasic-2.761.tar.gz) = 7274a252e1bbb350fbdb528a0704fa69101e10d1277f17d2728eef8761df4b49 -SIZE (yabasic-2.761.tar.gz) = 522583 +MD5 (yabasic-2.763.tar.gz) = 98f0cb59db973b89753abcc24b2c5ec2 +SHA256 (yabasic-2.763.tar.gz) = 740c459a847d1f67a0155133b37baae04246eff89cddc389179efe05b3e34389 +SIZE (yabasic-2.763.tar.gz) = 538760 |