From owner-svn-ports-head@FreeBSD.ORG Mon Jan 14 11:48:20 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 5040FC37; Mon, 14 Jan 2013 11:48:20 +0000 (UTC) (envelope-from ehaupt@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 42C9BB7E; Mon, 14 Jan 2013 11:48:20 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0EBmKHa060235; Mon, 14 Jan 2013 11:48:20 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0EBmJbs060233; Mon, 14 Jan 2013 11:48:19 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201301141148.r0EBmJbs060233@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 14 Jan 2013 11:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310371 - in head/shells: . bash-static-devel 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: Mon, 14 Jan 2013 11:48:20 -0000 Author: ehaupt Date: Mon Jan 14 11:48:19 2013 New Revision: 310371 URL: http://svnweb.freebsd.org/changeset/ports/310371 Log: Add shells/bash-static-devel. The goal of this port is to have a more up to date version of shells/bash-static. This port has also been converted to use OPTIONSng. Added: head/shells/bash-static-devel/ head/shells/bash-static-devel/Makefile (contents, props changed) Modified: head/shells/Makefile Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Mon Jan 14 11:47:17 2013 (r310370) +++ head/shells/Makefile Mon Jan 14 11:48:19 2013 (r310371) @@ -9,6 +9,7 @@ SUBDIR += bash-completion SUBDIR += bash-devel SUBDIR += bash-static + SUBDIR += bash-static-devel SUBDIR += bashc SUBDIR += ch SUBDIR += dash Added: head/shells/bash-static-devel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bash-static-devel/Makefile Mon Jan 14 11:48:19 2013 (r310371) @@ -0,0 +1,8 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../../shells/bash-devel + +OPTIONS_SET= STATIC_BASH + +.include "${MASTERDIR}/Makefile"