diff options
author | jdp <jdp@FreeBSD.org> | 1999-12-11 02:40:39 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-12-11 02:40:39 +0800 |
commit | 8a90e2cfa7025f583033420bb0caf4bd4d4591eb (patch) | |
tree | 2fdefae5418068337a923f2ebf91bc6cdf9c932c /net | |
parent | 98513e3cac8606071ea47819f64ff9ff8b259603 (diff) | |
download | freebsd-ports-gnome-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.tar.gz freebsd-ports-gnome-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.tar.zst freebsd-ports-gnome-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.zip |
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')
-rw-r--r-- | net/cvsup-bin/Makefile | 11 | ||||
-rw-r--r-- | net/cvsup-bin/distinfo | 4 | ||||
-rw-r--r-- | net/cvsup/Makefile | 9 | ||||
-rw-r--r-- | net/cvsup/distinfo | 2 | ||||
-rw-r--r-- | net/cvsupd-bin/Makefile | 9 | ||||
-rw-r--r-- | net/cvsupd-bin/distinfo | 4 |
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 |