From owner-freebsd-ports Sun Mar 29 19:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03207 for freebsd-ports-outgoing; Sun, 29 Mar 1998 19:30:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03166; Sun, 29 Mar 1998 19:30:03 -0800 (PST) (envelope-from gnats) Received: from axl.training.iafrica.com (axl.training.iafrica.com [196.31.1.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02927 for ; Sun, 29 Mar 1998 19:29:05 -0800 (PST) (envelope-from sheldonh@axl.training.iafrica.com) Received: (from sheldonh@localhost) by axl.training.iafrica.com (8.8.8/8.8.7) id BAA03336; Mon, 30 Mar 1998 01:25:36 +0200 (SAT) (envelope-from sheldonh) Message-Id: <199803292325.BAA03336@axl.training.iafrica.com> Date: Mon, 30 Mar 1998 01:25:36 +0200 (SAT) From: axl@iafrica.com Reply-To: axl@iafrica.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6167: UPDATED PORT: cvsup-bin (15.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6167 >Category: ports >Synopsis: UPDATED PORT: cvsup-bin (15.3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 19:30:01 PST 1998 >Last-Modified: >Originator: Sheldon Hearn >Organization: UUNET Internet Africa >Release: FreeBSD 2.2.6-STABLE i386 >Environment: RELENG_2_2 as of 27 March 1998 >Description: John Polstra has released an updated version of CVSup. The current version of cvsup-bin in the ports tree is 15.2 . >How-To-Repeat: N/A >Fix: Apply the following patches to the port to install the latest version of CVSup from the binary distribution. diff -udr /usr/ports/net/cvsup-bin.ORIG/Makefile /usr/ports/net/cvsup-bin/Makefile --- /usr/ports/net/cvsup-bin.ORIG/Makefile Wed Feb 11 20:04:24 1998 +++ /usr/ports/net/cvsup-bin/Makefile Mon Mar 30 01:24:34 1998 @@ -1,40 +1,39 @@ # New ports collection makefile for: cvsup-bin -# Version required: 15.2 +# Version required: 15.3 # Date created: 12 November 1997 # Whom: Sheldon Hearn # # $Id: Makefile,v 1.2 1998/02/11 18:04:24 jdp Exp $ # -DISTNAME= cvsup-bin-15.2 +DISTNAME= cvsup-bin-15.3 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ -DISTFILES= cvsup-bin-15.2.tar.gz +DISTFILES= cvsup-bin-15.3.tar.gz MAINTAINER= axl@iafrica.com NO_BUILD= yes -MAN1= cvsup.1 supconv.1 +MAN1= cvsup.1 # Uncomment the next line if you want cvsupd as well -# USE_CVSUPD= yes +#USE_CVSUPD= yes .ifdef USE_CVSUPD -DISTFILES+= cvsupd-bin-15.2.tar.gz +DISTFILES+= cvsupd-bin-15.3.tar.gz MAN8= cvsupd.8 PLIST= ${PKGDIR}/PLIST.cvsupd .endif do-install: - cd ${WRKDIR}/cvsup-bin-15.2; \ + cd ${WRKSRC}; \ ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ - ${INSTALL_SCRIPT} supconv ${PREFIX}/bin; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .ifdef USE_CVSUPD - cd ${WRKDIR}/cvsupd-bin-15.2; \ + cd ${WRKDIR}/cvsupd-bin-15.3; \ ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 .endif diff -udr /usr/ports/net/cvsup-bin.ORIG/files/md5 /usr/ports/net/cvsup-bin/files/md5 --- /usr/ports/net/cvsup-bin.ORIG/files/md5 Mon Nov 17 02:45:15 1997 +++ /usr/ports/net/cvsup-bin/files/md5 Mon Mar 30 01:08:59 1998 @@ -1,2 +1,2 @@ -MD5 (cvsup-bin-15.2.tar.gz) = e92c5afa6fc51894d8edd97d2b29247c -MD5 (cvsupd-bin-15.2.tar.gz) = 1801d60628dbd7b731402a24faa5e6b8 +MD5 (cvsup-bin-15.3.tar.gz) = 95a7fc3273a60c36989aac64a005cf14 +MD5 (cvsupd-bin-15.3.tar.gz) = e66c8478ff1390ff8baabebd6ab7d191 diff -udr /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST /usr/ports/net/cvsup-bin/pkg/PLIST --- /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST Mon Nov 17 02:45:14 1997 +++ /usr/ports/net/cvsup-bin/pkg/PLIST Mon Mar 30 01:06:55 1998 @@ -1,4 +1,2 @@ bin/cvsup -bin/supconv man/man1/cvsup.1.gz -man/man1/supconv.1.gz diff -udr /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST.cvsupd /usr/ports/net/cvsup-bin/pkg/PLIST.cvsupd --- /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST.cvsupd Mon Nov 17 02:45:14 1997 +++ /usr/ports/net/cvsup-bin/pkg/PLIST.cvsupd Mon Mar 30 01:07:02 1998 @@ -1,6 +1,4 @@ bin/cvsup -bin/supconv sbin/cvsupd man/man1/cvsup.1.gz -man/man1/supconv.1.gz man/man8/cvsupd.8.gz >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message