svn commit: r422591 - in head: net/44bsd-rdist shells/44bsd-csh

Cy Schubert cy at FreeBSD.org
Thu Sep 22 06:31:32 UTC 2016


Author: cy
Date: Thu Sep 22 06:31:30 2016
New Revision: 422591
URL: https://svnweb.freebsd.org/changeset/ports/422591

Log:
  Ensure RCS is available for extract.

Modified:
  head/net/44bsd-rdist/Makefile
  head/shells/44bsd-csh/Makefile

Modified: head/net/44bsd-rdist/Makefile
==============================================================================
--- head/net/44bsd-rdist/Makefile	Thu Sep 22 05:56:07 2016	(r422590)
+++ head/net/44bsd-rdist/Makefile	Thu Sep 22 06:31:30 2016	(r422591)
@@ -3,6 +3,7 @@
 
 PORTNAME=	44bsd-rdist
 PORTVERSION=	20001111
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	LOCAL/cy
 
@@ -19,7 +20,7 @@ PLIST_FILES=	bin/44bsd-rdist \
 .include <bsd.port.pre.mk>
 
 .if  ${OSVERSION} >= 1000055
-BUILD_DEPENDS=    rcs:devel/rcs57
+EXTRACT_DEPENDS=    rcs:devel/rcs57
 .endif
 
 post-extract:

Modified: head/shells/44bsd-csh/Makefile
==============================================================================
--- head/shells/44bsd-csh/Makefile	Thu Sep 22 05:56:07 2016	(r422590)
+++ head/shells/44bsd-csh/Makefile	Thu Sep 22 06:31:30 2016	(r422591)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 PORTNAME=	44bsd-csh
 PORTVERSION=	20001106
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	shells
 MASTER_SITES=	LOCAL/cy
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The traditional 4.4BSD /bin/csh C-shell
 
-BUILD_DEPENDS=	rcs:devel/rcs57
+EXTRACT_DEPENDS=	rcs:devel/rcs57
 
 USES=		tar:bzip2
 NO_WRKSUBDIR=	yes


More information about the svn-ports-all mailing list