diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 05:27:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 05:27:50 +0000 |
commit | d25778b93499d2414d96ecb57ecbd74356f0a05f (patch) | |
tree | dc6b65811334a4322de62e9cb63fdb4535207d16 /lang | |
parent | Chase the checksum: the previous distfile was supposedly a .tgz but was (diff) |
Previous version was unavailable; partially upgrade this port to the
latest version and switch to using a versioned distfile so it has a chance
to keep building, but mark BROKEN for now because the patches fail to
apply to the new version.
Notes
Notes:
svn path=/head/; revision=39367
Diffstat (limited to 'lang')
-rw-r--r-- | lang/yabasic/Makefile | 5 | ||||
-rw-r--r-- | lang/yabasic/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 3c51c72e2d71..6d6d56609e73 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -6,13 +6,14 @@ # PORTNAME= yabasic -PORTVERSION= 2.66 +PORTVERSION= 2.681 CATEGORIES= lang MASTER_SITES= http://www.yabasic.de/download/ -DISTFILES= yab.tar.Z MAINTAINER= elwood@mc5sys.in-berlin.de +BROKEN= "Patches fail to apply; needs to be updated to new version" + USE_BISON= yes USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo index 1e723eac018f..8a632dd8d95b 100644 --- a/lang/yabasic/distinfo +++ b/lang/yabasic/distinfo @@ -1 +1 @@ -MD5 (yab.tar.Z) = 4ccf80f51f5e6cb2451c190ffb015e6e +MD5 (yabasic-2.681.tar.gz) = 3965beb0feaa3ac95a225caafc07a188 |