svn commit: r333248 - head/www/p5-Dancer-Template-Xslate

Grzegorz Blach gblach at FreeBSD.org
Fri Nov 8 17:03:03 UTC 2013


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
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
+ at dirrmtry %%SITE_PERL%%/Dancer/Template
 @dirrmtry %%SITE_PERL%%/Dancer


More information about the svn-ports-all mailing list