Date: Thu, 22 Sep 2016 06:31:30 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422591 - in head: net/44bsd-rdist shells/44bsd-csh Message-ID: <201609220631.u8M6VUKo056519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609220631.u8M6VUKo056519>