Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 09:44:02 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318297 - head/www/p5-HTML-CalendarMonthSimple
Message-ID:  <201305160944.r4G9i27v070303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu May 16 09:44:02 2013
New Revision: 318297
URL: http://svnweb.freebsd.org/changeset/ports/318297

Log:
  - Fix plist
  - Trim header
  
  Reported by:	poudriere exp-run

Modified:
  head/www/p5-HTML-CalendarMonthSimple/Makefile   (contents, props changed)
  head/www/p5-HTML-CalendarMonthSimple/pkg-plist   (contents, props changed)

Modified: head/www/p5-HTML-CalendarMonthSimple/Makefile
==============================================================================
--- head/www/p5-HTML-CalendarMonthSimple/Makefile	Thu May 16 09:43:57 2013	(r318296)
+++ head/www/p5-HTML-CalendarMonthSimple/Makefile	Thu May 16 09:44:02 2013	(r318297)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    p5-HTML-CalendarMonthSimple
-# Date created:				May 27 2001
-# Whom:	      				vanilla
-#
+# Created by: vanilla
 # $FreeBSD$
-#
 
 PORTNAME=	HTML-CalendarMonthSimple
 PORTVERSION=	1.25
@@ -15,7 +11,7 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars
 
 BUILD_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
 
 PERL_CONFIGURE=	yes
 

Modified: head/www/p5-HTML-CalendarMonthSimple/pkg-plist
==============================================================================
--- head/www/p5-HTML-CalendarMonthSimple/pkg-plist	Thu May 16 09:43:57 2013	(r318296)
+++ head/www/p5-HTML-CalendarMonthSimple/pkg-plist	Thu May 16 09:44:02 2013	(r318297)
@@ -2,5 +2,4 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CalendarMonthSimple/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CalendarMonthSimple
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML
 @dirrmtry %%SITE_PERL%%/HTML



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