diff options
author | jdp <jdp@FreeBSD.org> | 1999-12-10 18:40:39 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-12-10 18:40:39 +0000 |
commit | 8a90e2cfa7025f583033420bb0caf4bd4d4591eb (patch) | |
tree | 2fdefae5418068337a923f2ebf91bc6cdf9c932c /net/cvsup-bin | |
parent | 98513e3cac8606071ea47819f64ff9ff8b259603 (diff) | |
download | FreeBSD-ports-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.zip FreeBSD-ports-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.tar.gz |
Update for new version of CVSup (16.0 -> 16.1). Also add
NOT_FOR_ARCHS=alpha because I'm not caught up on that platform yet.
Diffstat (limited to 'net/cvsup-bin')
-rw-r--r-- | net/cvsup-bin/Makefile | 11 | ||||
-rw-r--r-- | net/cvsup-bin/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 44e8481..227d512 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -1,28 +1,29 @@ # New ports collection makefile for: cvsup-bin -# Version required: 16.0 +# Version required: 16.1 # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # # $FreeBSD$ # -DISTNAME= cvsup-bin-16.0 +DISTNAME= cvsup-bin-16.1 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org .if ${MACHINE_ARCH} == "i386" -DISTFILES= cvsup-freebsd-ix86-aout-16.0${EXTRACT_SUFX} +DISTFILES= cvsup-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX} .else -DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX} -WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.0 +DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.1${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.1 .endif NO_BUILD= yes MAN1= cvpasswd.1 cvsup.1 MANCOMPRESSED= yes +NOT_FOR_ARCHS= alpha STRIP= do-install: diff --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo index a3f1641..36bb737 100644 --- a/net/cvsup-bin/distinfo +++ b/net/cvsup-bin/distinfo @@ -1,2 +1,2 @@ -MD5 (cvsup-freebsd-ix86-aout-16.0.tar.gz) = 57c25981d3c1d82a79b9ae18aaea715b -MD5 (cvsup.nogui-freebsd-alpha-16.0.tar.gz) = cd5920ec3034621c869e11618632b76a +MD5 (cvsup-freebsd-ix86-aout-16.1.tar.gz) = 9684bbcdd1183462bd20fd0fb07d41ae +MD5 (cvsup-freebsd-ix86-elf-16.1.tar.gz) = d437c49af3068e23237d3e05755178a6 |