From owner-svn-ports-all@FreeBSD.ORG Sun Nov 17 09:18:09 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BE52926; Sun, 17 Nov 2013 09:18:09 +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 8BEC921E8; Sun, 17 Nov 2013 09:18:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAH9I9M5018187; Sun, 17 Nov 2013 09:18:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAH9I9A1018186; Sun, 17 Nov 2013 09:18:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201311170918.rAH9I9A1018186@svn.freebsd.org> From: Andrej Zverev Date: Sun, 17 Nov 2013 09:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334064 - head/www/p5-Dancer 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.16 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: Sun, 17 Nov 2013 09:18:09 -0000 Author: az Date: Sun Nov 17 09:18:09 2013 New Revision: 334064 URL: http://svnweb.freebsd.org/changeset/ports/334064 Log: - no need in MAN1 after stagify Approved by: maintainer (no response to email) Modified: head/www/p5-Dancer/Makefile Modified: head/www/p5-Dancer/Makefile ============================================================================== --- head/www/p5-Dancer/Makefile Sun Nov 17 09:16:52 2013 (r334063) +++ head/www/p5-Dancer/Makefile Sun Nov 17 09:18:09 2013 (r334064) @@ -47,5 +47,4 @@ RUN_DEPENDS+= p5-YAML>=0.71:${PORTSDIR}/ USES= perl5 USE_PERL5= configure -MAN1= dancer.1 .include