mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 5e2
Submitted by: miwi Approved by: markus (co mentor)
This commit is contained in:
parent
da84bb0ebc
commit
31f6632b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166231
2 changed files with 7 additions and 7 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= scm
|
||||
PORTVERSION= 5e1
|
||||
PORTVERSION= 5e2
|
||||
CATEGORIES= lang scheme
|
||||
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . OLD
|
||||
DISTFILES= scm5e1.zip slib3a2.zip slib-psd1-3.tar.gz
|
||||
EXTRACT_ONLY= scm5e1.zip slib3a2.zip
|
||||
DISTFILES= ${PORTNAME}${PORTVERSION}.zip slib3a2.zip slib-psd1-3.tar.gz
|
||||
EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.zip slib3a2.zip
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A scheme interpreter
|
||||
|
@ -36,7 +36,7 @@ SCM_MODULES= byte.so crs.so edline.so gsubr.so ioext.so posix.so ramap.so \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
BROKEN= Does not compile on !i386
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (scm5e1.zip) = d16e3b63f958e13109efa57a72ab262c
|
||||
SHA256 (scm5e1.zip) = 996897d570385461ef7eece7690c852e3eb984392429e01d1824f2963ea1dfa5
|
||||
SIZE (scm5e1.zip) = 868500
|
||||
MD5 (scm5e2.zip) = 60436831f41039f300238fcf248f89bf
|
||||
SHA256 (scm5e2.zip) = 41a285d040ff88b7c77dc193c4c69df1d099b34cbd746dccb5edb27e0d93f41d
|
||||
SIZE (scm5e2.zip) = 888867
|
||||
MD5 (slib3a2.zip) = 1e3a119031411105c47c02c9cc8450dc
|
||||
SHA256 (slib3a2.zip) = 6fa197af339f83d566260236db3ee3fed5b067e5878064332969d2c75404e437
|
||||
SIZE (slib3a2.zip) = 961683
|
||||
|
|
Loading…
Add table
Reference in a new issue