From owner-svn-ports-all@FreeBSD.ORG Fri Jan 2 21:27:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4F1A297; Fri, 2 Jan 2015 21:27:20 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D093C18E4; Fri, 2 Jan 2015 21:27:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t02LRKpB059191; Fri, 2 Jan 2015 21:27:20 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t02LRKk5059188; Fri, 2 Jan 2015 21:27:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501022127.t02LRKk5059188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 2 Jan 2015 21:27:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376070 - in head/devel/cvs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 21:27:21 -0000 Author: bapt Date: Fri Jan 2 21:27:19 2015 New Revision: 376070 URL: https://svnweb.freebsd.org/changeset/ports/376070 QAT: https://qat.redports.org/buildarchive/r376070/ Log: Stop installing infopages in preparation for removal of bsd.info.mk from FreeBSD head Added: head/devel/cvs/files/patch-Makefile (contents, props changed) Modified: head/devel/cvs/Makefile Modified: head/devel/cvs/Makefile ============================================================================== --- head/devel/cvs/Makefile Fri Jan 2 21:23:54 2015 (r376069) +++ head/devel/cvs/Makefile Fri Jan 2 21:27:19 2015 (r376070) @@ -2,7 +2,7 @@ PORTNAME= cvs PORTVERSION= 1.20120905 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LOCAL/eadler @@ -14,9 +14,8 @@ LICENSE= GPLv2 OPTIONS_DEFINE= KERBEROS EXAMPLES OPTIONS_DEFAULT=KERBEROS -USES= makeinfo tar:xz uidfix +USES= tar:xz uidfix WRKSRC= ${WRKDIR}/call/cvs-build -INFO= cvs cvsclient # bsd.stage.makes sets the wrong value for DESTDIR DESTDIRNAME= NADA Added: head/devel/cvs/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cvs/files/patch-Makefile Fri Jan 2 21:27:19 2015 (r376070) @@ -0,0 +1,9 @@ +--- Makefile.orig 2012-01-21 05:30:07 UTC ++++ Makefile +@@ -1,5 +1,5 @@ + # $FreeBSD: head/gnu/usr.bin/cvs/Makefile 175384 2008-01-16 17:16:36Z obrien $ + +-SUBDIR = lib libdiff cvs contrib cvsbug doc ++SUBDIR = lib libdiff cvs contrib cvsbug + + .include