diff options
author | jdp <jdp@FreeBSD.org> | 1998-07-07 11:22:35 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-07-07 11:22:35 +0800 |
commit | fa6a5157f79191a5072ff1fe1a2328c58439cf77 (patch) | |
tree | 06f116c8b3635bdedf11f72645a9959fe5e27d83 | |
parent | b27cb1e8eed78502934da4e479343015ab530b23 (diff) | |
download | freebsd-ports-gnome-fa6a5157f79191a5072ff1fe1a2328c58439cf77.tar.gz freebsd-ports-gnome-fa6a5157f79191a5072ff1fe1a2328c58439cf77.tar.zst freebsd-ports-gnome-fa6a5157f79191a5072ff1fe1a2328c58439cf77.zip |
Update ports for new 15.4.2 release of CVSup.
-rw-r--r-- | net/cvsup-bin/Makefile | 14 | ||||
-rw-r--r-- | net/cvsup-bin/distinfo | 4 | ||||
-rw-r--r-- | net/cvsup/Makefile | 6 | ||||
-rw-r--r-- | net/cvsup/distinfo | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 69b1612d178a..371bda6ad633 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: cvsup-bin -# Version required: 15.4 +# Version required: 15.4.2 # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.3 1998/03/24 04:20:52 jdp Exp $ +# $Id: Makefile,v 1.4 1998/04/28 22:25:52 jdp Exp $ # -DISTNAME= cvsup-bin-15.4 +DISTNAME= cvsup-bin-15.4.2 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.4.tar.gz +DISTFILES= cvsup-bin-15.4.2.tar.gz MAINTAINER= axl@iafrica.com @@ -23,17 +23,17 @@ MAN1= cvsup.1 # USE_CVSUPD= yes .ifdef USE_CVSUPD -DISTFILES+= cvsupd-bin-15.4.tar.gz +DISTFILES+= cvsupd-bin-15.4.2.tar.gz MAN8= cvsupd.8 PLIST= ${PKGDIR}/PLIST.cvsupd .endif do-install: - cd ${WRKDIR}/cvsup-bin-15.4; \ + cd ${WRKDIR}/cvsup-bin-15.4.2; \ ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .ifdef USE_CVSUPD - cd ${WRKDIR}/cvsupd-bin-15.4; \ + cd ${WRKDIR}/cvsupd-bin-15.4.2; \ ${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 f8ee0bce9b46..bc35802725a0 100644 --- a/net/cvsup-bin/distinfo +++ b/net/cvsup-bin/distinfo @@ -1,2 +1,2 @@ -MD5 (cvsup-bin-15.4.tar.gz) = aa4159387da988097ab5e7b5a164a93a -MD5 (cvsupd-bin-15.4.tar.gz) = 5643802465ec683c3929d006bc95b5e9 +MD5 (cvsup-bin-15.4.2.tar.gz) = 5dda893f231359dab5dc4d7d2dd7e449 +MD5 (cvsupd-bin-15.4.2.tar.gz) = ad30058ce6f70957618b3124405a155d diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 0ad7b093ccdb..d119a678ffcc 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cvsup -# Version required: 15.4 +# Version required: 15.4.2 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.24 1998/04/28 22:25:03 jdp Exp $ +# $Id: Makefile,v 1.25 1998/06/06 20:33:21 jdp Exp $ # -DISTNAME= cvsup-15.4 +DISTNAME= cvsup-15.4.2 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo index 0f8338ef83b7..489f2e419819 100644 --- a/net/cvsup/distinfo +++ b/net/cvsup/distinfo @@ -1 +1 @@ -MD5 (cvsup-15.4.tar.gz) = 195b4b1cfb7db6d1fefbb4a9c9c27991 +MD5 (cvsup-15.4.2.tar.gz) = 089a3a06c47927630ffc6b13f5cbd0de |