From owner-svn-ports-head@FreeBSD.ORG Thu Jun 6 00:18:01 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]) by hub.freebsd.org (Postfix) with ESMTP id 3B0F8342; Thu, 6 Jun 2013 00:18:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2C5411B26; Thu, 6 Jun 2013 00:18:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r560I1W6003718; Thu, 6 Jun 2013 00:18:01 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r560I1aS003717; Thu, 6 Jun 2013 00:18:01 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201306060018.r560I1aS003717@svn.freebsd.org> From: Bryan Drewery Date: Thu, 6 Jun 2013 00:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320039 - head/net/cvsup 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: Thu, 06 Jun 2013 00:18:01 -0000 Author: bdrewery Date: Thu Jun 6 00:18:00 2013 New Revision: 320039 URL: http://svnweb.freebsd.org/changeset/ports/320039 Log: - Fix INDEX and options conversion $ make -C cvsup -V PKGNAME ; make -C cvsup-without-gui -V PKGNAME cvsup-without-gui-16.1h_4 cvsup-without-gui-16.1h_4 Pointyhat to: eadler Modified: head/net/cvsup/Makefile Modified: head/net/cvsup/Makefile ============================================================================== --- head/net/cvsup/Makefile Thu Jun 6 00:04:19 2013 (r320038) +++ head/net/cvsup/Makefile Thu Jun 6 00:18:00 2013 (r320039) @@ -15,7 +15,7 @@ COMMENT= File distribution system optimi ONLY_FOR_ARCHS= amd64 i386 sparc64 OPTIONS_DEFINE= X11 STATIC -OPTIONS_EXCLUDE_amd64= X11 +OPTIONS_DEFAULT= X11 .include