mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Downgrade from v2.8012.465 to v2.8010.462 due to bugs
- Clean up the Makefile a bit Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
This commit is contained in:
parent
562c03f13b
commit
234da3b2cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40162
2 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= dnetc
|
||||
PORTVERSION= 2.8012.465
|
||||
PORTVERSION= 2.8010.462
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/%SUBDIR%/ \
|
||||
http://http.distributed.net/pub/dcti/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION:S/^/v/:R}
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${ARCH} == "i386"
|
||||
DISTFILES= dnetc465-freebsd-x86-elf.tar.gz
|
||||
DISTFILES= dnetc${PORTVERSION:E}-freebsd-x86-elf.tar.gz
|
||||
.elif ${ARCH} == "alpha"
|
||||
BROKEN= "Not immediately available. Please try again tomorrow."
|
||||
.endif
|
||||
|
@ -26,7 +26,7 @@ BROKEN= "dnetc is not available for your version of FreeBSD. Please upgrade."
|
|||
BROKEN= "No version is currently available for your system. Please try again later."
|
||||
.endif
|
||||
|
||||
.if exists(/usr/local/distributed.net/rc5des)
|
||||
.if exists(${PREFIX}/distributed.net/rc5des)
|
||||
BROKEN= "rc5des/dnetc conflict: Please deinstall all rc5des ports/packages first."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (dnetc465-freebsd-x86-elf.tar.gz) = 247ffac57c4d0b55bc19750c3003ede0
|
||||
MD5 (dnetc462-freebsd-x86-elf.tar.gz) = f2fd901d916d3ca9fb7f902b7d3be9d4
|
||||
|
|
Loading…
Add table
Reference in a new issue