From owner-svn-ports-head@freebsd.org Thu Sep 22 06:31:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC772BE51C0; Thu, 22 Sep 2016 06:31:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC99FB54; Thu, 22 Sep 2016 06:31:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8M6VUWn056521; Thu, 22 Sep 2016 06:31:30 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8M6VUKo056519; Thu, 22 Sep 2016 06:31:30 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201609220631.u8M6VUKo056519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 22 Sep 2016 06:31:30 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 06:31:32 -0000 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 .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