diff options
author | John Polstra <jdp@FreeBSD.org> | 1999-12-10 18:40:39 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1999-12-10 18:40:39 +0000 |
commit | 37973a952c71b47234032639eea7cce67bc9127a (patch) | |
tree | 891fcb884a7c4accd0d7f528e9932829d76df646 /net/cvsup-bin | |
parent | Take out the USA_RESIDENT stuff, the source of the crypto is outside (diff) |
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.
Notes
Notes:
svn path=/head/; revision=23744
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 44e84810994c..227d512d8ec9 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 a3f1641c43cb..36bb737256e1 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 |