diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-06-25 11:20:51 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-06-25 11:20:51 +0000 |
commit | c2f7e7678be0cd5dc3e05efa505663e63dc63a8b (patch) | |
tree | d217c79a6b75842438efaff9504f853dce4462d3 /misc/dnetc | |
parent | c66319bbc7cfedd1dfd3ebf3c19ec797f46b1985 (diff) | |
download | ports-c2f7e7678be0cd5dc3e05efa505663e63dc63a8b.tar.gz ports-c2f7e7678be0cd5dc3e05efa505663e63dc63a8b.zip |
- Add pre-release (just the stable version rebuilt) binaries for FreeBSD 5
and FreeBSD 6 on i386 . This removes the need for 4.x compatibility
libraries.
Notes
Notes:
svn path=/head/; revision=166277
Diffstat (limited to 'misc/dnetc')
-rw-r--r-- | misc/dnetc/Makefile | 12 | ||||
-rw-r--r-- | misc/dnetc/distinfo.i386 | 6 |
2 files changed, 17 insertions, 1 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 3c5792a355ca..5f46aecfb879 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -7,7 +7,7 @@ PORTNAME= dnetc PORTVERSION= ${VERSION} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/%SUBDIR%/ \ @@ -56,6 +56,16 @@ VERSION= 2.9011.496 VERSION= 2.9012.497 .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 + do-configure: @if [ ! -f ${PREFIX}/dnetc.ini ]; then \ ${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${WRKSRC}; \ diff --git a/misc/dnetc/distinfo.i386 b/misc/dnetc/distinfo.i386 index fcd22ae1c7c4..cea2f74f4fe9 100644 --- a/misc/dnetc/distinfo.i386 +++ b/misc/dnetc/distinfo.i386 @@ -1,3 +1,9 @@ MD5 (dnetc497-freebsd-x86-elf.tar.gz) = 21861a3e4067c0d68a7b6aa3a4e2374d SHA256 (dnetc497-freebsd-x86-elf.tar.gz) = 07c78eecaeaa239d6b78af860a8256ebf89bf277cc7e91ac37e2acf76dab74f4 SIZE (dnetc497-freebsd-x86-elf.tar.gz) = 330444 +MD5 (dnetc497-freebsd5-x86-elf.tar.gz) = b9681a49e56c839d0662370e51914a91 +SHA256 (dnetc497-freebsd5-x86-elf.tar.gz) = 9defaadc7ed35475a2686363a6db1b9ca837e86bfc4cd5983128b90e2958208f +SIZE (dnetc497-freebsd5-x86-elf.tar.gz) = 429493 +MD5 (dnetc497-freebsd6-x86-elf.tar.gz) = ad5b5b3128fdff826c33d730c040eb8c +SHA256 (dnetc497-freebsd6-x86-elf.tar.gz) = 2ce87781ffb16afa20b210332f450cf263842ff974d4f4415b6f555114a16197 +SIZE (dnetc497-freebsd6-x86-elf.tar.gz) = 378223 |