Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 23:14:45 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kaoru@kaisei.org
Subject:   ports/84174: [PATCH] www/p5-Acme-Monta: fix '$VERSION' and unbreak
Message-ID:  <20050727151445.2A22FB29CDE@utopia.leeym.com>
Resent-Message-ID: <200507271520.j6RFKF2f049455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84174
>Category:       ports
>Synopsis:       [PATCH] www/p5-Acme-Monta: fix '$VERSION' and unbreak
>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:   Wed Jul 27 15:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- fix '$VERSION' and unbreak this port on perl-5.00503

Port maintainer (kaoru@kaisei.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Acme-Monta-0.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Acme-Monta/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	25 Jun 2005 05:51:36 -0000	1.1
+++ Makefile	27 Jul 2005 15:13:43 -0000
@@ -19,4 +19,8 @@
 
 MAN3=		Acme::Monta.3
 
+post-patch:
+	@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' \
+		${WRKSRC}/lib/Acme/Monta.pm
+
 .include <bsd.port.mk>
--- p5-Acme-Monta-0.01.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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