mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to bwbasic 2.20p2 and remove msmith as maintainer at his
request. Submitted by: David MacKenzie <djm@pix.net>
This commit is contained in:
parent
eb8ec1ee38
commit
456afc4b76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58547
@ -6,31 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= bwbasic
|
||||
PORTVERSION= 2.20
|
||||
PORTVERSION= 2.20p2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.rahul.net/pub/rhn/
|
||||
DISTFILES= bwbasic-2.20.tar.Z bwb-2.20-patch01.tar.Z.uu.txt
|
||||
MASTER_SITES= ftp://ftp.rahul.net/pub2/rhn/www/files/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= msmith@FreeBSD.org
|
||||
|
||||
BROKEN= "Checksum fails"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
EXTRACT_ONLY= bwbasic-2.20.tar.Z
|
||||
|
||||
# The patches come in a totally bizarre format; we have to
|
||||
# uudecode them, unpack the resulting tarfile, and then replace
|
||||
# some of the original files.
|
||||
WRKTOP= ${WRKDIR}/${DISTNAME}
|
||||
WRKSUBDIR= bwbasic-2.20
|
||||
WRKSRC= ${WRKTOP}/${WRKSUBDIR}
|
||||
|
||||
pre-patch:
|
||||
${MKDIR} ${WRKSRC}/tmp
|
||||
cd ${WRKSRC}/tmp; \
|
||||
uudecode ${DISTDIR}/bwb-2.20-patch01.tar.Z.uu.txt; \
|
||||
tar xzf bwb-2.20-patch01.tar.Z; \
|
||||
${MV} bwb-2.20-patch01/* ${WRKSRC}
|
||||
${RM} -rf ${WRKSRC}/tmp
|
||||
cd ${WRKTOP} && ${MV} bwb-2.20-patch01/* ${WRKSUBDIR}
|
||||
cd ${WRKTOP} && ${MV} bwb-2.20-patch02/* ${WRKSUBDIR}
|
||||
|
||||
# This puts the documentation in ${PREFIX}/share/bwbasic, and the
|
||||
# This puts the documentation in ${PREFIX}/share/bwbasic, and the
|
||||
# test programs in ${PREFIX}/share/bwbasic/bwbtest.
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (bwbasic-2.20.tar.Z) = 21fb5e2fb95db515aa2282312d35f88d
|
||||
MD5 (bwb-2.20-patch01.tar.Z.uu.txt) = 70f2098727f498f827814173315aa107
|
||||
MD5 (bwbasic-2.20p2.tar.Z) = 907928c8efbdea24c51826d9be8fa238
|
||||
|
Loading…
Reference in New Issue
Block a user