1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Pre-release clients are now properly released.

- Add client for FreeBSD6/amd64.
- Try and tidy the tests for which binary to fetch.
This commit is contained in:
Tim Bishop 2006-10-07 16:52:34 +00:00
parent 511f0f0ca5
commit 515f588c86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174807
2 changed files with 22 additions and 10 deletions

View File

@ -48,24 +48,33 @@ SUB_LIST= BINDIR="${BINDIR}" \
.include <bsd.port.pre.mk>
.if ${ARCH} == sparc64 || ${ARCH} == alpha
VERSION= 2.9003.481
.elif ${ARCH} == amd64
VERSION= 2.9011.496
.else
.if ${ARCH} == i386
VERSION= 2.9012.497
.if ${OSVERSION} >= 503000
DISTNAME= dnetc${PORTVERSION:E}-freebsd5-${ARCH:S/i386/x86/}-elf
.endif
.if ${ARCH} == i386 && ${OSVERSION} >= 503000
MASTER_SITE_SUBDIR= prerelease/rc
.if ${OSVERSION} >= 600034
DISTNAME= dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/}-elf
WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/}-elf
.else
DISTNAME= dnetc${PORTVERSION:E}-freebsd5-${ARCH:S/i386/x86/}-elf
.endif
.endif
.if ${ARCH} == amd64
.if ${OSVERSION} >= 503000
VERSION= 2.9011.496
#DISTNAME= dnetc${PORTVERSION:E}-freebsd5-${ARCH:S/i386/x86/}-elf
.endif
.if ${OSVERSION} >= 600034
VERSION= 2.9012.497
DISTNAME= dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/}-elf
WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/}-elf
.endif
.endif
.if ${ARCH} == sparc64 || ${ARCH} == alpha
VERSION= 2.9003.481
.endif
do-configure:
@if [ ! -f ${PREFIX}/dnetc.ini ]; then \
${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${WRKSRC}; \

View File

@ -1,3 +1,6 @@
MD5 (dnetc496-freebsd-amd64-elf.tar.gz) = b548a9c49fd3c89787f3fc01db613163
SHA256 (dnetc496-freebsd-amd64-elf.tar.gz) = aafc616f1c17ebded4bc98666834b69fc5b7035b876799eadd4a518f4bc08c8d
SIZE (dnetc496-freebsd-amd64-elf.tar.gz) = 455421
MD5 (dnetc497-freebsd6-amd64-elf.tar.gz) = f2327cec16ecc89d9f0da249a92a2813
SHA256 (dnetc497-freebsd6-amd64-elf.tar.gz) = c572a9071715d44ccadc830d42be78edc5ce45b7f36aed1941c0e28fbc90427d
SIZE (dnetc497-freebsd6-amd64-elf.tar.gz) = 473337