From owner-svn-ports-head@FreeBSD.ORG Fri Dec 27 19:21:51 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 ESMTPS id 72DB74F6; Fri, 27 Dec 2013 19:21:51 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F16318D8; Fri, 27 Dec 2013 19:21:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBRJLpdE081939; Fri, 27 Dec 2013 19:21:51 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBRJLpu9081937; Fri, 27 Dec 2013 19:21:51 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312271921.rBRJLpu9081937@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 27 Dec 2013 19:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337789 - head/sysutils/worldtools 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.17 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: Fri, 27 Dec 2013 19:21:51 -0000 Author: bapt Date: Fri Dec 27 19:21:50 2013 New Revision: 337789 URL: http://svnweb.freebsd.org/changeset/ports/337789 Log: support stage Modified: head/sysutils/worldtools/Makefile head/sysutils/worldtools/pkg-plist Modified: head/sysutils/worldtools/Makefile ============================================================================== --- head/sysutils/worldtools/Makefile Fri Dec 27 19:21:41 2013 (r337788) +++ head/sysutils/worldtools/Makefile Fri Dec 27 19:21:50 2013 (r337789) @@ -10,13 +10,10 @@ MASTER_SITES= http://anarcat.ath.cx/soft MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Handy tools for living with make world -USES= perl5 +USES= perl5 uidfix shebangfix +SHEBANG_FILES= whereintheworld USE_PERL5= run -MAN8= buildit.8 upgrade.8 whereintheworld.8 - MAKE_ARGS= SHAREDIR=${PREFIX} -MANCOMPRESSED= yes -NO_STAGE= yes .include Modified: head/sysutils/worldtools/pkg-plist ============================================================================== --- head/sysutils/worldtools/pkg-plist Fri Dec 27 19:21:41 2013 (r337788) +++ head/sysutils/worldtools/pkg-plist Fri Dec 27 19:21:50 2013 (r337789) @@ -1,3 +1,6 @@ +man/man8/buildit.8.gz +man/man8/upgrade.8.gz +man/man8/whereintheworld.8.gz sbin/whereintheworld sbin/upgrade sbin/buildit