Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 17:03:02 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
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
Message-ID:  <201311081703.rA8H32j0069272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311081703.rA8H32j0069272>