From owner-svn-ports-head@FreeBSD.ORG Sun Oct 20 00:19:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C497BFB; Sun, 20 Oct 2013 00:19:17 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5786D297C; Sun, 20 Oct 2013 00:19:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K0JHw4098864; Sun, 20 Oct 2013 00:19:17 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9K0JGY9098861; Sun, 20 Oct 2013 00:19:16 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201310200019.r9K0JGY9098861@svn.freebsd.org> From: Eitan Adler Date: Sun, 20 Oct 2013 00:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330949 - head/devel/cvs 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.14 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: Sun, 20 Oct 2013 00:19:17 -0000 Author: eadler Date: Sun Oct 20 00:19:16 2013 New Revision: 330949 URL: http://svnweb.freebsd.org/changeset/ports/330949 Log: - Convert to staging - Clean up whitespace Modified: head/devel/cvs/Makefile head/devel/cvs/pkg-plist Modified: head/devel/cvs/Makefile ============================================================================== --- head/devel/cvs/Makefile Sun Oct 20 00:18:16 2013 (r330948) +++ head/devel/cvs/Makefile Sun Oct 20 00:19:16 2013 (r330949) @@ -10,20 +10,16 @@ COMMENT= Version control system LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/call/cvs-build +WRKSRC= ${WRKDIR}/call/cvs-build +USE_XZ= yes +INFO= cvs cvsclient + +# bsd.stage.makes sets the wrong value for DESTDIR +DESTDIRNAME= NADA +MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} -USE_XZ= yes +NEED_ROOT= yes -MAN1= cvs.1 -MAN8= cvsbug.8 - -MANCOMPRESSED= yes - -INFO= cvs cvsclient - -MAKE_ENV+= DESTDIR=${PREFIX} - -NO_STAGE= yes .include .if ${OSVERSION} < 900000 @@ -31,6 +27,7 @@ BROKEN= does not link .endif pre-install: - ${MKDIR} ${EXAMPLESDIR}/contrib + ${MKDIR} ${STAGEDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib .include Modified: head/devel/cvs/pkg-plist ============================================================================== --- head/devel/cvs/pkg-plist Sun Oct 20 00:18:16 2013 (r330948) +++ head/devel/cvs/pkg-plist Sun Oct 20 00:19:16 2013 (r330949) @@ -1,5 +1,7 @@ bin/cvs bin/cvsbug +man/man1/cvs.1.gz +man/man8/cvsbug.8.gz %%EXAMPLESDIR%%/contrib/README %%EXAMPLESDIR%%/contrib/clmerge %%EXAMPLESDIR%%/contrib/cln_hist