summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-12-10 18:40:39 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-12-10 18:40:39 +0000
commit37973a952c71b47234032639eea7cce67bc9127a (patch)
tree891fcb884a7c4accd0d7f528e9932829d76df646 /net
parentTake 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')
-rw-r--r--net/cvsup-bin/Makefile11
-rw-r--r--net/cvsup-bin/distinfo4
-rw-r--r--net/cvsup/Makefile9
-rw-r--r--net/cvsup/distinfo2
-rw-r--r--net/cvsupd-bin/Makefile9
-rw-r--r--net/cvsupd-bin/distinfo4
6 files changed, 21 insertions, 18 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
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 0a96cbb56192..666302a1a6cf 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: cvsup
-# Version required: 16.0
+# Version required: 16.1
# Date created: 7 August 1996
# Whom: asami
#
# $FreeBSD$
#
-DISTNAME= cvsup-16.0
+DISTNAME= cvsup-16.1
CATEGORIES= devel net
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ \
- ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/
+MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
+ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/sources/
MAINTAINER= jdp@FreeBSD.org
@@ -18,6 +18,7 @@ LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib
MAN1= cvpasswd.1 cvsup.1
MAN8= cvsupd.8
+NOT_FOR_ARCHS= alpha
# Support building on systems with or without X11 installed.
.ifdef NO_X11
diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo
index 34ea96003462..d8bf88446703 100644
--- a/net/cvsup/distinfo
+++ b/net/cvsup/distinfo
@@ -1 +1 @@
-MD5 (cvsup-16.0.tar.gz) = bad884ccbd4ed129d360487c87c089a4
+MD5 (cvsup-16.1.tar.gz) = dc967a0e395722282485a9bec4dec190
diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile
index 271c7ee70402..82befdb78ade 100644
--- a/net/cvsupd-bin/Makefile
+++ b/net/cvsupd-bin/Makefile
@@ -1,27 +1,28 @@
# New ports collection makefile for: cvsupd-bin
-# Version required: 16.0
+# Version required: 16.1
# Date created: 17 August 1998
# Whom: Sheldon Hearn <axl@iafrica.com>
#
# $FreeBSD$
#
-DISTNAME= cvsupd-bin-16.0
+DISTNAME= cvsupd-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= cvsupd-freebsd-ix86-aout-16.0${EXTRACT_SUFX}
+DISTFILES= cvsupd-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX}
.else
-DISTFILES= cvsupd-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX}
+DISTFILES= cvsupd-freebsd-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
.endif
NO_BUILD= yes
MAN8= cvsupd.8
MANCOMPRESSED= yes
+NOT_FOR_ARCHS= alpha
STRIP=
do-install:
diff --git a/net/cvsupd-bin/distinfo b/net/cvsupd-bin/distinfo
index e8fa1e88396d..6b20fb95880b 100644
--- a/net/cvsupd-bin/distinfo
+++ b/net/cvsupd-bin/distinfo
@@ -1,2 +1,2 @@
-MD5 (cvsupd-freebsd-ix86-aout-16.0.tar.gz) = c03347b4c0dbfc2a911cc1b5a045c3bb
-MD5 (cvsupd-freebsd-alpha-16.0.tar.gz) = 2761f814563c6eb9a7fdf012065f40f4
+MD5 (cvsupd-freebsd-ix86-aout-16.1.tar.gz) = 06aeb73fda1e5663f4ae1a6e8fe2c02e
+MD5 (cvsupd-freebsd-ix86-elf-16.1.tar.gz) = 6a742a979214a96f5b766c5f00d89232