aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-03-24 04:21:06 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-03-24 04:21:06 +0000
commit37c6f08950127e41593a102d304ad71f2695b2fc (patch)
tree0e534e7c42f8c6392ebdcb1dbf33bc116cb2ebb7 /net
parent9e5135c7ac16d7eccd1b7bab6acd0dfde73b3186 (diff)
downloadports-37c6f08950127e41593a102d304ad71f2695b2fc.tar.gz
ports-37c6f08950127e41593a102d304ad71f2695b2fc.zip
Update port for CVSup release 15.3 (from 15.2).
Approved by: asami
Notes
Notes: svn path=/head/; revision=10306
Diffstat (limited to 'net')
-rw-r--r--net/cvsup-bin/Makefile17
-rw-r--r--net/cvsup-bin/distinfo4
-rw-r--r--net/cvsup-bin/pkg-plist2
3 files changed, 10 insertions, 13 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile
index 15a9a18b274f..1c9e45db7c3a 100644
--- a/net/cvsup-bin/Makefile
+++ b/net/cvsup-bin/Makefile
@@ -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 <axl@iafrica.com>
#
-# $Id: Makefile,v 1.1.1.1 1997/11/17 00:45:13 jdp Exp $
+# $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
.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 ${WRKDIR}/cvsup-bin-15.3; \
${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 --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo
index 01e7a62cc2e4..7ec75a465aa5 100644
--- a/net/cvsup-bin/distinfo
+++ b/net/cvsup-bin/distinfo
@@ -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 --git a/net/cvsup-bin/pkg-plist b/net/cvsup-bin/pkg-plist
index 542b7aac5220..d2248da2b7af 100644
--- a/net/cvsup-bin/pkg-plist
+++ b/net/cvsup-bin/pkg-plist
@@ -1,4 +1,2 @@
bin/cvsup
-bin/supconv
man/man1/cvsup.1.gz
-man/man1/supconv.1.gz