From owner-svn-ports-head@FreeBSD.ORG Fri Nov 8 17:03:03 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 ESMTP id 33BEC398; Fri, 8 Nov 2013 17:03:03 +0000 (UTC) (envelope-from gblach@FreeBSD.org) 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 1FDD3258E; Fri, 8 Nov 2013 17:03:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA8H32Ar069275; Fri, 8 Nov 2013 17:03:02 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA8H32j0069272; Fri, 8 Nov 2013 17:03:02 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201311081703.rA8H32j0069272@svn.freebsd.org> From: Grzegorz Blach Date: Fri, 8 Nov 2013 17:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333248 - head/www/p5-Dancer-Template-Xslate 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: Fri, 08 Nov 2013 17:03:03 -0000 Author: gblach Date: Fri Nov 8 17:03:02 2013 New Revision: 333248 URL: http://svnweb.freebsd.org/changeset/ports/333248 Log: - Don't @dirrmtry on non-existent directory - @dirrmtry %%SITE_PERL%%/Dancer/Template - Bump PORTREVISION Modified: head/www/p5-Dancer-Template-Xslate/Makefile head/www/p5-Dancer-Template-Xslate/pkg-plist Modified: head/www/p5-Dancer-Template-Xslate/Makefile ============================================================================== --- head/www/p5-Dancer-Template-Xslate/Makefile Fri Nov 8 16:42:27 2013 (r333247) +++ head/www/p5-Dancer-Template-Xslate/Makefile Fri Nov 8 17:03:02 2013 (r333248) @@ -3,6 +3,7 @@ PORTNAME= Dancer-Template-Xslate PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSIMOES Modified: head/www/p5-Dancer-Template-Xslate/pkg-plist ============================================================================== --- head/www/p5-Dancer-Template-Xslate/pkg-plist Fri Nov 8 16:42:27 2013 (r333247) +++ head/www/p5-Dancer-Template-Xslate/pkg-plist Fri Nov 8 17:03:02 2013 (r333248) @@ -1,4 +1,4 @@ %%SITE_PERL%%/Dancer/Template/Xslate.pm %%PERL5_MAN3%%/Dancer::Template::Xslate.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer +@dirrmtry %%SITE_PERL%%/Dancer/Template @dirrmtry %%SITE_PERL%%/Dancer