Date: Fri, 24 May 2013 12:11:21 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178907: [patch] textproc/p5-Excel-Template Message-ID: <E1Ufn5t-000CRS-Cr@sunner.semmy.ru> Resent-Message-ID: <201305240820.r4O8K22k094451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178907 >Category: ports >Synopsis: [patch] textproc/p5-Excel-Template >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 24 08:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 >How-To-Repeat: >Fix: --- patch.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 317733) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Excel::Template -# Date created: 06 December 2005 -# Whom: Espen Tagestad <espen@tagestad.no> -# +# Created by: Espen Tagestad <espen@tagestad.no> # $FreeBSD$ -# PORTNAME= Excel-Template PORTVERSION= 0.34 @@ -56,11 +52,4 @@ Excel::Template::Iterator.3 \ Excel::Template::TextObject.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String -CONFIGURE_ARGS+= USE_UNICODE=1 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ufn5t-000CRS-Cr>