- add support for sparc architecture with version 2.8015.469
- clean master site. - i386 still at version 2.8010.463.
This commit is contained in:
parent
5d39cc0ccb
commit
575ae4b0f9
@ -1,21 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/06 14:36:05 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/06/13 15:52:52 lebel Exp $
|
||||
|
||||
COMMENT= "official distributed.net client"
|
||||
|
||||
.if ${MACHINE_ARCH:L} == "i386"
|
||||
V= 2.8010
|
||||
SV= 463
|
||||
A= x86-aout
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH:L} == "sparc"
|
||||
V= 2.8015
|
||||
SV= 469
|
||||
A= sparc-aout
|
||||
.endif
|
||||
|
||||
PKGNAME= dnetc-${V}.${SV}
|
||||
DISTNAME= dnetc${SV}-openbsd-x86-aout
|
||||
DISTNAME= dnetc${SV}-openbsd-${A}
|
||||
CATEGORIES= misc
|
||||
NEED_VERSION= 1.402
|
||||
|
||||
HOMEPAGE= http://www.distributed.net/
|
||||
|
||||
MASTER_SITES= http.distributed.net:/pub/dcti/v${V}/
|
||||
MASTER_SITES= http://http.distributed.net/pub/dcti/v${V}/
|
||||
|
||||
MAINTAINER= David Lebel <lebel@openbsd.org>
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 sparc
|
||||
|
||||
PERMIT_PACKAGE_CDROM= No
|
||||
PERMIT_PACKAGE_FTP= No
|
||||
|
@ -1,3 +1,6 @@
|
||||
MD5 (dnetc463-openbsd-x86-aout.tar.gz) = 18f966b28b103f9897cb1d6dad3d8f1d
|
||||
MD5 (dnetc469-openbsd-sparc-aout.tar.gz) = 8230f275ec8dbdc4c4400e83d01d428a
|
||||
RMD160 (dnetc463-openbsd-x86-aout.tar.gz) = b501bb458e412e010179c1bc8bec10f05d5d75be
|
||||
RMD160 (dnetc469-openbsd-sparc-aout.tar.gz) = 4c16ad79ea6a04a452ede1a9688dada4919d5ead
|
||||
SHA1 (dnetc463-openbsd-x86-aout.tar.gz) = b44528f98611d39072792febab596c159dc1cd3a
|
||||
SHA1 (dnetc469-openbsd-sparc-aout.tar.gz) = 0613136085043c1ce421eb589c579823727fc23f
|
||||
|
Loading…
Reference in New Issue
Block a user